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
...
*
Fix old mention of virtualenv (GH-17417)
Brett Cannon
2019-11-29
1
-1/+1
*
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks a...
Steve Dower
2019-11-28
7
-47/+153
*
bpo-38524: clarify example a bit and improve formatting (GH-17406)
Tal Einat
2019-11-28
1
-5/+8
*
bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
Tzu-ping Chung
2019-11-27
3
-6/+9
*
bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404)
Tzu-ping Chung
2019-11-27
2
-2/+4
*
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki
2019-11-27
4
-19/+27
*
bpo-38524: document implicit and explicit calling of descriptors' __set_name_...
Florian Dahlitz
2019-11-27
1
-1/+12
*
Show the differing module names for readlink() (GH-17395)
Yoni Lavi
2019-11-27
1
-2/+2
*
Be more specific about the `.so` gitignore patterns (GH-17328)
Anthony Sottile
2019-11-27
1
-1/+2
*
bpo-38688, shutil.copytree: consume iterator and create list of entries to pr...
Bruno P. Kinoshita
2019-11-27
3
-6/+23
*
bpo-38922: Raise code.__new__ audit event when code object replace() is calle...
Steve Dower
2019-11-27
2
-0/+9
*
bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483)
HongWeipeng
2019-11-26
2
-23/+11
*
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy
2019-11-26
4
-15/+17
*
bpo-22377: Fixes documentation for %Z in datetime (GH-16507)
Karl Dubost
2019-11-26
2
-4/+15
*
bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716)
HongWeipeng
2019-11-26
3
-7/+18
*
Remove use of deprecated `array.fromstring` method (GH-17332)
David Coles
2019-11-26
2
-3/+3
*
bpo-38328: Speed up the creation time of constant list and set display. (GH-1...
Brandt Bucher
2019-11-26
3
-1/+25
*
closes bpo-38803: Fix leak in posixmodule. (GH-17373)
Eddie Elizondo
2019-11-26
1
-0/+1
*
bpo-21063: Improve module synopsis for distutils (GH-17363)
Sanchit Khurana
2019-11-25
5
-9/+9
*
bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#...
Stefan Behnel
2019-11-25
3
-7/+132
*
bpo-38870: Remove dependency on contextlib to avoid performance regression on...
Pablo Galindo
2019-11-25
1
-7/+13
*
Fix typo in Doc/whatsnew/3.9.rst (GH-17372)
Pablo Galindo
2019-11-25
1
-1/+1
*
bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...
Pablo Galindo
2019-11-24
6
-751/+772
*
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
Terry Jan Reedy
2019-11-24
7
-41/+69
*
bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for in...
Claudiu Popa
2019-11-24
4
-8/+35
*
Remove unnecessary variable definition (GH-17368)
Batuhan Taşkaya
2019-11-24
1
-1/+0
*
Better runtime TypedDict (GH-17214)
Zac Hatfield-Dodds
2019-11-24
3
-3/+25
*
bpo-38881: choices() raises ValueError when all weights are zero (GH-17362)
Raymond Hettinger
2019-11-23
4
-3/+15
*
bpo-38899: virtual environment activation for fish should use `source` (GH-17...
Brett Cannon
2019-11-23
3
-3/+6
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
7
-27/+6
*
bpo-38686: fix HTTP Digest handling in request.py (#17045)
PypeBros
2019-11-22
2
-2/+5
*
Update CODEOWNERS (#17356)
Ethan Furman
2019-11-22
1
-0/+3
*
bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353)
Victor Stinner
2019-11-22
1
-14/+11
*
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner
2019-11-22
4
-43/+24
*
bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350)
Victor Stinner
2019-11-22
4
-46/+70
*
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
Callum Ward
2019-11-22
1
-10/+5
*
bpo-38858: Add init_interp_main() subfunction (GH-17347)
Victor Stinner
2019-11-22
1
-103/+109
*
bpo-38858: Add init_set_builtins_open() subfunction (GH-17346)
Victor Stinner
2019-11-22
1
-18/+50
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller
2019-11-22
4
-6/+27
*
Fix quoted signature of setattrofunc (GH-17251)
Alex
2019-11-22
1
-1/+1
*
bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316)
jacksonriley
2019-11-22
1
-1/+1
*
bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330)
Victor Stinner
2019-11-22
3
-22/+25
*
bpo-36854: Fix refleak in subinterpreter (GH-17331)
Victor Stinner
2019-11-22
2
-2/+13
*
bpo-38863: Improve is_cgi() in http.server (GH-17312)
Siwon Kang
2019-11-22
3
-2/+30
*
Defer import of shutil which only needed for help and usage (GH-17334)
Raymond Hettinger
2019-11-22
1
-3/+3
*
bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)
Claudiu Popa
2019-11-21
1
-1/+1
*
bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17...
benedwards14
2019-11-21
4
-1/+28
*
Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (...
Mark Shannon
2019-11-21
1
-2/+2
*
bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290)
Victor Stinner
2019-11-21
2
-0/+5
*
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
Victor Stinner
2019-11-21
2
-0/+3
[prev]
[next]