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-40014: Fix os.getgrouplist() (GH-19126)
Victor Stinner
2020-03-24
1
-3/+4
*
bpo-40050: Fix importlib._bootstrap_external (GH-19135)
Victor Stinner
2020-03-24
1
-0/+3
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120)
Victor Stinner
2020-03-24
1
-0/+3
*
closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096)
Russell Owen
2020-03-24
1
-0/+1
*
Merge tag 'v3.9.0a5'
Łukasz Langa
2020-03-23
126
-292/+1310
|
\
|
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
126
-292/+1310
*
|
bpo-36144: Add union operators to WeakKeyDictionary (#19106)
Curtis Bucher
2020-03-23
1
-0/+1
*
|
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
2
-0/+2
*
|
bpo-40014: Fix os.getgrouplist() on macOS (GH-19118)
Victor Stinner
2020-03-23
1
-0/+3
*
|
bpo-1635741: Port time module to multiphase initialization (PEP 489) (GH-19107)
Paulo Henrique Silva
2020-03-23
1
-0/+2
|
/
*
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
Zackery Spytz
2020-03-23
1
-0/+1
*
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka
2020-03-22
5
-3/+6
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
Ronald Oussoren
2020-03-22
1
-0/+2
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
1
-0/+1
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
1
-0/+2
*
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner
2020-03-20
1
-0/+3
*
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner
2020-03-20
1
-0/+2
*
bpo-40010: Optimize pending calls in multithreaded applications (GH-19091)
Victor Stinner
2020-03-20
1
-0/+8
*
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP...
Hai Shi
2020-03-20
1
-0/+1
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner
2020-03-20
1
-0/+2
*
bpo-40010: Optimize signal handling in multithreaded applications (GH-19067)
Victor Stinner
2020-03-19
1
-0/+8
*
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
Dong-hee Na
2020-03-19
1
-0/+1
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Batuhan Taşkaya
2020-03-19
1
-0/+2
*
bpo-40000: Improve error messages when validating invalid ast.Constant nodes ...
Batuhan Taşkaya
2020-03-19
1
-0/+2
*
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner
2020-03-19
1
-0/+4
*
bpo-39220: Do not optimise annotation if 'from __future__ import annotations'...
Pablo Galindo
2020-03-18
1
-0/+2
*
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
Dong-hee Na
2020-03-18
1
-0/+2
*
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
Victor Stinner
2020-03-18
1
-0/+2
*
bpo-1635741: Port _heapq module to multiphase initialization (GH19057)
Dong-hee Na
2020-03-18
1
-0/+1
*
bpo-38373: Change list overallocating strategy. (GH-18952)
Serhiy Storchaka
2020-03-17
1
-0/+2
*
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)
Shantanu
2020-03-17
1
-0/+1
*
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka
2020-03-17
1
-0/+2
*
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner
2020-03-17
1
-0/+3
*
bpo-1635741: Port itertools module to multiphase initialization (GH-19044)
Dong-hee Na
2020-03-17
1
-0/+1
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-0/+10
*
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#...
Matthias Braun
2020-03-17
1
-0/+1
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
1
-0/+2
*
bpo-39656: Ensure `bin/python3.#` is always present in virtual environments o...
Anthony Sottile
2020-03-17
1
-0/+2
*
bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)
Dong-hee Na
2020-03-16
1
-0/+2
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)
Victor Stinner
2020-03-16
1
-0/+2
*
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Dong-hee Na
2020-03-16
1
-0/+1
*
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na
2020-03-16
1
-0/+1
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-0/+1
*
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya
2020-03-16
1
-0/+2
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Batuhan Taşkaya
2020-03-15
1
-0/+4
*
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Batuhan Taşkaya
2020-03-15
1
-0/+2
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
1
-0/+1
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Pablo Galindo
2020-03-15
1
-0/+3
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-0/+1
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
1
-0/+1
[prev]
[next]