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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.0rc2
v3.12.0rc2
Thomas Wouters
2023-09-05
1
-961/+986
*
[3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 ...
Miss Islington (bot)
2023-09-05
3
-28/+28
*
[3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (G...
Miss Islington (bot)
2023-09-05
1
-2/+3
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
1
-5/+25
*
[3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#1...
Serhiy Storchaka
2023-09-05
2
-9/+8
*
[3.12] bpo-45229: Make ElementTree tests discoverable (GH-108859) (#108873)
Serhiy Storchaka
2023-09-05
2
-62/+35
*
[3.12] gh-89392: Remove test_main() in test_netrc (GH-108860) (#108872)
Serhiy Storchaka
2023-09-04
1
-4/+2
*
[3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)
Miss Islington (bot)
2023-09-04
1
-1/+4
*
[3.12] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (#108871)
Serhiy Storchaka
2023-09-04
1
-5/+8
*
[3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-...
Łukasz Langa
2023-09-04
1
-27/+0
*
[3.12] Reorder some test's decorators (GH-108804) (#108844)
Miss Islington (bot)
2023-09-04
2
-4/+4
*
[3.12] gh-108822: regrtest computes statistics (#108793) (#108833)
Victor Stinner
2023-09-04
10
-308/+511
*
[3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...
Miss Islington (bot)
2023-09-02
32
-5/+57
*
[3.12] gh-106392: Fix inconsistency in deprecation warnings (GH-106436) (#108...
Miss Islington (bot)
2023-09-02
1
-2/+2
*
[3.12] Make test_fcntl quiet (GH-108758) (#108760)
Miss Islington (bot)
2023-09-01
1
-31/+32
*
[3.12] gh-107805: Fix signatures of module-level generated functions in `turt...
Miss Islington (bot)
2023-09-01
2
-19/+44
*
[3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...
Miss Islington (bot)
2023-08-31
2
-55/+236
*
[3.12] gh-108654: restore comprehension locals before handling exception (GH-...
Miss Islington (bot)
2023-08-31
1
-0/+35
*
[3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...
Miss Islington (bot)
2023-08-30
2
-3/+31
*
[3.12] gh-108617: Extend interactive session tests for sqlite3 (GH-108556) (#...
Miss Islington (bot)
2023-08-29
1
-6/+32
*
[3.12] gh-108558: Improve sqlite3 row factory tests (GH-108578) (#108615)
Miss Islington (bot)
2023-08-29
1
-14/+11
*
[3.12] gh-108550: Fix sqlite3 CLI regression from gh-108551 (GH-108618) (#108...
Miss Islington (bot)
2023-08-29
1
-1/+1
*
[3.12] GH-106176, GH-104702: Fix reference leak when importing across multipl...
Miss Islington (bot)
2023-08-29
1
-12/+103
*
[3.12] gh-108550: Speed up sqlite3 tests (GH-108551) (#108566)
Miss Islington (bot)
2023-08-28
4
-101/+74
*
[3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#1...
Erlend E. Aasland
2023-08-28
2
-7/+33
*
[3.12] gh-105052:update timeit function's description (GH-105060) (#108534)
Miss Islington (bot)
2023-08-27
1
-6/+12
*
[3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527)
Miss Islington (bot)
2023-08-27
1
-0/+10
*
[3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)
Victor Stinner
2023-08-26
13
-1677/+1845
*
[3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (...
Miss Islington (bot)
2023-08-25
3
-6/+6
*
[3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...
Miss Islington (bot)
2023-08-25
5
-16/+17
*
[3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442)
Miss Islington (bot)
2023-08-25
18
-27/+113
*
[3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (...
Miss Islington (bot)
2023-08-24
2
-0/+15
*
[3.12] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...
Łukasz Langa
2023-08-24
1
-31/+71
*
[3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397)
Miss Islington (bot)
2023-08-24
2
-44/+39
*
[3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...
Miss Islington (bot)
2023-08-23
2
-2/+29
*
[3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343...
Miss Islington (bot)
2023-08-23
1
-0/+13
*
[3.12] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...
Miss Islington (bot)
2023-08-23
1
-1/+5
*
[3.12] gh-108303: Add Lib/test/test_cppext/ sub-directory (GH-108325) (#108328)
Miss Islington (bot)
2023-08-22
3
-6/+7
*
[3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306)
Victor Stinner
2023-08-22
5
-18/+18
*
[3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...
Łukasz Langa
2023-08-22
2
-1/+241
*
[3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a fo...
Miss Islington (bot)
2023-08-22
1
-0/+14
*
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#...
Miss Islington (bot)
2023-08-22
1
-1/+1
*
[3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when th...
Miss Islington (bot)
2023-08-22
2
-0/+18
*
[3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249)
Miss Islington (bot)
2023-08-22
1
-2/+2
*
[3.12] gh-107905: Test raising `__value__` for `TypeAliasType` (GH-107997) (#...
Miss Islington (bot)
2023-08-21
1
-0/+18
*
[3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...
Miss Islington (bot)
2023-08-21
2
-9/+148
*
[3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107...
Miss Islington (bot)
2023-08-21
2
-1/+18
*
[3.12] gh-105736: Sync pure python version of OrderedDict with the C version ...
Miss Islington (bot)
2023-08-21
2
-7/+20
*
[3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...
Miss Islington (bot)
2023-08-21
1
-1/+4
*
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Miss Islington (bot)
2023-08-20
1
-0/+81
[next]