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.10] gh-99146 struct module documentation should have more predictable exam...
Miss Islington (bot)
2022-11-22
1
-76/+206
*
[3.10] gh-99645: Fix a bug in handling class cleanups in unittest.TestCase (G...
Serhiy Storchaka
2022-11-22
3
-5/+35
*
[3.10] Add more details in test_unittest (GH-99626). (GH-99692)
Serhiy Storchaka
2022-11-22
2
-35/+63
*
[3.10] GH-97001: Release GIL in termios extension (GH-99503) (#99680)
Ronald Oussoren
2022-11-22
2
-7/+47
*
gh-99341: Cover type ignore nodes when incrementing line numbers (GH-99422)
Miss Islington (bot)
2022-11-22
3
-0/+20
*
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Miss Islington (bot)
2022-11-21
3
-1/+35
*
[3.10] GH-95815: Document less specific error for os.remove (GH-99571) (#99639)
Miss Islington (bot)
2022-11-21
1
-1/+1
*
[3.10] gh-99581: Fix a buffer overflow in the tokenizer when copying lines th...
Pablo Galindo Salgado
2022-11-20
3
-1/+25
*
[3.10] gh-98086: Now ``patch.dict`` can decorate async functions (GH-98095) (...
Miss Islington (bot)
2022-11-20
3
-0/+36
*
[3.10] gh-78453: Move Unicode C API tests from test_unicode to test_capi.test...
Serhiy Storchaka
2022-11-20
2
-487/+502
*
[3.10] Remove trailing space to fix azure failures (#99611)
Stanley
2022-11-20
1
-2/+2
*
[3.10] gh-85073: Add some missing links to source (GH-99363) (#99589)
Stanley
2022-11-19
8
-0/+22
*
Doc: Replace question mark with fullstop (GH-99558)
Miss Islington (bot)
2022-11-18
1
-1/+1
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Miss Islington (bot)
2022-11-15
4
-0/+20
*
[3.10] gh-92119: ctypes: Print exception class name instead of its representa...
Kamil Turek
2022-11-13
4
-6/+11
*
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
Miss Islington (bot)
2022-11-13
3
-1/+15
*
gh-99392: Fix sqlite3 converter recipes (GH-99393)
Miss Islington (bot)
2022-11-12
1
-3/+22
*
bpo-34272: Reorganize C API tests. (GH-8551)
Miss Islington (bot)
2022-11-12
6
-0/+9
*
gh-80448: argparse: Fix IndexError on store_true action (GH-15656)
Miss Islington (bot)
2022-11-12
3
-2/+7
*
gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)
Miss Islington (bot)
2022-11-11
1
-0/+9
*
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
Miss Islington (bot)
2022-11-11
1
-4/+4
*
GH-99183: Document behavior of count() for empty substrings (GH-99339)
Miss Islington (bot)
2022-11-10
1
-0/+6
*
[3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)
Jason R. Coombs
2022-11-10
4
-9/+49
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Miss Islington (bot)
2022-11-10
3
-3/+12
*
gh-99320: remove tests for old-style class from `test_complex` (GH-99321)
Miss Islington (bot)
2022-11-10
1
-6/+1
*
gh-99238: clarify the type of the env dict. (GH-99253)
Miss Islington (bot)
2022-11-08
1
-3/+7
*
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
Miss Islington (bot)
2022-11-08
1
-1/+1
*
[3.11] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222)
Miss Islington (bot)
2022-11-08
3
-17/+27
*
gh-99124: use concrete exception types in `test_builtin` (GH-99125)
Miss Islington (bot)
2022-11-08
1
-3/+3
*
gh-98513: Test abstract methods of some `collections` types (GH-98516)
Miss Islington (bot)
2022-11-08
1
-0/+5
*
[3.10] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...
Miss Islington (bot)
2022-11-07
1
-0/+11
*
doc: Formatting and typo fixes (GH-98974)
Miss Islington (bot)
2022-11-07
3
-10/+10
*
bpo-38523: ignore_dangling_symlinks does not apply recursively (GH-22937)
Miss Islington (bot)
2022-11-07
3
-8/+18
*
[3.10] [ GH-99155: Fix `NormalDist` pickle with `0` and `1` protocols (GH-991...
Miss Islington (bot)
2022-11-07
3
-3/+15
*
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
Miss Islington (bot)
2022-11-07
2
-4/+18
*
[3.10] gh-99086: Fix implicit int compiler warning in configure check for PTH...
Erlend E. Aasland
2022-11-06
3
-2/+3
*
gh-94286 Fix documentation of print default param (GH-94297)
Miss Islington (bot)
2022-11-06
1
-1/+1
*
gh-99051: remove duplicated test from `test_weakref` (GH-99052)
Miss Islington (bot)
2022-11-06
1
-35/+6
*
gh-83004: Clean up refleak in _pickle initialisation (GH-98841)
Miss Islington (bot)
2022-11-06
2
-7/+7
*
gh-83004: Clean up refleak in _zoneinfo initialisation (GH-98842)
Miss Islington (bot)
2022-11-06
2
-2/+4
*
`test_typing`: use all pickle protocols (GH-99154)
Miss Islington (bot)
2022-11-06
1
-1/+1
*
gh-99134: Update bundled pip to 22.3.1 (gh-99135)
Miss Islington (bot)
2022-11-05
3
-1/+2
*
[3.11] gh-90867: test.support.wait_process() uses LONG_TIMEOUT (GH-99071) (GH...
Miss Islington (bot)
2022-11-04
1
-3/+3
*
minor edits to locale doc (GH-98537)
Miss Islington (bot)
2022-11-04
1
-13/+16
*
Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...
Miss Islington (bot)
2022-11-03
1
-3/+4
*
gh-83004: Clean up refleak in _io initialisation (GH-98840)
Miss Islington (bot)
2022-11-03
2
-3/+4
*
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (...
Serhiy Storchaka
2022-11-03
4
-26/+39
*
gh-98512: Add more tests for `ValuesView` (GH-98515)
Miss Islington (bot)
2022-11-03
2
-0/+6
*
gh-65002: Make note that null bytes are used to pad bytes (GH-98635)
Miss Islington (bot)
2022-11-03
1
-1/+4
*
Docs: Add 'as, match statement' to the index (GH-99001)
Miss Islington (bot)
2022-11-03
1
-0/+1
[next]