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-39220: Do not optimise annotation if 'from __future__ import annotations'...
Pablo Galindo
2020-03-18
5
-40/+67
*
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
Victor Stinner
2020-03-18
3
-13/+19
*
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
Dong-hee Na
2020-03-18
2
-18/+52
*
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
Victor Stinner
2020-03-18
2
-4/+25
*
bpo-1635741: Port _heapq module to multiphase initialization (GH19057)
Dong-hee Na
2020-03-18
2
-12/+20
*
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
Victor Stinner
2020-03-18
5
-26/+30
*
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
Jens Reidel
2020-03-18
2
-5/+10
*
bpo-39877: Fix take_gil() for daemon threads (GH-19054)
Victor Stinner
2020-03-18
1
-2/+6
*
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner
2020-03-18
6
-32/+47
*
bpo-39984: Pass tstate to handle_signals() (GH-19050)
Victor Stinner
2020-03-18
1
-11/+15
*
bpo-38373: Change list overallocating strategy. (GH-18952)
Serhiy Storchaka
2020-03-17
2
-6/+10
*
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)
Shantanu
2020-03-17
2
-4/+1
*
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka
2020-03-17
7
-179/+53
*
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner
2020-03-17
5
-19/+35
*
bpo-1635741: Port itertools module to multiphase initialization (GH-19044)
Dong-hee Na
2020-03-17
2
-35/+43
*
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
Victor Stinner
2020-03-17
2
-31/+93
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
10
-144/+91
*
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#...
Matthias Braun
2020-03-17
2
-6/+12
*
bpo-39943: Remove unused self from find_nfc_index() (GH-18973)
Andy Lester
2020-03-17
1
-4/+4
*
bpo-39987: Simplify setting lineno in the compiler. (GH-19037)
Serhiy Storchaka
2020-03-17
4
-4006/+3970
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
3
-10/+51
*
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Zackery Spytz
2020-03-17
2
-2/+3
*
bpo-39656: Ensure `bin/python3.#` is always present in virtual environments o...
Anthony Sottile
2020-03-17
2
-1/+3
*
bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 4...
Hai Shi
2020-03-17
1
-3/+6
*
bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)
Dong-hee Na
2020-03-16
2
-0/+25
*
bpo-39968: Fix a typo error in get_readline_state() (GH-19028)
Hai Shi
2020-03-16
1
-1/+1
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)
Victor Stinner
2020-03-16
2
-2/+10
*
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Dong-hee Na
2020-03-16
2
-3/+8
*
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na
2020-03-16
5
-5/+24
*
bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986)
Dong-hee Na
2020-03-16
1
-2/+2
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
17
-164/+279
*
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya
2020-03-16
7
-132/+343
*
bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)
Batuhan Taşkaya
2020-03-15
2
-3/+20
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Batuhan Taşkaya
2020-03-15
3
-2/+27
*
Fix a possible refleak in tupleobject.c (GH-19018)
Hai Shi
2020-03-15
1
-1/+3
*
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Batuhan Taşkaya
2020-03-15
7
-51/+27
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
5
-3/+9
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Pablo Galindo
2020-03-15
3
-4/+49
*
Link to list of keywords in the laguage reference (GH-18024)
Борис Верховский
2020-03-14
1
-5/+6
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
4
-3/+57
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
2
-1/+2
*
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na
2020-03-14
5
-0/+19
*
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...
David CARLIER
2020-03-14
1
-3/+3
*
bpo-39585: Delete a pending comment in _warning.c (GH-18414)
Hai Shi
2020-03-14
1
-1/+2
*
Make cpython/abstract.h compatible with C90 (#18481)
Peter Eisentraut
2020-03-14
1
-11/+24
*
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
Zackery Spytz
2020-03-14
3
-1/+24
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
5
-284/+0
*
bpo-39937: Improve suggestions for removal of getchildren and getiterator in ...
Rahul Kumaresan
2020-03-14
1
-4/+7
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
5
-6/+284
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
6
-9/+37
[next]