Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0a5
tag
304fc94f4d2caa31bcc7be2a6800a66252cc4356
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Mar 23 16:19:26 2020
object
dcd4c4f9c9f9fb75ad4c1f138a285fbe19a9cb61
Python 3.9.0a5
dcd4c4f
Python 3.9.0a5
by Łukasz Langa
· 5 years ago
v3.9.0a5
9a81ab1
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
by Zackery Spytz
· 5 years ago
bace59d
bpo-39999: Improve compatibility of the ast module. (GH-19056)
by Serhiy Storchaka
· 5 years ago
044cf94
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
by Ronald Oussoren
· 5 years ago
05e4a29
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
by Dong-hee Na
· 5 years ago
b33e525
bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108)
by Serhiy Storchaka
· 5 years ago
b146568
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942)
by Serhiy Storchaka
· 5 years ago
684d2b9
bpo-24916: Remove an outdated comment. (GH-19101)
by Serhiy Storchaka
· 5 years ago
6723e93
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
by Victor Stinner
· 5 years ago
fd1e1a1
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
by Victor Stinner
· 5 years ago
d831688
bpo-40010: Optimize pending calls in multithreaded applications (GH-19091)
by Victor Stinner
· 5 years ago
d2a8e5b
bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087)
by Victor Stinner
· 5 years ago
da2914d
bpo-40010: Pass tstate to ceval GIL functions (GH-19077)
by Victor Stinner
· 5 years ago
8334f30
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)
by Hai Shi
· 5 years ago
2de7ac9
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
by amaajemyfren
· 5 years ago
7bf069b
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
by Victor Stinner
· 5 years ago
a36adfa
bpo-39877: 4th take_gil() fix for daemon threads (GH-19080)
by Victor Stinner
· 5 years ago
c691f20
Fix "versionchanged" for pow named arguments (GH-19042)
by Mark Dickinson
· 5 years ago
13397ee
bpo-39824: Convert PyModule_GetState() to get_module_state() (GH-19076)
by Hai Shi
· 5 years ago
5a3a71d
bpo-40010: Optimize signal handling in multithreaded applications (GH-19067)
by Victor Stinner
· 5 years ago
77248a2
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
by Dong-hee Na
· 5 years ago
9052f7a
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968)
by Batuhan Taşkaya
· 5 years ago
0ac59f9
bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055)
by Batuhan Taşkaya
· 5 years ago
50e6e99
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
by Victor Stinner
· 5 years ago
3cde884
Remove unused variable to fix compiler warning in _threadmodule.c (GH-19064)
by Pablo Galindo
· 5 years ago
d112c60
bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866)
by Pablo Galindo
· 5 years ago
8849e59
bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061)
by Victor Stinner
· 5 years ago
1c60567
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
by Dong-hee Na
· 5 years ago
d18de46
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
by Victor Stinner
· 5 years ago
4657a8a
bpo-1635741: Port _heapq module to multiphase initialization (GH19057)
by Dong-hee Na
· 5 years ago
56bfdeb
bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049)
by Victor Stinner
· 5 years ago
611836a
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
by Jens Reidel
· 5 years ago
29356e0
bpo-39877: Fix take_gil() for daemon threads (GH-19054)
by Victor Stinner
· 5 years ago
23ef89d
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
by Victor Stinner
· 5 years ago
d7fabc1
bpo-39984: Pass tstate to handle_signals() (GH-19050)
by Victor Stinner
· 5 years ago
2fe815e
bpo-38373: Change list overallocating strategy. (GH-18952)
by Serhiy Storchaka
· 5 years ago
d469d66
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)
by Shantanu
· 5 years ago
6b97598
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
by Serhiy Storchaka
· 5 years ago
dab8423
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
by Victor Stinner
· 5 years ago
514c469
bpo-1635741: Port itertools module to multiphase initialization (GH-19044)
by Dong-hee Na
· 5 years ago
ebf6bb9
bpo-39991: Enhance uuid parser for MAC address (GH-19045)
by Victor Stinner
· 5 years ago
5b1ef20
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
by Victor Stinner
· 5 years ago
5226894
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032)
by Matthias Braun
· 5 years ago
982307b
bpo-39943: Remove unused self from find_nfc_index() (GH-18973)
by Andy Lester
· 5 years ago
61cb3d0
bpo-39987: Simplify setting lineno in the compiler. (GH-19037)
by Serhiy Storchaka
· 5 years ago
eb886db
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
by Victor Stinner
· 5 years ago
a45b695
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
by Zackery Spytz
· 5 years ago
58ec58a4
bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030)
by Anthony Sottile
· 5 years ago
2037502
bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 489) (GH-19012)
by Hai Shi
· 5 years ago
6ff79f65
bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)
by Dong-hee Na
· 5 years ago
5f104d5
bpo-39968: Fix a typo error in get_readline_state() (GH-19028)
by Hai Shi
· 5 years ago
f6a5850
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)
by Victor Stinner
· 5 years ago
356c878
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
by Dong-hee Na
· 5 years ago
87ec86c
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
by Dong-hee Na
· 5 years ago
c98f87f
bpo-37207: Use _PyArg_CheckPositional() for tuple vectorcall (GH-18986)
by Dong-hee Na
· 5 years ago
f707d94
bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017)
by Hai Shi
· 5 years ago
4ab362c
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
by Batuhan Taşkaya
· 5 years ago
5b66ec1
bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016)
by Batuhan Taşkaya
· 5 years ago
ac10e0c
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009)
by Batuhan Taşkaya
· 5 years ago
c81609e
Fix a possible refleak in tupleobject.c (GH-19018)
by Hai Shi
· 5 years ago
8689209
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
by Batuhan Taşkaya
· 5 years ago
61ac612
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
by Ross
· 5 years ago
9023581
bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010)
by Pablo Galindo
· 5 years ago
33238ec
Link to list of keywords in the laguage reference (GH-18024)
by Борис Верховский
· 5 years ago
9165add
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
by Ashwin Ramaswami
· 5 years ago
6672c16
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` for 3.6+ (GC-18550)
by Taine Zhao
· 5 years ago
da52be4
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
by Dong-hee Na
· 5 years ago
b81f40f
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-18412)
by David CARLIER
· 5 years ago
57c7810
bpo-39585: Delete a pending comment in _warning.c (GH-18414)
by Hai Shi
· 5 years ago
faf626b
Make cpython/abstract.h compatible with C90 (#18481)
by Peter Eisentraut
· 5 years ago
5208b4b
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
by Zackery Spytz
· 5 years ago
3a8c562
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
by Inada Naoki
· 5 years ago
7a5cbc7
bpo-39937: Improve suggestions for removal of getchildren and getiterator in changelog (GH-18937)
by Rahul Kumaresan
· 5 years ago
c7ad974
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
by Inada Naoki
· 5 years ago
8fb02b6
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
by Victor Stinner
· 5 years ago
be79373
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
by Victor Stinner
· 5 years ago
ff4584c
bpo-39947: Use _PyInterpreterState_GET_UNSAFE() (GH-18978)
by Victor Stinner
· 5 years ago
6d674a1
bpo-36144: OrderedDict Union (PEP 584) (#18967)
by Brandt Bucher
· 5 years ago
d648ef1
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
by Charles Burkland
· 5 years ago
38965ec
bpo-39947: Hide implementation detail of trashcan macros (GH-18971)
by Victor Stinner
· 5 years ago
309d7cc
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
by Victor Stinner
· 5 years ago
9ee88cd
bpo-37207: Use PEP 590 vectorcall to speed up tuple() (GH-18936)
by Dong-hee Na
· 5 years ago
3f2f4fe
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
by Victor Stinner
· 5 years ago
224481a
bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972)
by Victor Stinner
· 5 years ago
0b72b23
bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340)
by Victor Stinner
· 5 years ago
c846ef0
bpo-39936: _aix_support uses _bootsubprocess (GH-18970)
by Victor Stinner
· 5 years ago
1ae9cde
bpo-39689: Do not test undefined casts to _Bool (GH-18964)
by Stefan Krah
· 5 years ago
fdcd53f
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)
by Daniel Hahler
· 5 years ago
3c29675
bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960)
by Raúl Cumplido
· 5 years ago
75cd5bf
Remove unused args from two pylifecycle.c functions (GH-18867)
by Andy Lester
· 5 years ago
c7d2d69
bpo-39884: Add method name in "bad call flags" error (GH-18944)
by Victor Stinner
· 5 years ago
1dd3794
Simplify defaultdict.__or__ (#18931)
by Brandt Bucher
· 5 years ago
c00c86b
Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946)
by Pablo Galindo
· 5 years ago
276a84a
bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)
by José Roberto Meza Cabrera
· 5 years ago
64838ce
bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)
by bobince
· 5 years ago
894adc1
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
by Steve Dower
· 5 years ago
196f1eb
bpo-1635741: Fix refleaks of time module error handling (GH-18486)
by Hai Shi
· 5 years ago
aa0c080
bpo-1635741: Fix potential refleaks in binascii module (GH-18613)
by Hai Shi
· 5 years ago
41fbf86
bpo-1635741: Port audioop extension module to multiphase initialization (PEP 489) (GH-18608)
by Hai Shi
· 5 years ago
a158168
bpo-1635741: Port _locale extension module to multiphase initialization (PEP 489) (GH-18358)
by Hai Shi
· 5 years ago
Next »