index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29564: warnings suggests to enable tracemalloc (GH-10486)
Victor Stinner
2018-11-13
1
-0/+3
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
1
-0/+4
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
1
-0/+2
*
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
Giampaolo Rodola
2018-11-12
1
-0/+7
*
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
Terry Jan Reedy
2018-11-11
1
-0/+3
*
bpo-35202: Remove unused imports in idlelib (GH-10438)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
1
-0/+1
*
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
Lisa Roach
2018-11-09
1
-0/+4
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
Gregory P. Smith
2018-11-09
1
-0/+3
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
1
-0/+3
*
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
Serhiy Storchaka
2018-11-08
1
-0/+3
*
Revert "bpo-32409: Fix regression in activate.bat on international Windows (G...
Pablo Galindo
2018-11-07
1
-2/+0
*
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus
2018-11-07
1
-0/+2
*
bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)
samstagern
2018-11-07
1
-0/+2
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
2
-0/+2
*
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
Diego Rojas
2018-11-07
1
-1/+1
*
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng
2018-11-07
1
-0/+1
*
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci
2018-11-07
2
-0/+3
*
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
Terry Jan Reedy
2018-11-07
1
-0/+2
*
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...
Alexander Buchkovsky
2018-11-06
1
-0/+1
*
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
Terry Jan Reedy
2018-11-06
1
-0/+1
*
bpo-35099: Improve the doc about IDLE running user code. (#10350)
Terry Jan Reedy
2018-11-06
1
-0/+3
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
1
-0/+1
*
bpo-32512: Add -m option to profile for profiling modules (#5132)
Mario Corchero
2018-11-05
1
-0/+2
*
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
Max Bélanger
2018-11-04
1
-0/+2
*
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
Julien Palard
2018-11-04
1
-0/+1
*
bpo-10536: Enhancements to gettext docs (GH-10324)
Stéphane Wirtel
2018-11-04
1
-0/+1
*
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...
Lysandros Nikolaou
2018-11-04
2
-0/+5
*
bpo-34969: Add --fast, --best on the gzip CLI (GH-9833)
Stéphane Wirtel
2018-11-03
1
-0/+3
*
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH...
BNMetrics
2018-11-02
1
-0/+2
*
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...
Max Bélanger
2018-11-02
1
-0/+1
*
bpo-33578: Add getstate/setstate for CJK codec (GH-6984)
Christopher Thorne
2018-11-01
2
-0/+2
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Xiang Zhang
2018-10-31
1
-0/+2
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-0/+2
*
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
Serhiy Storchaka
2018-10-31
11
-54/+54
*
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
1
-0/+1
*
bpo-33237: Improve AttributeError message for partially initialized module. (...
Serhiy Storchaka
2018-10-30
1
-0/+1
*
bpo-34876: Change the lineno of the AST for decorated function and class. (GH...
Serhiy Storchaka
2018-10-30
1
-0/+6
*
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka
2018-10-29
1
-0/+1
*
bpo-35097: Add IDLE doc subsection explaining editor windows. (#10206)
Terry Jan Reedy
2018-10-29
1
-0/+2
*
bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures...
Petter Strandmark
2018-10-28
2
-0/+4
*
Issue 35093: Document the IDLE document viewer in the IDLE doc. (#10195)
Terry Jan Reedy
2018-10-28
1
-0/+2
*
bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)
Pablo Galindo
2018-10-28
1
-0/+2
*
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Raymond Hettinger
2018-10-28
1
-0/+1
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Sebastian Rittau
2018-10-28
1
-0/+2
*
bpo-35088: Update idlelib.help.copy_string docstring (#10164)
Terry Jan Reedy
2018-10-28
1
-0/+2
*
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
Terry Jan Reedy
2018-10-28
1
-0/+2
*
bpo-34751: improved hash function for tuples (GH-9471)
jdemeyer
2018-10-28
1
-0/+4
*
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
Steve Dower
2018-10-27
1
-0/+1
*
bpo-33710: Deprecate l*gettext() and related functions in the gettext module....
Serhiy Storchaka
2018-10-27
1
-0/+4
*
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
Terry Jan Reedy
2018-10-27
1
-0/+2
[next]