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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.8
v3.12.8
Thomas Wouters
2024-12-03
106
-235/+1101
*
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...
Miss Islington (bot)
2024-12-03
1
-0/+5
*
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
Miss Islington (bot)
2024-12-02
1
-0/+1
*
[3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...
Miss Islington (bot)
2024-12-02
1
-0/+2
*
[3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)
Sergey B Kirpichev
2024-12-02
1
-0/+2
*
[3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...
Miss Islington (bot)
2024-12-02
1
-0/+1
*
[3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...
Miss Islington (bot)
2024-11-30
1
-0/+2
*
[3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)
Miss Islington (bot)
2024-11-29
2
-0/+2
*
[3.12] gh-123967: Fix faulthandler for trampoline frames (#127329) (#127363)
Victor Stinner
2024-11-28
1
-0/+2
*
[3.12] gh-124008: Fix calculation of the number of written bytes for the Wind...
Miss Islington (bot)
2024-11-27
1
-0/+2
*
[3.12] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...
Miss Islington (bot)
2024-11-25
1
-0/+2
*
[3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes...
Miss Islington (bot)
2024-11-24
1
-0/+2
*
[3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on...
Serhiy Storchaka
2024-11-22
1
-0/+1
*
[3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...
Serhiy Storchaka
2024-11-22
1
-0/+4
*
[3.12] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...
Miss Islington (bot)
2024-11-22
1
-0/+2
*
[3.12] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...
Miss Islington (bot)
2024-11-22
1
-0/+2
*
[3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)
Serhiy Storchaka
2024-11-21
1
-0/+3
*
[3.12] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)...
Miss Islington (bot)
2024-11-21
1
-0/+3
*
[3.12] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...
Miss Islington (bot)
2024-11-19
1
-0/+4
*
[3.12] gh-126911: Update credits output (GH-126913) (#126974)
Miss Islington (bot)
2024-11-18
1
-0/+1
*
[3.12] gh-126909: Fix running xattr tests on systems with lower limits (GH-12...
Miss Islington (bot)
2024-11-18
1
-0/+2
*
[3.12] gh-101955: Fix SystemError in possesive quantifier with alternative an...
Miss Islington (bot)
2024-11-18
1
-0/+2
*
[3.12] gh-67877: Fix memory leaks in terminated RE matching (GH-126840) (GH-1...
Serhiy Storchaka
2024-11-18
1
-0/+2
*
[3.12] gh-124452: Fix header mismatches when folding/unfolding with email mes...
Miss Islington (bot)
2024-11-17
1
-0/+4
*
[3.12] GH-126789: fix some sysconfig data on late site initializations
Miss Islington (bot)
2024-11-17
1
-0/+4
*
[3.12] gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the...
Miss Islington (bot)
2024-11-15
1
-0/+2
*
[3.12] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-1...
Miss Islington (bot)
2024-11-15
2
-0/+2
*
[3.12] GH-126766: `url2pathname()`: handle empty authority section. (GH-12676...
Miss Islington (bot)
2024-11-14
1
-0/+2
*
[3.12] gh-126807: pygettext: Do not attempt to extract messages from function...
Miss Islington (bot)
2024-11-14
1
-0/+2
*
[3.12] gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (GH-125...
Miss Islington (bot)
2024-11-14
1
-0/+1
*
[3.12] gh-126188: Update bundled pip to 24.3.1 (gh-126805) (gh-126813)
Stéphane Bidoul
2024-11-13
1
-0/+1
*
[3.12] GH-126606: don't write incomplete pyc files (GH-126627) (GH-126810)
Miss Islington (bot)
2024-11-13
1
-0/+3
*
[3.12] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...
Miss Islington (bot)
2024-11-13
2
-11/+12
*
[3.12] gh-126341: add release check to `__iter__` method of `memoryview` (GH-...
Miss Islington (bot)
2024-11-13
1
-0/+1
*
[3.12] bpo-46128: Strip IsolatedAsyncioTestCase frames from reported stacktra...
Miss Islington (bot)
2024-11-13
1
-0/+2
*
[3.12] gh-104745: Limit starting a patcher more than once without stopping it...
Miss Islington (bot)
2024-11-13
1
-0/+3
*
[3.12] GH-120423: `pathname2url()`: handle forward slashes in Windows paths (...
Miss Islington (bot)
2024-11-12
1
-0/+2
*
[3.12] gh-126595: fix a crash when calling `itertools.count(sys.maxsize)` (GH...
Bénédikt Tran
2024-11-12
1
-0/+2
*
[3.12] gh-126451: Revert backports of ABC registrations for contextvars.Conte...
Alex Waygood
2024-11-12
3
-6/+0
*
[3.12] gh-126505: Fix bugs in compiling case-insensitive character classes (G...
Miss Islington (bot)
2024-11-11
1
-0/+4
*
[3.12] gh-117378: Clear up the NEWS entry wording (GH-126634) (#126669)
Miss Islington (bot)
2024-11-11
1
-3/+3
*
[3.12] gh-126565: Skip `zipfile.Path.exists` check in write mode (GH-126576) ...
Miss Islington (bot)
2024-11-10
1
-0/+1
*
[3.12] gh-117378: Fix multiprocessing forkserver preload sys.path inheritance...
Gregory P. Smith
2024-11-10
1
-0/+17
*
[3.12] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) ...
Miss Islington (bot)
2024-11-08
1
-0/+3
*
[3.12] gh-125679: multiprocessing Lock and RLock - fix invalid representation...
Miss Islington (bot)
2024-11-07
1
-0/+2
*
[3.12] gh-126451: Register contextvars.Context to collections.abc.Mapping (GH...
Miss Islington (bot)
2024-11-06
1
-0/+2
*
[3.12] gh-126489: Do not call persistent_id() for a persistent id in Python p...
Serhiy Storchaka
2024-11-06
1
-0/+3
*
[3.12] gh-70764: inspect.getclosurevars now identifies global variables with ...
Miss Islington (bot)
2024-11-06
1
-0/+1
*
[3.12] gh-89640: harden float word ordering (#125571 and #126387) (#126430)
Erlend E. Aasland
2024-11-05
2
-0/+3
*
[3.12] gh-126417: Register multiprocessing proxy types to an appropriate coll...
Alex Waygood
2024-11-05
2
-0/+4
[next]