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-105227: Add PyType_GetDict() (GH-105747) (#106600)
Miss Islington (bot)
2023-07-10
6
-1/+68
*
[3.12] Clarify how topics.py gets created. (GH-106121) (#106579)
Miss Islington (bot)
2023-07-10
1
-0/+1
*
[3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)
Miss Islington (bot)
2023-07-09
1
-55/+75
*
[3.12] Move implementation specific RE tests to separate class (GH-106563) (#...
Miss Islington (bot)
2023-07-09
1
-66/+69
*
[3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548)
Miss Islington (bot)
2023-07-08
3
-2/+8
*
[3.12] gh-101880: add link to object.__hash__() in hash() builtin documentati...
Miss Islington (bot)
2023-07-08
1
-1/+1
*
[3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544)
Miss Islington (bot)
2023-07-08
3
-0/+13
*
[3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-10630...
Miss Islington (bot)
2023-07-07
7
-12/+20
*
[3.12] gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on c...
Miss Islington (bot)
2023-07-07
3
-0/+4
*
[3.12] closes gh-106479: fix typo in __cplusplus macro (gh-106480) (#106493)
Miss Islington (bot)
2023-07-06
1
-1/+1
*
[3.12] gh-90876: Restore the ability to import multiprocessing when `sys.exec...
Miss Islington (bot)
2023-07-06
3
-8/+83
*
[3.12] Clarify state of CancelledError in doc (GH-106453) (#106454)
Miss Islington (bot)
2023-07-06
1
-1/+1
*
[3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106...
Miss Islington (bot)
2023-07-06
2
-0/+4
*
[3.12] gh-105256: What's New note for comprehension over locals() (GH-106378)...
Miss Islington (bot)
2023-07-06
1
-0/+6
*
[3.12] gh-106292: restore checking __dict__ in cached_property.__get__ (GH-10...
Miss Islington (bot)
2023-07-05
3
-10/+36
*
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot)
2023-07-05
8
-42/+158
*
[3.12] shlex docs: remove outdated note (GH-106463) (#106466)
Miss Islington (bot)
2023-07-05
1
-6/+0
*
[3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#1064...
Erlend E. Aasland
2023-07-05
2
-27/+15
*
[3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (G...
Miss Islington (bot)
2023-07-05
3
-8/+47
*
[3.12] Document PYTHONSAFEPATH along side -P (GH-106122) (#106352)
Miss Islington (bot)
2023-07-05
1
-2/+2
*
[3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-1...
Miss Islington (bot)
2023-07-05
1
-0/+10
*
[3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)
Miss Islington (bot)
2023-07-05
3
-8/+9
*
[3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105...
Miss Islington (bot)
2023-07-05
2
-1/+21
*
[3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230)
Miss Islington (bot)
2023-07-05
1
-133/+146
*
[3.12] gh-104692: Include commoninstall as a prerequisite for bininstall (GH-...
Jeffery To
2023-07-05
2
-1/+11
*
[3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...
Miss Islington (bot)
2023-07-05
5
-15/+65
*
[3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-1...
Miss Islington (bot)
2023-07-05
2
-2/+3
*
[3.12] tp_flags docs: fix indentation (GH-106420) (#106442)
Miss Islington (bot)
2023-07-05
1
-9/+9
*
[3.12] gh-106368: Add tests for formatting helpers in Argument Clinic (GH-106...
Miss Islington (bot)
2023-07-04
1
-0/+164
*
[3.12] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (G...
Barney Gale
2023-07-04
3
-8/+25
*
[3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node ...
Miss Islington (bot)
2023-07-04
3
-0/+33
*
[3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...
Miss Islington (bot)
2023-07-04
2
-2/+108
*
[3.12] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106390)
Miss Islington (bot)
2023-07-04
1
-0/+24
*
[3.12] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106387)
Miss Islington (bot)
2023-07-03
1
-42/+68
*
[3.12] gh-106368: Clean up Argument Clinic tests (#106373) (#106379)
Erlend E. Aasland
2023-07-03
1
-357/+441
*
[3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)
Miss Islington (bot)
2023-07-03
1
-2/+2
*
[3.12] gh-106368: Increase Argument Clinic test coverage (GH-106369) (#106370)
Miss Islington (bot)
2023-07-03
1
-0/+57
*
[3.12] gh-91053: make func watcher tests resilient to other func watchers (GH...
Miss Islington (bot)
2023-07-03
1
-12/+11
*
[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...
Miss Islington (bot)
2023-07-03
3
-7/+27
*
[3.12] Replace the esoteric term 'datum' when describing dict comprehensions ...
Miss Islington (bot)
2023-07-03
2
-12/+12
*
[3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#1...
Miss Islington (bot)
2023-07-01
3
-1/+13
*
[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...
Miss Islington (bot)
2023-07-01
3
-10/+12
*
[3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl...
Miss Islington (bot)
2023-07-01
4
-1/+62
*
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nod...
Miss Islington (bot)
2023-07-01
4
-14/+10
*
[3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...
Miss Islington (bot)
2023-06-30
6
-45/+45
*
[3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)
Miss Islington (bot)
2023-06-30
2
-1/+2
*
[3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)
Miss Islington (bot)
2023-06-29
3
-0/+22
*
[3.12] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106244)
Miss Islington (bot)
2023-06-29
1
-0/+1
*
[3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (...
Miss Islington (bot)
2023-06-29
2
-61/+72
*
[3.12] gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (G...
Miss Islington (bot)
2023-06-29
1
-4/+6
[next]