Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.0a2
tag
e0250752c7c7611dccb5e1132729b38eb9c56479
tagger
Pablo Galindo <pablogsal@gmail.com>
Tue Nov 03 00:02:09 2020
object
114ee5dec0ba2163947833e793ece4173108e0d2
Python 3.10.0a2
114ee5d
Python 3.10.0a2
by Pablo Galindo
· 4 years, 10 months ago
v3.10.0a2
9568622
bpo-35455: Fix thread_time for Solaris OS (GH-11118)
by Jakub Kulík
· 4 years, 10 months ago
45df61f
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
by Victor Stinner
· 4 years, 10 months ago
5cf4782
bpo-41796: Make _ast module state per interpreter (GH-23024)
by Victor Stinner
· 4 years, 10 months ago
34637a0
bpo-42103: Improve validation of Plist files. (GH-22882)
by Serhiy Storchaka
· 4 years, 10 months ago
6fdfcec
bpo-41943: Fix bug where assertLogs doesn't correctly filter messages… (GH-22565)
by Irit Katriel
· 4 years, 10 months ago
aca67da
Revert "bpo-37193: remove thread objects which finished process its request (GH-13893)" (GH-23107)
by Jason R. Coombs
· 4 years, 10 months ago
4b9aad4
bpo-42236: Enhance init and encoding documentation (GH-23109)
by Victor Stinner
· 4 years, 10 months ago
3018228
bpo-42224: Fix test_format when locale does not expect number grouping (GH-23067)
by Lysandros Nikolaou
· 4 years, 10 months ago
64366fa
bpo-41435: Add sys._current_exceptions() function (GH-21689)
by Julien Danjou
· 4 years, 10 months ago
3d86d09
bpo-42230: Improve asyncio documentation regarding accepting sets vs iterables (GH-23073)
by Jakub Stasiak
· 4 years, 10 months ago
6e8dcda
bpo-41229: Update docs for explicit aclose()-required cases and add contextlib.aclosing() method (GH-21545)
by Joongi Kim
· 4 years, 10 months ago
e9208f0
Minor formatting edits to the descriptor howto guide (GH-23092)
by Raymond Hettinger
· 4 years, 10 months ago
da7bb7b
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
by Tal Einat
· 4 years, 10 months ago
74fa464
Add member objects to the descriptor howto guide (GH-23084)
by Raymond Hettinger
· 4 years, 10 months ago
c415590
bpo-37193: remove thread objects which finished process its request (GH-13893)
by MARUYAMA Norihiro
· 4 years, 10 months ago
e662c39
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
by Victor Stinner
· 4 years, 10 months ago
82458b6
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
by Victor Stinner
· 4 years, 10 months ago
1f7dfb2
bpo-42233: Correctly repr GenericAlias when used with typing module (GH-23081)
by kj
· 4 years, 10 months ago
148c76b
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078)
by Raymond Hettinger
· 4 years, 10 months ago
7feb54a
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
by Dong-hee Na
· 4 years, 10 months ago
d281005
tempfile: Use random.choises() instead of choise() (GH-23068)
by Inada Naoki
· 4 years, 10 months ago
2165cea
bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059)
by Ronald Oussoren
· 4 years, 10 months ago
d3b4e06
bpo-42146: Unify cleanup in subprocess_fork_exec() (GH-22970)
by Alexey Izbyshev
· 4 years, 10 months ago
3bf0d02
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
by kj
· 4 years, 10 months ago
02cdfc9
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
by Lysandros Nikolaou
· 4 years, 10 months ago
d21cb2d
bpo-42198: Improve consistency of Union docs (GH-23029)
by kj
· 4 years, 10 months ago
7d21027
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
by Erlend Egeberg Aasland
· 4 years, 10 months ago
bcbf758
bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
by kj
· 4 years, 10 months ago
43ca084
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
by Inada Naoki
· 4 years, 10 months ago
b62bdf7
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
by Victor Stinner
· 4 years, 10 months ago
710e826
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
by Victor Stinner
· 4 years, 10 months ago
06f8c33
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
by Pablo Galindo
· 4 years, 10 months ago
6e03c0a
GitHub Action: Add gdb to posix dependencies (GH-23043)
by Victor Stinner
· 4 years, 10 months ago
eba5bf2
bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044)
by Victor Stinner
· 4 years, 10 months ago
4fe7209
bpo-36876: Small adjustments to the C-analyzer tool. (GH-23045)
by Eric Snow
· 4 years, 10 months ago
b9ee4af
bpo-42208: Fix test_gdb for gc_collect_main() name (GH-23041)
by Victor Stinner
· 4 years, 10 months ago
dff1ad5
bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
by Victor Stinner
· 4 years, 10 months ago
8b34148
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
by Victor Stinner
· 4 years, 10 months ago
99608c7
DOC: attribute PyPy for the idea behind LOAD_ATTR cache (GH-23036)
by Matti Picus
· 4 years, 10 months ago
3af4b58
bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035)
by Batuhan Taskaya
· 4 years, 10 months ago
d6238ba
bpo-42172: Correct typo for test_socket.py (GH-23013)
by Akashkumar D Khunt
· 4 years, 10 months ago
8e409ce
bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
by Eric W
· 4 years, 10 months ago
9129af6
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
by kj
· 4 years, 10 months ago
3317466
bpo-42061: Document __format__ for IP addresses (GH-23018)
by Teugea Ioan-Teodor
· 4 years, 10 months ago
b76a840
bpo-42180: fix plural in arguments and control (GH-23015)
by Rafael Fontenelle
· 4 years, 10 months ago
5776663
bpo-42029: Remove IRIX code (GH-23023)
by Victor Stinner
· 4 years, 10 months ago
3505261
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953)
by Yonatan Goldschmidt
· 4 years, 10 months ago
df59273
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
by Zackery Spytz
· 4 years, 10 months ago
4173320
bpo-41805: Documentation for PEP 585 (GH-22615)
by kj
· 4 years, 10 months ago
35b95aa
bpo-42161: Micro-optimize _collections._count_elements() (GH-23008)
by Victor Stinner
· 4 years, 10 months ago
c310185
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
by Victor Stinner
· 4 years, 10 months ago
0564aaf
bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829)
by Neil Schemenauer
· 4 years, 10 months ago
15acc4e
bpo-41659: Disallow curly brace directly after primary (GH-22996)
by Lysandros Nikolaou
· 4 years, 10 months ago
95f710c
bpo-6761: Enhance __call__ documentation (GH-7987)
by Andre Delfino
· 4 years, 10 months ago
3783413
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
by Victor Stinner
· 4 years, 10 months ago
a6879d9
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
by Victor Stinner
· 4 years, 10 months ago
84f7382
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
by Victor Stinner
· 4 years, 10 months ago
c9bc290
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
by Victor Stinner
· 4 years, 10 months ago
303aac8
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
by Georges Toth
· 4 years, 10 months ago
8e3b9f9
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
by Victor Stinner
· 4 years, 10 months ago
bca7014
bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111)
by Lysandros Nikolaou
· 4 years, 10 months ago
c8c4200
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
by Victor Stinner
· 4 years, 10 months ago
920cb64
bpo-42157: unicodedata avoids references to UCD_Type (GH-22990)
by Victor Stinner
· 4 years, 10 months ago
8374d2e
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
by Lisa Roach
· 4 years, 10 months ago
47e1afd
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
by Victor Stinner
· 4 years, 10 months ago
b510e10
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
by Serhiy Storchaka
· 4 years, 10 months ago
fb5db7e
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
by Serhiy Storchaka
· 4 years, 10 months ago
96a9eed
Added some makefile generated files to .gitignore (GH-22435)
by Marco Sulla
· 4 years, 10 months ago
0f25c23
Add a link to buffer protocol in bytearray() doc (GH-22675)
by Antoine
· 4 years, 10 months ago
c0590c0
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966)
by Alexey Izbyshev
· 4 years, 10 months ago
e68c678
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
by Pablo Galindo
· 4 years, 10 months ago
d1a0a96
bpo-42043: Add support for zipfile.Path subclasses (#22716)
by Jason R. Coombs
· 4 years, 10 months ago
14cdc21
bpo-41919: Avoid resource leak in test_io (GH-22973)
by Hai Shi
· 4 years, 10 months ago
df8d4c8
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
by Jason R. Coombs
· 4 years, 10 months ago
c32f297
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
by Zackery Spytz
· 4 years, 10 months ago
3cde378
bpo-39108: Document threading issues for random.gauss() (GH-22928)
by Raymond Hettinger
· 4 years, 10 months ago
e6a7ea4
Split-out a fourth section in the descriptor HowTo guide (GH-22965)
by Raymond Hettinger
· 4 years, 10 months ago
492d513
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
by Pablo Galindo
· 4 years, 10 months ago
4a9c637
Second round of updates to the descriptor howto guide (GH-22946)
by Raymond Hettinger
· 4 years, 10 months ago
5df6c99
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
by Mark Roseman
· 4 years, 10 months ago
48be6b1
bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930)
by Raymond Hettinger
· 4 years, 10 months ago
c579ad1
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
by Mark Roseman
· 4 years, 10 months ago
e53e544
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
by Mark Roseman
· 4 years, 10 months ago
be3c3a0
bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945)
by Gregory P. Smith
· 4 years, 10 months ago
8cd1dba
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)
by Serhiy Storchaka
· 4 years, 10 months ago
473db47
bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944)
by Alexey Izbyshev
· 4 years, 10 months ago
e01e442
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
by Andre Delfino
· 4 years, 10 months ago
2455cb5
Automatically add skip news and skip issue label to dependabot PRs (GH-22927)
by Mariatta
· 4 years, 10 months ago
805ef73
bpo-42139: Update What's New 3.9 for master (#22936)
by Terry Jan Reedy
· 4 years, 10 months ago
8e5b0fd
bpo-19072: Update descriptor howto for decorator chaining (GH-22934)
by Raymond Hettinger
· 4 years, 10 months ago
04523c5
Mention in "What's New" that the import system is starting to be cleaned up (GH-22931)
by Brett Cannon
· 4 years, 10 months ago
976da90
bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671)
by Alexey Izbyshev
· 4 years, 10 months ago
16ee68d
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
by Jacob Neil Taylor
· 4 years, 10 months ago
a3c4cef
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
by dependabot[bot]
· 4 years, 10 months ago
cd0edbc
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
by dependabot[bot]
· 4 years, 10 months ago
697109b
Allow dependabot to check GitHub actions monthly (GH-22787)
by John Losito
· 4 years, 10 months ago
8d3d731
Create a primer section for the descriptor howto guide (GH-22906)
by Raymond Hettinger
· 4 years, 10 months ago
7c4065d
Add GitHub sponsor info for Python (GH-22887)
by Mariatta
· 4 years, 10 months ago
7801514
Add Mark Shannon to CODEOWNERS. (#22914)
by Mark Shannon
· 4 years, 10 months ago
Next »