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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.8
v3.12.8
Thomas Wouters
2024-12-03
110
-514/+1654
*
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...
Miss Islington (bot)
2024-12-03
10
-20/+124
*
[3.12] gh-126876: Fix socket internal_select() for large timeout (GH-126968) ...
Miss Islington (bot)
2024-12-03
2
-1/+34
*
[3.12] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH...
Miss Islington (bot)
2024-12-03
1
-3/+11
*
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
Miss Islington (bot)
2024-12-02
3
-18/+35
*
[3.12] gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127...
Miss Islington (bot)
2024-12-02
3
-1/+8
*
[3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510)
Sergey B Kirpichev
2024-12-02
3
-6/+28
*
[3.12] gh-126699: allow AsyncIterator to be used as a base for Protocols (GH-...
Miss Islington (bot)
2024-12-02
3
-1/+6
*
[3.12] gh-101100: Fix Sphinx warnings about list methods (GH-127054) (#127512)
Miss Islington (bot)
2024-12-02
3
-8/+7
*
[3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)
Miss Islington (bot)
2024-12-02
1
-0/+2
*
[3.12] Docs: Miscellaneous corrections to simple statements in the language r...
Carol Willing
2024-12-02
1
-22/+11
*
[3.12] gh-99880: document rounding mode for new-style formatting (GH-121481) ...
Miss Islington (bot)
2024-12-02
1
-0/+5
*
[3.12] Fix Unicode encode_wstr_utf8() (#127420) (#127504)
Bénédikt Tran
2024-12-02
1
-1/+1
*
[3.12] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#...
Miss Islington (bot)
2024-12-02
1
-19/+21
*
[3.12] gh-127356: Fix prepend doctrees directory for gettext target (GH-12735...
Miss Islington (bot)
2024-12-01
1
-1/+1
*
[3.12] Docs: Fix incorrect indents in `c-api/type.rst` (GH-127449) (#127461)
Yuki Kobayashi
2024-12-01
1
-20/+19
*
[3.12] Add the missing `f` on an f-string error message in multiprocessing. (...
Miss Islington (bot)
2024-12-01
1
-1/+1
*
[3.12] Link to correct class methods in asyncio primitives docs (GH-127270) (...
Bénédikt Tran
2024-11-30
1
-3/+4
*
[3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork t...
Miss Islington (bot)
2024-11-30
3
-0/+22
*
[3.12] gh-127208: Reject null character in _imp.create_dynamic() (#127400) (#...
Victor Stinner
2024-11-29
4
-3/+33
*
[3.12] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127394)
Hugo van Kemenade
2024-11-29
1
-1/+4
*
[3.12] gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (GH-1273...
Miss Islington (bot)
2024-11-29
1
-1/+5
*
[3.12] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127391)
Miss Islington (bot)
2024-11-29
5
-2/+13
*
[3.12] gh-127190: Fix local_setattro() error handling (GH-127366) (#127368)
Miss Islington (bot)
2024-11-28
2
-1/+16
*
[3.12] gh-123967: Fix faulthandler for trampoline frames (#127329) (#127363)
Victor Stinner
2024-11-28
2
-9/+16
*
[3.12] gh-124008: Fix calculation of the number of written bytes for the Wind...
Miss Islington (bot)
2024-11-27
3
-28/+115
*
[3.12] gh-109746: Fix race condition in test_start_new_thread_failed (GH-1272...
Miss Islington (bot)
2024-11-27
1
-2/+2
*
[3.12] gh-101100: Fix sphinx warnings in `howto/*` (GH-127084) (#127311)
Yuki Kobayashi
2024-11-27
3
-106/+105
*
[3.12] gh-127183: Add `_ctypes.CopyComPointer` tests (GH-127184) (GH-127252)
Miss Islington (bot)
2024-11-26
1
-17/+115
*
[3.12] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (...
Miss Islington (bot)
2024-11-25
1
-1/+1
*
[3.12] Fix a few typos found in the docs (GH-127126) (GH-127185)
Rafael Fontenelle
2024-11-25
3
-4/+4
*
[3.12] gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the fir...
Miss Islington (bot)
2024-11-25
3
-14/+33
*
[3.12] gh-126384: Add tests to verify the behavior of basic COM methods. (GH-...
Miss Islington (bot)
2024-11-25
1
-0/+188
*
[3.12] gh-101100: Fix sphinx warnings of removed opcodes (GH-127222) (#127240)
Yuki Kobayashi
2024-11-25
4
-12/+12
*
[3.12] gh-127217: Fix pathname2url() for paths starting with multiple slashes...
Miss Islington (bot)
2024-11-24
3
-0/+9
*
[3.12] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127233)
Miss Islington (bot)
2024-11-24
1
-7/+19
*
[3.12] Fix "useable" typo in docs (GH-127200) (#127206)
Miss Islington (bot)
2024-11-23
1
-1/+1
*
[3.12] Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (GH-126667)...
Miss Islington (bot)
2024-11-23
1
-1/+5
*
[3.12] gh-109746: Make _thread.start_new_thread delete state of new thread on...
Serhiy Storchaka
2024-11-22
4
-1/+40
*
[3.12] gh-127001: Fix PATHEXT issues in shutil.which() on Windows (GH-127035)...
Serhiy Storchaka
2024-11-22
4
-246/+301
*
[3.12] GH-122679: Add `register()` to argparse docs (GH-126939) (GH-127148)
Miss Islington (bot)
2024-11-22
1
-3/+33
*
[3.12] gh-127082: Replace "Windows only" with the `availability: Windows` in ...
Jun Komoda
2024-11-22
1
-14/+45
*
[3.12] GH-127078: `url2pathname()`: handle extra slash before UNC drive in UR...
Miss Islington (bot)
2024-11-22
3
-1/+6
*
[3.12] GH-126766: `url2pathname()`: handle 'localhost' authority (GH-127129) ...
Miss Islington (bot)
2024-11-22
4
-5/+15
*
[3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098)
Serhiy Storchaka
2024-11-21
4
-28/+96
*
[3.12] gh-126997: Fix support of non-ASCII strings in pickletools (GH-127062)...
Miss Islington (bot)
2024-11-21
3
-4/+92
*
[3.12] Run `apt update` before `apt install git` in autoconf CI job (GH-127071)
Miss Islington (bot)
2024-11-20
1
-1/+1
*
[3.12] gh-126991: Add tests for unpickling bad object state (GH-127031) (GH-1...
Miss Islington (bot)
2024-11-20
1
-0/+35
*
[3.12] GH-85168: Use filesystem encoding when converting to/from `file` URIs ...
Miss Islington (bot)
2024-11-19
4
-10/+26
*
[3.12] gh-126991: Fix reference leak in loading pickle's opcode BUILD (GH-126...
Miss Islington (bot)
2024-11-19
1
-0/+1
[next]