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
*
[3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111...
Miss Islington (bot)
2023-11-10
2
-8/+18
*
[3.12] gh-111912: Run test_posix on Windows (GH-111913) (GH-111953)
Miss Islington (bot)
2023-11-10
1
-3/+7
*
[3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-...
Miss Islington (bot)
2023-11-10
4
-4/+25
*
[3.12] gh-109181: Fix refleak in tb_get_lineno() (#111948)
Victor Stinner
2023-11-10
1
-1/+4
*
[3.12] gh-108303: Install `Lib/test/configdata` (GH-111899) (#111946)
Miss Islington (bot)
2023-11-10
1
-0/+1
*
gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)
Victor Stinner
2023-11-10
1
-1/+1
*
gh-111356: io: Add missing documented objects to io.__all__ (GH-111370)
Miss Islington (bot)
2023-11-10
3
-11/+17
*
[3.12] gh-109370: Fix unexpected traceback output in test_concurrent_futures ...
Serhiy Storchaka
2023-11-10
2
-3/+3
*
[3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)
Brett Cannon
2023-11-09
3
-5/+10
*
[3.12] gh-110875: Handle '.' properties in logging formatter configuration cā...
Miss Islington (bot)
2023-11-09
2
-5/+41
*
[3.12] gh-111895: Convert definition list to bullet list for readability on m...
Miss Islington (bot)
2023-11-09
1
-6/+6
*
[3.12] gh-111881: Import doctest lazily in libregrtest (GH-111884) (#111893)
Miss Islington (bot)
2023-11-09
1
-5/+8
*
[3.12] gh-111881: Use lazy import in test.support (#111885) (#111890)
Victor Stinner
2023-11-09
2
-8/+13
*
[3.12] gh-108303: Move more files to `Lib/test/test_module` (GH-111880) (#111...
Miss Islington (bot)
2023-11-09
3
-5/+5
*
[3.12] gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh...
Miss Islington (bot)
2023-11-09
5
-12/+12
*
[3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-1105...
Miss Islington (bot)
2023-11-08
3
-2/+75
*
[3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)
Miss Islington (bot)
2023-11-08
2
-1/+456
*
[3.12] gh-108303: Move more typing related files to Lib/test/typinganndata (G...
Nikita Sobolev
2023-11-08
4
-3/+2
*
[3.12] Glossary: Add "static type checker" (GH-111837) (#111854)
Miss Islington (bot)
2023-11-08
4
-7/+14
*
[3.12] gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-1...
Miss Islington (bot)
2023-11-07
1
-0/+1
*
[3.12] gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.p...
Miss Islington (bot)
2023-11-07
2
-65/+65
*
[3.12] gh-111729: update generic syntax for `typing.Concatenate` sample code ...
Miss Islington (bot)
2023-11-07
1
-5/+2
*
[3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...
Miss Islington (bot)
2023-11-06
3
-3/+53
*
[3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)
Miss Islington (bot)
2023-11-05
2
-0/+238
*
[3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)
Miss Islington (bot)
2023-11-05
2
-0/+191
*
[3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-11174...
Miss Islington (bot)
2023-11-05
1
-1/+1
*
[3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH...
Miss Islington (bot)
2023-11-04
1
-0/+4
*
[3.12] gh-111495: Test C API functions with extreme sizes and indices (GH-111...
Serhiy Storchaka
2023-11-04
4
-41/+130
*
[3.12] gh-111159: Fix `SyntaxError` doctests for non-builtin exception classe...
Miss Islington (bot)
2023-11-04
3
-1/+24
*
[3.12] gh-111644: Fix asyncio test_unhandled_exceptions() (GH-111713) (#111718)
Miss Islington (bot)
2023-11-04
1
-2/+3
*
[3.12] gh-111644: Fix support threading_cleanup() (GH-111714) (#111716)
Miss Islington (bot)
2023-11-04
1
-25/+28
*
[3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-1116...
Jelle Zijlstra
2023-11-03
4
-281/+286
*
[3.12] gh-54434: Make difflib.rst doctests pass. (GH-111677) (#111678)
Miss Islington (bot)
2023-11-03
1
-3/+5
*
[3.12] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) ...
Miss Islington (bot)
2023-11-02
1
-3/+1
*
[3.12] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111639)
Miss Islington (bot)
2023-11-02
2
-4/+4
*
[3.12] GH-110894: Call loop exception handler for exceptions in client_connec...
Kumar Aditya
2023-11-02
3
-0/+42
*
[3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111...
Miss Islington (bot)
2023-11-01
2
-2/+3
*
[3.12] gh-111295: Fix error checking in time extension module init (GH-111296...
Miss Islington (bot)
2023-11-01
2
-10/+18
*
[3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...
Miss Islington (bot)
2023-11-01
5
-1/+727
*
[3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#11...
Victor Stinner
2023-11-01
3
-7/+9
*
[3.12] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-...
Miss Islington (bot)
2023-11-01
1
-10/+165
*
[3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)
Sergey B Kirpichev
2023-11-01
13
-3/+204
*
[3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (...
Miss Islington (bot)
2023-11-01
3
-2/+34
*
[3.12] gh-111282: Fix NamedTemporaryFile example code (GH-111283) (GH-111579)
Miss Islington (bot)
2023-10-31
1
-7/+7
*
[3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518)
Miss Islington (bot)
2023-10-31
3
-15/+22
*
[3.12] gh-109181: Speed up Traceback object creation by lazily compute the li...
Pablo Galindo Salgado
2023-10-31
2
-6/+31
*
[3.12] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111557)
Miss Islington (bot)
2023-10-31
1
-3/+17
*
[3.12] gh-93607: document `root` attribute of `iterparse` (GH-99410) (#111555)
Miss Islington (bot)
2023-10-31
1
-1/+3
*
[3.12] gh-106861: Docs: Add availability directives to all Unix-only modules ...
Miss Islington (bot)
2023-10-31
9
-6/+14
*
[3.12] gh-111531: Tkinter: fix reference leaks in bind_class() and bind_all()...
Miss Islington (bot)
2023-10-31
2
-2/+4
[next]