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
...
*
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-111251: Fix error checking in _blake2 module init (#111252)
Nikita Sobolev
2023-10-25
1
-0/+1
*
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...
Jokimax
2023-10-24
1
-0/+1
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
1
-0/+6
*
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
hetmankp
2023-10-23
1
-0/+8
*
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Tian Gao
2023-10-22
1
-0/+1
*
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka
2023-10-21
1
-0/+3
*
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
Nikita Sobolev
2023-10-21
1
-0/+1
*
gh-111092: Make turtledemo run without default root enabled (#111093)
Terry Jan Reedy
2023-10-20
1
-0/+1
*
GH-102895 Add an option local_exit in code.interact to block exit() from term...
Tian Gao
2023-10-18
1
-0/+1
*
gh-108791: Fix `pdb` CLI invalid argument handling (#108816)
Radislav Chugunov
2023-10-16
1
-0/+1
*
gh-84583: Make pdb enter post-mortem mode even for SyntaxError (#110883)
Tian Gao
2023-10-15
1
-0/+1
*
bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825)
Serhiy Storchaka
2023-10-14
1
-0/+4
*
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka
2023-10-14
1
-0/+3
*
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...
Serhiy Storchaka
2023-10-14
1
-0/+3
*
gh-110392: Fix tty functions (GH-110642)
Serhiy Storchaka
2023-10-14
1
-0/+4
*
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee
2023-10-13
1
-0/+1
*
Python 3.13.0a1
v3.13.0a1
Thomas Wouters
2023-10-13
277
-619/+0
*
GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)
Filipe Laíns
2023-10-13
1
-0/+2
*
GH-103480: make sysconfig a package (GH-110785)
Filipe Laíns
2023-10-12
1
-0/+2
*
gh-109653: Improve the import time of `email.utils` (#109824)
Alex Waygood
2023-10-12
1
-0/+4
*
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger
2023-10-12
1
-0/+1
*
gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...
Nikita Sobolev
2023-10-12
1
-0/+2
*
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...
Nikita Sobolev
2023-10-12
1
-0/+4
*
gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)
J. Nick Koston
2023-10-11
1
-0/+1
*
gh-65052: Prevent pdb from crashing when trying to display objects (#110578)
Tian Gao
2023-10-11
1
-0/+1
*
GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)
Barney Gale
2023-10-11
1
-0/+4
*
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev
2023-10-10
1
-0/+3
*
gh-110378: Close invalid generators in contextmanager and asynccontextmanager...
Serhiy Storchaka
2023-10-10
1
-0/+3
*
gh-110519: Improve deprecation warning in the gettext module (#110520)
Serhiy Storchaka
2023-10-09
1
-0/+3
*
gh-106670: Set convenience variable for post mortem debugging (#110493)
Tian Gao
2023-10-09
1
-0/+1
*
gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)
Serhiy Storchaka
2023-10-08
1
-0/+2
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+1
*
gh-110365: Fix error overwrite in `termios.tcsetattr` (#110366)
Nikita Sobolev
2023-10-05
1
-0/+2
*
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross
2023-10-04
1
-0/+2
*
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
Xuehai Pan
2023-10-04
1
-0/+2
*
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
Serhiy Storchaka
2023-10-04
1
-0/+1
*
gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...
Serhiy Storchaka
2023-10-04
1
-0/+3
*
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood
2023-10-04
1
-0/+3
*
Add --inline-caches flag to dis command line (#110249)
Guido van Rossum
2023-10-03
1
-0/+1
*
gh-109653: Reduce the import time of `random` by 60% (#110221)
Alex Waygood
2023-10-02
1
-0/+2
*
gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...
Charles Machalow
2023-10-02
1
-0/+3
*
GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)
Barney Gale
2023-10-01
1
-0/+1
*
gh-110150: Fix base case handling in quantiles() (gh-110151)
Raymond Hettinger
2023-10-01
1
-0/+2
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
1
-0/+4
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
1
-0/+2
*
GH-89812: Add `pathlib._PathBase` (#106337)
Barney Gale
2023-09-30
1
-0/+2
*
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner
2023-09-29
1
-0/+4
*
gh-66143: Allow copying and pickling of CodecInfo object (GH-109235)
Furkan Onder
2023-09-29
1
-0/+2
*
gh-109495: Remove unused slots from the Python implementation of datetime (GH...
James Hilton-Balfe
2023-09-29
1
-0/+1
[prev]
[next]