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
*
[3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030...
Miss Islington (bot)
2023-05-28
1
-8/+36
*
[3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas ...
Miss Islington (bot)
2023-05-28
3
-0/+41
*
[3.12] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105028)
Miss Islington (bot)
2023-05-27
1
-1/+4
*
[3.12] gh-105017: Fix including additional NL token when using CRLF (GH-10502...
Miss Islington (bot)
2023-05-27
1
-0/+8
*
[3.12] gh-104839: Prevent test_venv AddressSanitizer spam (GH-105005) (#105006)
Miss Islington (bot)
2023-05-27
1
-9/+8
*
[3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous t...
Miss Islington (bot)
2023-05-26
2
-12/+8
*
[3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104...
Miss Islington (bot)
2023-05-26
1
-2/+47
*
[3.12] GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handlin...
Miss Islington (bot)
2023-05-26
2
-0/+9
*
[3.12] GH-104947: Make pathlib.PureWindowsPath comparisons consistent across ...
Miss Islington (bot)
2023-05-26
2
-1/+5
*
[3.12] gh-104972: Ensure that line attributes in tokens in the tokenize modul...
Miss Islington (bot)
2023-05-26
2
-4/+15
*
[3.12] Remove raw asserts in test_typing.py (GH-104951) (#104978)
Miss Islington (bot)
2023-05-26
1
-22/+30
*
[3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)
Miss Islington (bot)
2023-05-26
1
-0/+5
*
[3.12] gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) ...
Miss Islington (bot)
2023-05-26
1
-2/+2
*
[3.12] gh-104943: Remove mentions of old Python versions (GH-104945) (#104963)
Miss Islington (bot)
2023-05-26
1
-4/+1
*
[3.12] gh-102024: Reduced _idle_semaphore.release calls (GH-102025) (#104959)
Miss Islington (bot)
2023-05-26
1
-8/+11
*
[3.12] gh-104935: typing: Fix interactions between `@runtime_checkable` and `...
Miss Islington (bot)
2023-05-25
2
-3/+45
*
[3.12] Fix test_importlib.test_side_effect_import() (GH-104840) (#104842)
Miss Islington (bot)
2023-05-25
1
-1/+2
*
[3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)
Miss Islington (bot)
2023-05-24
2
-0/+43
*
[3.12] Improve test coverage for is_typeddict (GH-104884) (#104889)
Miss Islington (bot)
2023-05-24
1
-3/+22
*
[3.12] gh-104866: Tokenize should emit NEWLINE after exiting block with comme...
Miss Islington (bot)
2023-05-24
1
-0/+17
*
[3.12] gh-104825: add omitted idlelib text fix (#104880)
Terry Jan Reedy
2023-05-24
1
-2/+2
*
[3.12] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...
Miss Islington (bot)
2023-05-24
4
-12/+52
*
[3.12] gh-104825: Remove implicit newline in the line attribute in tokens emi...
Pablo Galindo Salgado
2023-05-24
2
-6/+6
*
[3.12] gh-104797: Allow Protocols to inherit from collections.abc.Buffer (GH-...
Miss Islington (bot)
2023-05-24
2
-1/+17
*
[3.12] gh-104271: Fix auto() fallback in case of mixed type Enum (GH-104279)
Itamar Ostricher
2023-05-23
2
-2/+5
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
1
-87/+252
*
gh-104741: Add line number attribute to indentation error exception (#104743)
Marta Gómez Macías
2023-05-22
2
-2/+11
*
gh-102856: Allow comments inside multi-line f-string expresions (#104006)
Cristián Maureira-Fredes
2023-05-22
1
-3/+38
*
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka
2023-05-22
2
-1/+7
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
1
-6/+6
*
gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)
Luccccifer
2023-05-22
1
-1/+1
*
gh-102856: Tokenize performance improvement (#104731)
Marta Gómez Macías
2023-05-22
1
-12/+1
*
gh-104686: Fix tracing for decorated classes (#104708)
Jelle Zijlstra
2023-05-21
1
-0/+46
*
gh-104683: `clinic.py`: Improve coverage for the `parse_converter` method (#1...
Alex Waygood
2023-05-21
1
-0/+39
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-58/+159
*
gh-104719: IDLE - delete useless monkeypatch of tokenize (#104726)
Terry Jan Reedy
2023-05-21
1
-12/+6
*
gh-104719: Restore Tokenize module constants (#104722)
Marta Gómez Macías
2023-05-21
1
-0/+101
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+39
*
gh-86275: improve Hypothesis configuration for CI and local runs (#104468)
Zac Hatfield-Dodds
2023-05-21
1
-0/+31
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+19
*
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na
2023-05-21
2
-2/+2
*
gh-74690: Make a typing test more resilient (#104691)
Alex Waygood
2023-05-21
1
-4/+3
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
6
-343/+203
*
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes
2023-05-20
2
-41/+198
*
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Prince Roshan
2023-05-20
2
-4/+4
*
gh-56276: Add tests to test_compare (#3199)
Cheryl Sabella
2023-05-20
1
-17/+409
*
gh-104658: Fix location of unclosed quote error for multiline f-strings (#104...
Pablo Galindo Salgado
2023-05-20
1
-1/+15
*
gh-103987: fix several crashes in mmap module (#103990)
Prince Roshan
2023-05-20
1
-1/+86
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
2
-3/+58
*
gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is e...
chgnrdv
2023-05-19
1
-0/+3
[next]