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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module d...
Miss Islington (bot)
2023-05-29
1
-0/+3
*
gh-103646: Remove --include-pip-user from default APPX package build (GH-105064)
Miss Islington (bot)
2023-05-29
1
-0/+5
*
gh-104820: Fixes os.stat on Windows to better handle file systems that do not...
Miss Islington (bot)
2023-05-29
1
-0/+2
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Miss Islington (bot)
2023-05-29
1
-0/+3
*
[3.12] gh-105017: Include CRLF lines in strings and column numbers (GH-105030...
Miss Islington (bot)
2023-05-28
1
-0/+1
*
[3.12] gh-105013: Fix inspect.getsource with parenthesized multiline lambdas ...
Miss Islington (bot)
2023-05-28
1
-0/+2
*
[3.12] gh-105017: Fix including additional NL token when using CRLF (GH-10502...
Miss Islington (bot)
2023-05-27
1
-0/+1
*
[3.12] gh-104976: Ensure trailing dedent tokens are emitted as the previous t...
Miss Islington (bot)
2023-05-26
1
-0/+3
*
[3.12] GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104...
Miss Islington (bot)
2023-05-26
1
-0/+1
*
[3.12] GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handlin...
Miss Islington (bot)
2023-05-26
1
-0/+2
*
[3.12] GH-104947: Make pathlib.PureWindowsPath comparisons consistent across ...
Miss Islington (bot)
2023-05-26
1
-0/+2
*
[3.12] gh-104972: Ensure that line attributes in tokens in the tokenize modul...
Miss Islington (bot)
2023-05-26
1
-0/+2
*
[3.12] gh-104955: Fix __release_buffer__ signature (GH-104956) (#104973)
Miss Islington (bot)
2023-05-26
1
-0/+2
*
[3.12] gh-104943: Remove mentions of old Python versions (GH-104945) (#104963)
Miss Islington (bot)
2023-05-26
1
-0/+1
*
[3.12] gh-102024: Reduced _idle_semaphore.release calls (GH-102025) (#104959)
Miss Islington (bot)
2023-05-26
1
-0/+1
*
[3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)
Miss Islington (bot)
2023-05-25
1
-0/+5
*
[3.12] gh-104935: typing: Fix interactions between `@runtime_checkable` and `...
Miss Islington (bot)
2023-05-25
1
-0/+3
*
[3.12] gh-104874: Document NewType.__supertype__ (GH-104875) (#104906)
Miss Islington (bot)
2023-05-24
1
-0/+2
*
[3.12] gh-99108: Refresh HACL* (GH-104808) (#104893)
Miss Islington (bot)
2023-05-24
1
-0/+2
*
[3.12] gh-104879: Fix TypeAliasType.__module__ in exec() (GH-104881) (#104890)
Miss Islington (bot)
2023-05-24
1
-0/+2
*
[3.12] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...
Miss Islington (bot)
2023-05-24
1
-0/+2
*
[3.12] gh-104825: Remove implicit newline in the line attribute in tokens emi...
Pablo Galindo Salgado
2023-05-24
1
-0/+2
*
[3.12] gh-104797: Allow Protocols to inherit from collections.abc.Buffer (GH-...
Miss Islington (bot)
2023-05-24
1
-0/+2
*
[3.12] Remove gh-103207 changelog item as it was never part of any release. (...
Miss Islington (bot)
2023-05-23
1
-10/+0
*
[3.12] gh-99108: Release the GIL around hashlib built-in computation (GH-1046...
Miss Islington (bot)
2023-05-23
1
-0/+3
*
[3.12] GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104760)
Miss Islington (bot)
2023-05-23
1
-0/+5
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
228
-536/+2412
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-0/+4
*
gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)
Serhiy Storchaka
2023-05-22
1
-0/+3
*
gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)
Ned Deily
2023-05-22
1
-0/+1
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
1
-1/+1
*
gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)
Luccccifer
2023-05-22
1
-0/+3
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-0/+4
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+3
*
gh-103295: expose API for writing perf map files (#103546)
gsallam
2023-05-21
1
-0/+5
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-0/+1
*
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes
2023-05-20
1
-0/+2
*
gh-103987: fix several crashes in mmap module (#103990)
Prince Roshan
2023-05-20
1
-0/+2
*
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens
2023-05-19
1
-0/+1
*
gh-103839: Allow building Tkinter against Tcl 8.7 without external libtommath...
Christopher Chavez
2023-05-19
1
-0/+2
*
gh-85984: New additions and improvements to the tty library. (#101832)
Soumendra Ganguly
2023-05-19
1
-0/+3
*
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.Bool...
Nikita Sobolev
2023-05-19
1
-0/+2
*
gh-96522: Fix deadlock in pty.spawn (#96639)
Youfu Zhang
2023-05-19
2
-0/+2
*
GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10...
Mark Shannon
2023-05-19
1
-0/+5
*
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...
Ronald Oussoren
2023-05-19
1
-0/+1
*
gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)
Erlend E. Aasland
2023-05-19
1
-0/+1
*
gh-104600: Make function.__type_params__ writable (#104601)
Jelle Zijlstra
2023-05-18
1
-0/+2
*
gh-104623: Update Windows installer to use SQLite 3.42.0 (#104625)
Erlend E. Aasland
2023-05-18
1
-0/+1
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
1
-0/+2
*
GH-104484: Add case_sensitive argument to `pathlib.PurePath.match()` (GH-104565)
thirumurugan
2023-05-18
1
-0/+1
[next]