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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
65
-95/+102
*
bpo-33695 shutil.copytree() + os.scandir() cache (#7874)
Giampaolo Rodola
2018-11-12
3
-56/+96
*
Minor grammar improvement to io documentation. (GH-10329)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-12
1
-1/+1
*
Update subprocess.Popen documentation wrt universal_newlines arg (GH-10337)
Jakub Stasiak
2018-11-12
1
-3/+8
*
bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)
Julien Palard
2018-11-11
1
-6/+3
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
13
-26/+42
*
closes bpo-35204: Disable thread and memory sanitizers for address_in_range()...
Alexey Izbyshev
2018-11-11
1
-12/+31
*
Neaten the code without any algorithmic change. (GH-10466)
Raymond Hettinger
2018-11-11
1
-5/+2
*
bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)
Andrés Delfino
2018-11-11
1
-7/+5
*
dict insertion order is guaranteed since 3.7 (GH-10431)
Andrés Delfino
2018-11-11
1
-1/+1
*
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
Terry Jan Reedy
2018-11-11
3
-13/+37
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
7
-9/+0
*
bpo-35202: Remove unused imports in idlelib (GH-10438)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
7
-6/+2
*
bpo-35202: Remove unused imports in Lib directory. (GH-10445)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
3
-3/+0
*
Doc: Simplify Copyright line in README (GH-10287)
David Kleuker
2018-11-10
1
-6/+2
*
Correct a typo in the Unittest documentation (GH-10397)
Géry Ogam
2018-11-09
1
-1/+1
*
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner
2018-11-09
9
-23/+27
*
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
Victor Stinner
2018-11-09
16
-13/+48
*
Hoist the float conversion out of the inner loop. (GH-10430)
Raymond Hettinger
2018-11-09
1
-1/+2
*
Optimize set.pop() to advance a pointer instead of indexing. (GH-10429)
Raymond Hettinger
2018-11-09
1
-7/+8
*
Cleanup and improve the regex tokenizer example. (GH-10426)
Raymond Hettinger
2018-11-09
1
-36/+38
*
Fixing wording in comment. (GH-10425)
Raymond Hettinger
2018-11-09
1
-1/+1
*
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
Alexey Izbyshev
2018-11-09
1
-1/+1
*
bpo-24412: Adds cleanUps for setUpClass and setUpModule. (GH-9190)
Lisa Roach
2018-11-09
7
-18/+783
*
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
Gregory P. Smith
2018-11-09
3
-10/+34
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
4
-11/+26
*
Replace dead code with an assertion in winreg.c. (GH-10028)
Zackery Spytz
2018-11-08
1
-2/+1
*
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
Serhiy Storchaka
2018-11-08
3
-4/+104
*
Revert "bpo-32409: Fix regression in activate.bat on international Windows (G...
Pablo Galindo
2018-11-07
2
-7/+6
*
Doc: Make all versions sidebars the same for consistency. (GH-10288)
Julien Palard
2018-11-07
1
-2/+3
*
Fix the construction of subprocess.CalledProcessError in test_venv (GH-10400)
Pablo Galindo
2018-11-07
1
-1/+1
*
bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-1...
Julien Palard
2018-11-07
1
-3/+4
*
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus
2018-11-07
4
-1049/+1147
*
Add link to PEP 525 in Expressions. (GH-10333)
Andrés Delfino
2018-11-07
1
-1/+5
*
glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102)
Andrés Delfino
2018-11-07
1
-1/+1
*
Add a reference to the name mangling description in the tutorial to the index...
Andrés Delfino
2018-11-07
1
-0/+3
*
Add future_stmt to simple_stmt production list. (GH-8239)
Andrés Delfino
2018-11-07
1
-0/+1
*
Fix markup for xml.sax in 3.8 notes. (GH-9603)
Andrés Delfino
2018-11-07
1
-2/+2
*
Correct grammar mistakes in string.rst. (GH-9752)
Andrés Delfino
2018-11-07
1
-2/+2
*
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
Andrés Delfino
2018-11-07
1
-1/+1
*
Mark -c and -O as command line options in reStructuredText. (GH-10103)
Andrés Delfino
2018-11-07
3
-3/+3
*
bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)
samstagern
2018-11-07
2
-6/+7
*
bpo-2504: Add pgettext() and variants to gettext. (GH-7253)
Cheryl Sabella
2018-11-07
7
-52/+304
*
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
Diego Rojas
2018-11-07
4
-3/+34
*
bpo-31553: add --json-lines option to json.tool (#10051)
HongWeipeng
2018-11-07
5
-5/+53
*
bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704)
guoci
2018-11-07
6
-4/+27
*
Remove duplicate "Reference Guide" in optparse.rst. (GH-10372)
Andrés Delfino
2018-11-07
1
-1/+1
*
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
Terry Jan Reedy
2018-11-07
3
-10/+27
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
7
-46/+54
*
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...
Alexander Buchkovsky
2018-11-06
2
-10/+21
[next]