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-106752: Sync with zipp 3.16.2 (GH-106757) (#106777)
Miss Islington (bot)
2023-07-15
6
-27/+204
*
[3.12] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...
Alex Waygood
2023-07-15
1
-26/+45
*
[3.12] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-1067...
Miss Islington (bot)
2023-07-15
1
-4/+96
*
[3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525...
Miss Islington (bot)
2023-07-15
5
-3/+161
*
[3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755)
Jason R. Coombs
2023-07-14
11
-2/+5
*
[3.12] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106712)
Miss Islington (bot)
2023-07-14
3
-2/+3
*
[3.12] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106741)
Miss Islington (bot)
2023-07-14
1
-17/+20
*
[3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...
Miss Islington (bot)
2023-07-14
4
-4/+19
*
[3.12] gh-106368: Increase Argument Clinic test coverage (GH-106728) (#106730)
Miss Islington (bot)
2023-07-13
2
-0/+590
*
[3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695)
Miss Islington (bot)
2023-07-12
3
-0/+15
*
[3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecatio...
Yonatan Bitton
2023-07-12
1
-0/+1
*
[3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680)
Miss Islington (bot)
2023-07-12
6
-8/+10
*
[3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original sourc...
Miss Islington (bot)
2023-07-12
2
-1/+3
*
[3.12] Add Plausible for docs metrics (GH-106644) (#106661)
Miss Islington (bot)
2023-07-12
1
-0/+1
*
[3.12] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) ...
Miss Islington (bot)
2023-07-11
1
-2/+3
*
[3.12] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-10651...
Miss Islington (bot)
2023-07-11
1
-0/+7
*
[3.12] gh-102541: Add test case for help() for non_existent_module (GH-106340...
Miss Islington (bot)
2023-07-11
1
-1/+10
*
[3.12] gh-106625 : Add missing code to tutorial 4.6 example (GH-106623) (#106...
Miss Islington (bot)
2023-07-11
1
-2/+3
*
[3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418)...
Miss Islington (bot)
2023-07-11
3
-5/+42
*
Merge branch '3.12' of https://github.com/python/cpython into 3.12
Thomas Wouters
2023-07-11
3
-1/+13
|
\
|
*
[3.12] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#1...
Miss Islington (bot)
2023-07-11
3
-1/+13
*
|
Post 3.12.0b4
Thomas Wouters
2023-07-11
1
-1/+1
*
|
Python 3.12.0b4
v3.12.0b4
Thomas Wouters
2023-07-11
35
-82/+337
|
/
*
[3.12] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH...
Miss Islington (bot)
2023-07-11
3
-61/+86
*
[3.12] gh-103968: What's New: Add porting hints for PyType_From with metaclas...
Miss Islington (bot)
2023-07-11
1
-1/+25
*
[3.12] gh-102988: Detect email address parsing errors and return empty tuple ...
Miss Islington (bot)
2023-07-10
5
-10/+172
*
[3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106609)
Miss Islington (bot)
2023-07-10
3
-0/+23
*
[3.12] gh-103186: Fix or catch 'extra' stderr output from unittests (GH-10319...
Miss Islington (bot)
2023-07-10
3
-7/+14
*
[3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)
Serhiy Storchaka
2023-07-10
2
-1/+972
*
[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
[next]