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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v3.9.0b4' into 3.9
Łukasz Langa
2020-07-03
22
-35/+0
|
\
|
*
Python 3.9.0b4
v3.9.0b4
Łukasz Langa
2020-07-02
22
-35/+0
*
|
[3.9] bpo-41194: The _ast module cannot be loaded more than once (GH-21290) (...
Victor Stinner
2020-07-03
1
-0/+2
|
/
*
bpo-41193: Ignore OSError in readline write_history() (GH-21279)
Miss Islington (bot)
2020-07-02
1
-0/+4
*
[3.9] bpo-41043: Escape literal part of the path for glob(). (GH-20994). (GH-...
Serhiy Storchaka
2020-07-02
1
-0/+2
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Miss Islington (bot)
2020-07-02
1
-0/+2
*
bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) (#21244)
Miss Islington (bot)
2020-06-30
1
-0/+2
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Miss Islington (bot)
2020-06-29
1
-0/+2
*
bpo-40874 Update the required libmpdec version for the decimal module (GH-212...
Miss Islington (bot)
2020-06-28
1
-0/+1
*
bpo-41138: Fix trace CLI for non-UTF-8 files. (GH-21177)
Miss Islington (bot)
2020-06-28
1
-0/+2
*
[3.9] bpo-41056: Fix a possible MemoryError leak within zoneinfo. (GH-21007)
Paul Ganssle
2020-06-24
1
-0/+1
*
[3.9] bpo-31938: Fix default-value signatures of several functions in the sel...
Anthony Sottile
2020-06-23
1
-0/+1
*
bpo-41068: Fix read after write in zipfile for non-ASCII files names. (GH-21040)
Miss Islington (bot)
2020-06-22
1
-0/+2
*
bpo-26407: Do not mask errors in csv. (GH-20536)
Miss Islington (bot)
2020-06-22
1
-0/+3
*
bpo-41058: Use source file encoding in pdb.find_function(). (GH-21010)
Miss Islington (bot)
2020-06-21
1
-0/+1
*
bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl modul...
Miss Islington (bot)
2020-06-21
1
-0/+1
*
bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491)
Miss Islington (bot)
2020-06-15
1
-0/+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
1
-0/+2
*
bpo-34226: fix cgi.parse_multipart without content_length (GH-8530)
Miss Islington (bot)
2020-06-15
1
-0/+1
*
[3.9] bpo-40924: Remove protocol for supplying Traversable objects from loade...
Jason R. Coombs
2020-06-14
1
-0/+1
*
bpo-40855: Fix ignored mu and xbar parameters (GH-20835) (#GH-20862)
Miss Islington (bot)
2020-06-13
1
-0/+2
*
bpo-40834: Fix truncate when sending str object with channel (GH-20555)
Miss Islington (bot)
2020-06-13
1
-0/+1
*
bpo-40955: Fix memory leak in subprocess module (GH-20825)
Miss Islington (bot)
2020-06-12
1
-0/+1
*
bpo-40939: Generate keyword.py using the new parser (GH-20800)
Miss Islington (bot)
2020-06-11
1
-0/+1
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Miss Islington (bot)
2020-06-10
1
-0/+1
*
Python 3.9.0b3
v3.9.0b3
Łukasz Langa
2020-06-09
1
-4/+0
*
[3.9] bpo-40924: Revert "bpo-39791 native hooks for importlib.resources.files...
Łukasz Langa
2020-06-09
1
-0/+4
*
Python 3.9.0b2
v3.9.0b2
Łukasz Langa
2020-06-08
25
-50/+0
*
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Miss Islington (bot)
2020-06-08
1
-0/+1
*
bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-2065...
Miss Islington (bot)
2020-06-05
1
-0/+1
*
bpo-40807: Show warnings once from codeop._maybe_compile (GH-20486)
Miss Islington (bot)
2020-06-04
1
-0/+2
*
bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382)
Miss Islington (bot)
2020-06-03
1
-0/+3
*
[3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)
Huon Wilson
2020-06-01
1
-0/+2
*
bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397)
Miss Islington (bot)
2020-06-01
1
-0/+2
*
bpo-17005: Move topological sort functionality to its own module (GH-20558)
Miss Islington (bot)
2020-06-01
1
-0/+4
*
bpo-40759: Deprecate the symbol module (GH-20364)
Miss Islington (bot)
2020-05-31
1
-0/+1
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Miss Islington (bot)
2020-05-29
1
-0/+2
*
[3.9] bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-tim...
Miss Islington (bot)
2020-05-28
1
-0/+2
*
[3.9] bpo-40791: Use CRYPTO_memcmp() for compare_digest (GH-20456) (GH-20461)
Christian Heimes
2020-05-28
1
-0/+2
*
bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
Miss Islington (bot)
2020-05-27
1
-0/+4
*
[3.9] bpo-40614: Respect feature version for f-string debug expressions (GH-2...
Pablo Galindo
2020-05-27
1
-0/+1
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
Miss Islington (bot)
2020-05-27
1
-0/+1
*
bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)
Miss Islington (bot)
2020-05-27
1
-0/+1
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
Miss Islington (bot)
2020-05-26
1
-0/+2
*
bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323)
Miss Islington (bot)
2020-05-26
1
-0/+1
*
bpo-35714: Reject null characters in struct format strings (GH-16928)
Miss Islington (bot)
2020-05-26
1
-0/+2
*
bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...
Miss Islington (bot)
2020-05-25
1
-0/+1
*
bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)
Miss Islington (bot)
2020-05-25
1
-0/+1
*
bpo-40695: Limit hashlib builtin hash fallback (GH-20259)
Miss Islington (bot)
2020-05-25
1
-0/+3
*
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Miss Islington (bot)
2020-05-24
1
-0/+2
[next]