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
*
bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...
Miss Islington (bot)
2021-11-12
1
-0/+3
*
[3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_A...
Irit Katriel
2021-11-09
1
-0/+1
*
bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...
Miss Islington (bot)
2021-11-06
1
-0/+3
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Miss Islington (bot)
2021-11-02
1
-0/+1
*
bpo-45679: Fix caching of multi-value typing.Literal (GH-29334)
Miss Islington (bot)
2021-10-31
1
-0/+2
*
[3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals ...
Łukasz Langa
2021-10-29
1
-0/+2
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Miss Islington (bot)
2021-10-28
1
-0/+3
*
bpo-45438: format of inspect.Signature with generic builtins (GH-29212)
Miss Islington (bot)
2021-10-27
1
-0/+1
*
bpo-45574: fix warning about `print_escape` being unused (GH-29172) (#29176)
Miss Islington (bot)
2021-10-23
1
-0/+1
*
bpo-45557: Fix underscore_numbers in pprint.pprint(). (GH-29129)
Miss Islington (bot)
2021-10-21
1
-0/+2
*
bpo-45160: Ttk optionmenu only set variable once (GH-28291) (GH-29131)
Miss Islington (bot)
2021-10-21
1
-0/+1
*
bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as ...
Miss Islington (bot)
2021-10-20
1
-0/+5
*
bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29065)
Miss Islington (bot)
2021-10-19
1
-0/+3
*
bpo-45475: Revert `__iter__` optimization for GzipFile, BZ2File, and LZMAFile...
Miss Islington (bot)
2021-10-19
1
-0/+4
*
bpo-45249: Fix caret location when end_offset is set to 0 (GH-28855)
Miss Islington (bot)
2021-10-16
1
-0/+2
*
bpo-45428: Fix reading filenames from stdin in py_compile (GH-28848)
Miss Islington (bot)
2021-10-15
1
-0/+1
*
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode...
Serhiy Storchaka
2021-10-14
1
-0/+2
*
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-esc...
Miss Islington (bot)
2021-10-14
1
-0/+2
*
bpo-45386: Handle strftime's ValueError graciously in xmlrpc.client (GH-28765...
Miss Islington (bot)
2021-10-13
1
-0/+3
*
bpo-24444: fix an error in argparse help when help for an option is blank (GH...
Miss Islington (bot)
2021-10-13
1
-0/+2
*
[3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-2...
Łukasz Langa
2021-10-13
1
-0/+3
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
1
-0/+2
*
[3.10] bpo-45419: Fix interfaces on DegenerateFiles.Path (GH-28844)
Jason R. Coombs
2021-10-10
1
-0/+1
*
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
Miss Islington (bot)
2021-10-09
1
-0/+2
*
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)
Miss Islington (bot)
2021-10-08
1
-0/+1
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) (GH-28...
Miss Islington (bot)
2021-10-06
1
-0/+1
*
bpo-45343: Update bundled pip to 21.2.4 and setuptools to 58.1.0 (GH-28684) (...
Miss Islington (bot)
2021-10-05
1
-0/+1
*
[3.10] bpo-45371: Fix distutils' rpath support for clang (GH-28732) (GH-28733)
Miss Islington (bot)
2021-10-05
1
-0/+3
*
[3.10] bpo-44594: fix (Async)ExitStack handling of __context__ (gh-27089) (GH...
John Belmonte
2021-10-05
1
-0/+3
*
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
Miss Islington (bot)
2021-10-02
1
-0/+2
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)
Victor Stinner
2021-10-01
1
-0/+5
*
[3.10] bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27...
Łukasz Langa
2021-09-29
1
-0/+2
*
bpo-1596321: Fix threading._shutdown() for the main thread (GH-28549)
Miss Islington (bot)
2021-09-27
1
-0/+3
*
bpo-45274: Fix Thread._wait_for_tstate_lock() race condition (GH-28532) (GH-2...
Miss Islington (bot)
2021-09-27
1
-0/+5
*
bpo-45166: fixes `get_type_hints` failure on `Final` (GH-28279) (GH-28560)
Miss Islington (bot)
2021-09-25
1
-0/+2
*
[3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH...
Łukasz Langa
2021-09-22
1
-0/+2
*
bpo-45234: Fix FileNotFound exception raised instead of IsADirectoryError in ...
Miss Islington (bot)
2021-09-21
1
-0/+3
*
[3.10] bpo-45021: Fix a hang in forked children (GH-28007) (GH-28480)
Miss Islington (bot)
2021-09-20
1
-0/+1
*
bpo-36674: Honour the skipping decorators in TestCase.debug() (GH-28446)
Miss Islington (bot)
2021-09-18
1
-0/+2
*
bpo-45235: Fix argparse overrides namespace with subparser defaults (GH-28420...
Miss Islington (bot)
2021-09-18
1
-0/+2
*
[3.10] bpo-45183: don't raise an exception when calling zipimport.zipimporter...
Brett Cannon
2021-09-18
1
-0/+3
*
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
Miss Islington (bot)
2021-09-17
1
-0/+1
*
bpo-42135 Correct version slated for importlib.find_loader removal (GH-28312)...
Miss Islington (bot)
2021-09-13
1
-0/+3
*
bpo-35474: Fix mimetypes.guess_all_extensions() potentially mutating list (GH...
Miss Islington (bot)
2021-09-13
1
-0/+3
*
[3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230) (GH-28248)
Raymond Hettinger
2021-09-09
1
-0/+1
*
Python 3.10.0rc2
v3.10.0rc2
Pablo Galindo
2021-09-07
25
-55/+0
*
bpo-44860: Make sysconfig posix_user not depend on platlibdir (GH-27655) (GH-...
Miss Islington (bot)
2021-09-07
1
-0/+2
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
1
-0/+1
*
bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-2...
Miss Islington (bot)
2021-09-03
1
-0/+2
*
bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006)
Miss Islington (bot)
2021-08-30
1
-0/+8
[next]