Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.0b4
/
Lib
tag
bca15e79dab6f790259f5cc3f70f7af9ce6091e6
tagger
Łukasz Langa <lukasz@langa.pl>
Thu Jul 02 17:58:03 2020
object
69dec9c8d23606180e660b30d327000e9463b82d
Python 3.9.0b4
69dec9c
Python 3.9.0b4
by Łukasz Langa
· 5 years ago
v3.9.0b4
0b4c87e
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
by Miss Islington (bot)
· 5 years ago
ecfecc2
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-21275)
by Serhiy Storchaka
· 5 years ago
df59293
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874)
by Miss Islington (bot)
· 5 years ago
fe0175f
bpo-41158: IDLE: rewrite the code for handling file encoding (GH-21215)
by Miss Islington (bot)
· 5 years ago
01638ce
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
by Miss Islington (bot)
· 5 years ago
9a646aa
bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033)
by Miss Islington (bot)
· 5 years ago
990efe0
[3.9] bpo-41084: Fix test_fstring failure when using the old parser (GH-21212)
by Lysandros Nikolaou
· 5 years ago
9e36b6e
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998)
by Miss Islington (bot)
· 5 years ago
d1e05e7
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
by Miss Islington (bot)
· 5 years ago
1497bf6
bpo-41144: Fix IDLE open module error (GH-21182)
by Miss Islington (bot)
· 5 years ago
2a1ee1d
[3.9] bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21022)
by Guido van Rossum
· 5 years ago
102ca52
[3.9] bpo-40769: Allow extra surrounding parentheses for invalid annotated assignment rule (GH-20387) (GH-21186)
by Pablo Galindo
· 5 years ago
cb0dc52
bpo-41084: Adjust message when an f-string expression causes a SyntaxError (GH-21084)
by Miss Islington (bot)
· 5 years ago
f925407
[3.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035). (GH-21156)
by Serhiy Storchaka
· 5 years ago
c4dfcb2
bpo-41112: Fix test_peg_generator on non-UTF-8 locales. (GH-21138)
by Miss Islington (bot)
· 5 years ago
086b453
bpo-41113: Fix test_warnings on non-Western locales. (GH-21143)
by Miss Islington (bot)
· 5 years ago
cd6f911
[3.9] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20947)
by Christian Heimes
· 5 years ago
fdf6872
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
by Miss Islington (bot)
· 5 years ago
0ef6a3f
bpo-41074: Fix support of non-ASCII names and SQL in msilib. (GH-21126)
by Miss Islington (bot)
· 5 years ago
29aa808
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
by Miss Islington (bot)
· 5 years ago
7329c8c
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
by Miss Islington (bot)
· 5 years ago
d518ed0
bpo-41005: Fixed perrmission error (GH-20936) (GH-21051)
by Miss Islington (bot)
· 5 years ago
4b80cfb
Fix typo in dataclasses module (GH-21109) (#21110)
by Miss Islington (bot)
· 5 years ago
cd69620
Small clean-ups for the random module (GH-21038) (GH-21065)
by Miss Islington (bot)
· 5 years ago
c916c48
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
by Miss Islington (bot)
· 5 years ago
5606d55
bpo-26407: Do not mask errors in csv. (GH-20536)
by Miss Islington (bot)
· 5 years ago
353c4ba
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (GH-20537)
by Miss Islington (bot)
· 5 years ago
26f6126
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
by Miss Islington (bot)
· 5 years ago
814b07b
[3.9] bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002). (GH-21030)
by Dong-hee Na
· 5 years ago
71bb921
[3.9] bpo-41060: Avoid SEGFAULT when calling GET_INVALID_TARGET in the grammar (GH-21020) (GH-21024)
by Lysandros Nikolaou
· 5 years ago
9862181
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
by Miss Islington (bot)
· 5 years ago
7523886
bpo-41040: Fix test_modulefinder. (GH-20991)
by Miss Islington (bot)
· 5 years ago
1529322
bpo-38377: Fix skip_if_broken_multiprocessing_synchronize() on macOS (GH-20984)
by Miss Islington (bot)
· 5 years ago
83e54de
Improve readability of `formataddr` docstring (GH-20963)
by Miss Islington (bot)
· 5 years ago
a5442b2
[3.9] bpo-40334: Produce better error messages on invalid targets (GH-20106) (GH-20973)
by Lysandros Nikolaou
· 5 years ago
b1e7361
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) (GH-20962)
by Victor Stinner
· 5 years ago
9a58f03
[3.9] bpo-40637: Do not emit warnings for disabled builtin hashes (GH… (GH-20951)
by stratakis
· 5 years ago
b39d41b
bpo-41003: Fix test_copyreg when numpy is installed (GH-20935) (GH-20945)
by Victor Stinner
· 5 years ago
7795ae8
bpo-40958: Avoid buffer overflow in the parser when indexing the current line (GH-20875) (GH-20919)
by Miss Islington (bot)
· 5 years ago
097b8b6
bpo-40985: Show correct SyntaxError text when last line has a LINECONT (GH-20888)
by Miss Islington (bot)
· 5 years ago
bc996c6
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
by Miss Islington (bot)
· 5 years ago
9a0624a
bpo-40448: ensurepip: Do not use cache (GH-19812)
by Miss Islington (bot)
· 5 years ago
b87453f
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
by Miss Islington (bot)
· 5 years ago
145fa86
[3.9] Include soft keywords in keyword.py (GH-20877). (GH-20880)
by Pablo Galindo
· 5 years ago
8a34690
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loaders (GH-20820)
by Jason R. Coombs
· 5 years ago
83cd968
bpo-30064: Fix slow asyncio sock test (GH-20868)
by Miss Islington (bot)
· 5 years ago
37c9fc5
Some reformatting (suggested by Black) and minor factoring. (GH-20865) (GH-20866)
by Miss Islington (bot)
· 5 years ago
55c1d21
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862)
by Miss Islington (bot)
· 5 years ago
f1534d0
Minor code clean-ups (GH-20838) (GH-20858)
by Miss Islington (bot)
· 5 years ago
94bb4b7
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
by Miss Islington (bot)
· 5 years ago
f919179
bpo-40964: disable remote IMAP tests (GH-20836)
by Christian Heimes
· 5 years ago
3782497
[3.9] bpo-40939: Fix test_keyword for the old parser (GH-20814)
by Pablo Galindo
· 5 years ago
dc40105
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) (GH-20813)
by Victor Stinner
· 5 years ago
2f46c65
bpo-34401: Fix test_gdb for HP GDB version string (GH-20804)
by Miss Islington (bot)
· 5 years ago
961edf7
bpo-40939: Generate keyword.py using the new parser (GH-20800)
by Miss Islington (bot)
· 5 years ago
f6428ba
Collections module reformatting and minor code refactoring (GH-20772) (GH-20798)
by Miss Islington (bot)
· 5 years ago
e3ce3bb
bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769)
by Miss Islington (bot)
· 5 years ago
af69325
bpo-40927: Fix test_binhex when run twice (GH-20764) (GH-20789)
by Victor Stinner
· 5 years ago
4a4f660
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) (GH-20785)
by Victor Stinner
· 5 years ago
3b97d1b
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) (GH-20780)
by Miss Islington (bot)
· 5 years ago
d55ed7b
Raise specialised syntax error for invalid lambda parameters (GH-20776)
by Miss Islington (bot)
· 5 years ago
b484871
Python 3.9.0b3
by Łukasz Langa
· 5 years ago
v3.9.0b3
ce5e6f0
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files (GH-20576)" (#20760)
by Łukasz Langa
· 5 years ago
8f1f416
Merge tag 'v3.9.0b2' into 3.9
by Łukasz Langa
· 5 years ago
299d3d1
Minor improvement to the namedtuple implementation (GH-20741) (GH-20742)
by Miss Islington (bot)
· 5 years ago
0b1a1c8
Python 3.9.0b2
by Łukasz Langa
· 5 years ago
v3.9.0b2
8175064
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
by Victor Stinner
· 5 years ago
dedaac0
bpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
by Victor Stinner
· 5 years ago
2b33cc3
[3.9] Remove PEG-specific syntax error check in the old parser (GH-20717)
by Pablo Galindo
· 5 years ago
8df4f39
bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697)
by Miss Islington (bot)
· 5 years ago
3deded9
Deny eval() direct access to builtins (GH-20713) (GH-20714)
by Miss Islington (bot)
· 5 years ago
9cf1be4
bpo-39791 native hooks for importlib.resources.files (GH-20576)
by Miss Islington (bot)
· 5 years ago
6440911
bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701)
by Miss Islington (bot)
· 5 years ago
71f5016
bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (GH-20681)
by Miss Islington (bot)
· 5 years ago
1e4fa91
bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683)
by Miss Islington (bot)
· 5 years ago
90ee51f
bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649)
by Miss Islington (bot)
· 5 years ago
d5e7348
bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) (GH-20664)
by Miss Islington (bot)
· 5 years ago
a4fa9a9
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) (GH-20661)
by Miss Islington (bot)
· 5 years ago
cdc3d9c
Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (GH-20655) (#20660)
by Miss Islington (bot)
· 5 years ago
3dfe549
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
by Miss Islington (bot)
· 5 years ago
196810a
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
by Miss Islington (bot)
· 5 years ago
6d62dc1
[3.9] bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) (GH-20618)
by Victor Stinner
· 5 years ago
5d2396c
[3.9] bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20613)
by Victor Stinner
· 5 years ago
a125561
Update error message in _zoneinfo.py to use f-string (GH-20577)
by Miss Islington (bot)
· 5 years ago
74a1fce
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
by Miss Islington (bot)
· 5 years ago
3c7609a
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
by Huon Wilson
· 5 years ago
410b730
Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569)
by Miss Islington (bot)
· 5 years ago
0a67463
bpo-17005: Move topological sort functionality to its own module (GH-20558)
by Miss Islington (bot)
· 5 years ago
96d9107
bpo-40759: Deprecate the symbol module (GH-20364)
by Miss Islington (bot)
· 5 years ago
cdb015b
Fix asyncio.to_thread() documented return type (GH-20547)
by Miss Islington (bot)
· 5 years ago
9f3f70f
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
by Miss Islington (bot)
· 5 years ago
805fa54
Further de-linting of zoneinfo module (GH-20499)
by Miss Islington (bot)
· 5 years ago
ad088ca
bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) (GH-20514)
by Miss Islington (bot)
· 5 years ago
8fcc147
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
by Miss Islington (bot)
· 5 years ago
a6ae02d
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620)
by Miss Islington (bot)
· 5 years ago
6637bd4
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
by Miss Islington (bot)
· 5 years ago
1d82f00
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
by Miss Islington (bot)
· 5 years ago
8183e11
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
by Christian Heimes
· 5 years ago
9e3c583
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
by Miss Islington (bot)
· 5 years ago
Next »