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-40521: Make list free list per-interpreter (GH-20642)
Victor Stinner
2020-06-05
7
-40/+49
*
bpo-40807: Show warnings once from codeop._maybe_compile (#20486)
Cheryl Sabella
2020-06-04
3
-9/+20
*
bpo-40521: Make frame free list per-interpreter (GH-20638)
Victor Stinner
2020-06-04
7
-59/+51
*
bpo-40521: Make slice cache per-interpreter (GH-20637)
Victor Stinner
2020-06-04
5
-18/+24
*
bpo-40521: Make float free list per-interpreter (GH-20636)
Victor Stinner
2020-06-04
7
-31/+44
*
bpo-40521: Make tuple free list per-interpreter (GH-20247)
Victor Stinner
2020-06-04
7
-62/+82
*
bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610)
Victor Stinner
2020-06-04
1
-3/+21
*
bpo-40865: Remove unused insint() macro from hash modules (GH-20627)
Erlend Egeberg Aasland
2020-06-04
4
-12/+0
*
Fix spacing in docs for tarfile (GH-20629)
Harsha Laxman
2020-06-04
1
-1/+1
*
bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615)
Victor Stinner
2020-06-04
2
-22/+37
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
3
-0/+13
*
Don't raise an exception on normal return from generator. (GH-19473)
Mark Shannon
2020-06-04
2
-1/+3
*
Fix MSVC warning in frameobject.c (GH-20590)
Ammar Askar
2020-06-04
1
-1/+3
*
Remove unused ReaderObject_Check macro (#20614)
Dong-hee Na
2020-06-03
1
-2/+0
*
Update error message in _zoneinfo.py to use f-string (GH-20577)
aboddie
2020-06-03
1
-1/+1
*
bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847)
Alex Povel
2020-06-03
2
-6/+6
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Jeremy Attali
2020-06-03
2
-1/+4
*
bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599)
Victor Stinner
2020-06-03
5
-13/+46
*
bpo-32604: Fix reference leak in select module (GH-20600)
Victor Stinner
2020-06-03
2
-2/+2
*
PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598)
Victor Stinner
2020-06-02
3
-6/+9
*
bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)
Victor Stinner
2020-06-02
1
-5/+1
*
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner
2020-06-02
10
-50/+84
*
bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595)
Victor Stinner
2020-06-02
1
-10/+16
*
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner
2020-06-02
4
-29/+36
*
bpo-35078: Allow customization of CSS class name of a month in calendar modul...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-02
3
-17/+31
*
bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586)
Victor Stinner
2020-06-02
1
-0/+4
*
bpo-40244: Remove XLC's support from the noreturn flag (GH-20588)
Batuhan Taskaya
2020-06-02
1
-2/+2
*
Fix MSVC warnings in pythonrun.c (#GH-0587)
Ammar Askar
2020-06-02
1
-8/+8
*
bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206)
Sanyam Khurana
2020-06-02
3
-7/+21
*
Ensure correct version of Sphinx is used for Windows builds (GH-20582)
Steve Dower
2020-06-01
1
-1/+1
*
bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579)
Victor Stinner
2020-06-01
2
-29/+73
*
bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...
Skip Montanaro
2020-06-01
20
-151/+2
*
bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578)
Victor Stinner
2020-06-01
2
-2/+5
*
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
Huon Wilson
2020-06-01
4
-10/+7
*
bpo-39943: Fix MSVC warnings in sre extension (GH-20508)
Ammar Askar
2020-06-01
2
-3/+10
*
bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)
Hai Shi
2020-06-01
2
-1/+11
*
bpo-1635741: Port fcntl module to multiphase initialization (GH-20540)
Dong-hee Na
2020-06-01
2
-22/+20
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Zackery Spytz
2020-06-01
1
-3/+1
*
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner
2020-06-01
6
-31/+40
*
Make sure that keyword arguments are merged into the arguments dictionary whe...
Mark Shannon
2020-06-01
2
-0/+21
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Christian Heimes
2020-06-01
3
-11/+48
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Pablo Galindo
2020-05-31
10
-717/+714
*
Fix typo in "What's new in Python 3.9" (GH-20559)
Lysandros Nikolaou
2020-05-31
1
-1/+1
*
bpo-40759: Deprecate the symbol module (GH-20364)
Batuhan Taskaya
2020-05-31
4
-3/+19
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
5
-195/+76
*
Fix asyncio.to_thread() documented return type (GH-20547)
Kyle Stanley
2020-05-31
2
-3/+2
*
bpo-40829: Add a what's new entry about deprecation of shuffle's random param...
Batuhan Taskaya
2020-05-30
1
-0/+3
*
bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748)
Zackery Spytz
2020-05-30
1
-0/+1
*
bpo-40798: Generate a different message for already removed elements (GH-20483)
Florian Dahlitz
2020-05-30
2
-2/+12
*
closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149)
Samuel Gaist
2020-05-30
1
-5/+6
[next]