Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0a2
tag
bf0a31c8fb782e03e9530c2488ab2d0e29fc0495
tagger
Łukasz Langa <lukasz@langa.pl>
Wed Dec 18 21:10:00 2019
object
6202d856d637a9b4eb9789b4d4a1edb12d877de5
Python 3.9.0a2
6202d85
Python 3.9.0a2
by Łukasz Langa
· 6 years ago
v3.9.0a2
673c393
bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)
by Victor Stinner
· 6 years ago
75bb07e
bpo-39028: Performance enhancement in keyword extraction (GH-17576)
by Sebastian Berg
· 6 years ago
50d4f12
bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)
by Lysandros Nikolaou
· 6 years ago
a9d0a6a
bpo-36500: Simplify PCbuild/build.bat and prevent path separator changing in comments (GH-17644)
by Steve Dower
· 6 years ago
9e36589
bpo-36500: Add --regen option to PCbuild/build.bat so Windows users can regen grammar, opcodes, tokens and symbols (GH-12654)
by Anthony Shaw
· 6 years ago
9707e8e
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
by Victor Stinner
· 6 years ago
630c8df
bpo-38858: Small integer per interpreter (GH-17315)
by Victor Stinner
· 6 years ago
f501db2
Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s *reuse_address* parameter (#17595)
by Kyle Stanley
· 6 years ago
6a263cf
bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)
by Steve Dower
· 6 years ago
a76ba36
bpo-39041: Add GitHub Actions support (GH-17594)
by Steve Dower
· 6 years ago
814d687
bpo-38348: Extend command line options of ast parsing tool (GH-16540)
by Batuhan Taşkaya
· 6 years ago
a322f50
bpo-38870: Remove dead code related with argument unparsing (GH-17613)
by Batuhan Taşkaya
· 6 years ago
092435e
bpo-38811: Check for presence of os.link method in pathlib (GH-17225)
by Toke Høiland-Jørgensen
· 6 years ago
1ca8fb1
Add tests and design notes for Counter subset/superset operations. (GH-17625)
by Raymond Hettinger
· 6 years ago
79f02fe
bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)
by Xtreak
· 6 years ago
d587272
bpo-38316: Fix co_stacksize documentation (GH-16983)
by Batuhan Taşkaya
· 6 years ago
cb8b946
bpo-38629: implement __floor__ and __ceil__ for float type (GH-16985)
by Batuhan Taşkaya
· 6 years ago
b08d3f7
The comment in ast_for_namedexpr shouldn't include if_stmt (GH-17586)
by Guido van Rossum
· 6 years ago
39afa2d
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
by Michael Felt
· 6 years ago
94d2c8d
bpo-39035: travis: Don't use beta group (GH-17602)
by Inada Naoki
· 6 years ago
40c01c3
Fix typo in site module (GH-17597)
by Daniel Andersson
· 6 years ago
5936a4c
Fix elif start column offset when there is an else following (GH-17596)
by Lysandros Nikolaou
· 6 years ago
95826c7
Add PYTHONUTF8 to commandline usage. (GH-17587)
by Inada Naoki
· 6 years ago
8289e27
bpo-36406: Handle namespace packages in doctest (GH-12520)
by Xtreak
· 6 years ago
025a602
bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582)
by Lysandros Nikolaou
· 6 years ago
1988344
Fix warnings in test_asyncio.test_base_events (#17577)
by Kyle Stanley
· 6 years ago
7772b1a
bpo-38614: Use support timeout constants (GH-17572)
by Victor Stinner
· 6 years ago
0d63bac
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
by Victor Stinner
· 6 years ago
b7a0109
bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568)
by Jason R. Coombs
· 6 years ago
d0802d0
bpo-39012: Fix RC version suffix for nuget release files (GH-17564)
by Steve Dower
· 6 years ago
1d0f9b3
bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565)
by Victor Stinner
· 6 years ago
c98b019
bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)
by Victor Stinner
· 6 years ago
bbc8b79
bpo-38614: Use default join_thread() timeout in tests (GH-17559)
by Victor Stinner
· 6 years ago
07871b2
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
by Victor Stinner
· 6 years ago
680068c
Minor fixes to the NEWS entries (GH-17556)
by Pablo Galindo
· 6 years ago
8237497
bpo-39004: increment large sendfile() test timeout (GH-17552)
by Giampaolo Rodola
· 6 years ago
abdeb57
Fix Windows release builds (GH-17550)
by Steve Dower
· 6 years ago
e9df88e
Clean imports in test_unparse (GH-17545)
by Pablo Galindo
· 6 years ago
bbc4162
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
by JohnnyNajera
· 6 years ago
232689b
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
by JohnnyNajera
· 6 years ago
2ad7651
bpo-39009: Fix typo in test__locale (GH-17544)
by Tim Gates
· 6 years ago
a2ff283
bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)
by Sergey Fedoseev
· 6 years ago
ee17e37
bpo-39007: Add auditing events to functions in winreg (GH-17541)
by Steve Dower
· 6 years ago
b8cbe74
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540)
by Steve Dower
· 6 years ago
ac22911
bpo-39003: Make sure all test are the same when using -R in test_unparse (GH-17537)
by Pablo Galindo
· 6 years ago
c18b805
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517)
by Tim Gates
· 6 years ago
e89e159
Fix APPX registry key generation (GH-17489)
by Steve Dower
· 6 years ago
a1a99b4
bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)
by Victor Stinner
· 6 years ago
d219cc4
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
by Yury Selivanov
· 6 years ago
bba873e
bpo-38992: avoid fsum test failure from constant-folding (GH-17513)
by Mark Dickinson
· 6 years ago
ab513a3
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
by Kyle Stanley
· 6 years ago
82b4950
bpo-39006: Fix asyncio when the ssl module is missing (GH-17524)
by Victor Stinner
· 6 years ago
0131aba
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
by Victor Stinner
· 6 years ago
a1838ec
bpo-38547: Fix test_pty if the process is the session leader (GH-17519)
by Victor Stinner
· 6 years ago
109fc27
bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421)
by Batuhan Taşkaya
· 6 years ago
3ae4ea1
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
by Abhilash Raj
· 6 years ago
68157da
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
by Abhilash Raj
· 6 years ago
080ee5a
bpo-38858: Fix ref leak in pycore_interp_init() (GH-17512)
by Victor Stinner
· 6 years ago
526606b
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
by Batuhan Taşkaya
· 6 years ago
cd90a52
bpo-38669: patch.object now raises a helpful error (GH17034)
by Elena Oat
· 6 years ago
28c9163
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
by AMIR
· 6 years ago
00ada2c
bpo-38852: Set thread stack size to 8 Mb for debug builds on android platforms (GH-17337)
by xdegaye
· 6 years ago
6cac113
bpo-38991: Remove test.support.strip_python_stderr() (GH-17490)
by Victor Stinner
· 6 years ago
2b7de66
bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190)
by Christian Heimes
· 6 years ago
15fb7fa
bpo-29636: json.tool: Add document for indentation options. (GH-17482)
by Daniel Himmelstein
· 6 years ago
4443450
bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)
by Anj-A
· 6 years ago
892f9e0
bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457)
by idomic
· 6 years ago
969ae7a
Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484)
by Andrew Svetlov
· 6 years ago
7ddcd0c
bpo-38529: Fix asyncio stream warning (GH-17474)
by Andrew Svetlov
· 6 years ago
dec3672
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
by Batuhan Taşkaya
· 6 years ago
723f71a
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
by Benoit Hudson
· 6 years ago
e76ee1a
bpo-38982: Fix asyncio PidfdChildWatcher on waitpid() error (GH-17477)
by Victor Stinner
· 6 years ago
b64334c
bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135)
by Mario Corchero
· 6 years ago
efefe25
bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)
by wim glenn
· 6 years ago
d863ade
bpo-38858: Add pycore_interp_init() code to factorize code (GH-17483)
by Victor Stinner
· 6 years ago
81fe5bd
bpo-38858: new_interpreter() reuses _PySys_Create() (GH-17481)
by Victor Stinner
· 6 years ago
44ea525
Fix unquoted YAML in Windows release build (GH-17479)
by Steve Dower
· 6 years ago
4da4400
Remove unused variable in Python/pylifecycle.c (GH-17475)
by Pablo Galindo
· 6 years ago
1f9f69d
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
by Sergey Fedoseev
· 6 years ago
99eb70a
bpo-38951: Use threading.main_thread() check in asyncio (GH-17433)
by Hill Ma
· 6 years ago
bb81549
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
by Claudiu Popa
· 6 years ago
8b78796
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
by Victor Stinner
· 6 years ago
7105319
bpo-38634: Allow non-apple build to cope with libedit (GH-16986)
by serge-sans-paille
· 6 years ago
ac0e1c2
bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457)
by Pablo Galindo
· 6 years ago
b96c6b0
bpo-38962: Fix reference leak in new_interpreter() (GH-17453)
by Pablo Galindo
· 6 years ago
808769f
bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)
by Inada Naoki
· 6 years ago
24f5cac
bpo-38962: Fix reference leak in test_httpservers (GH-17454)
by Pablo Galindo
· 6 years ago
edd5b38
Add setobject.c (GH-17463)
by Raymond Hettinger
· 6 years ago
83f1449
add @ethanfurman for tarfile (GH-17461)
by Ethan Furman
· 6 years ago
0325794
bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)
by Daniel Himmelstein
· 6 years ago
eb48a45
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
by An Long
· 6 years ago
8943318
bpo-38270: Fix indentation of test_hmac assertions (GH-17446)
by stratakis
· 6 years ago
a62ad47
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418)
by Matthew Rollings
· 6 years ago
016b028
Fix compiler warning in Objects/unicodeobject.c (GH-17440)
by Pablo Galindo
· 6 years ago
34864d1
bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437)
by torsava
· 6 years ago
2fe4c48
bpo-38449: Add URL delimiters test cases (#16729)
by Dong-hee Na
· 6 years ago
fdafa1d
document threading.Lock.locked() (GH-17427)
by idomic
· 6 years ago
575d0b4
Fix typos (GH-17423)
by Ofek Lev
· 6 years ago
8d62df6
bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658)
by Daniel Hillier
· 6 years ago
Next »