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
*
Python 3.12.0b2
v3.12.0b2
Thomas Wouters
2023-06-06
51
-124/+530
*
[3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-1...
Miss Islington (bot)
2023-06-06
1
-0/+2
*
[3.12] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105343)
Miss Islington (bot)
2023-06-06
1
-0/+4
*
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...
Victor Stinner
2023-06-06
2
-2/+2
*
[3.12] gh-105259: Ensure we don't show newline characters for trailing NEWLIN...
Miss Islington (bot)
2023-06-06
1
-0/+2
*
[3.12] gh-90005: Don't link with libbsd if not needed (#105236) (#105360)
Erlend E. Aasland
2023-06-06
1
-0/+1
*
[3.12] gh-105324: Fix tokenize module main function for stdin (GH-105325) (#1...
Miss Islington (bot)
2023-06-05
1
-0/+2
*
[3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module d...
Miss Islington (bot)
2023-06-05
1
-0/+2
*
[3.12] gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always eva...
Miss Islington (bot)
2023-06-05
1
-0/+4
*
[3.12] gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (GH-10...
Miss Islington (bot)
2023-06-05
1
-0/+2
*
[3.12] gh-105164: Detect annotations inside match blocks (GH-105177) (#105313)
Miss Islington (bot)
2023-06-05
1
-0/+2
*
[3.12] gh-98963: Restore the ability to have a dict-less property. (GH-105262...
Miss Islington (bot)
2023-06-05
1
-0/+4
*
[3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...
Miss Islington (bot)
2023-06-04
1
-0/+6
*
[3.12] gh-105080: Fixed inconsistent signature on derived classes (GH-105217)...
Miss Islington (bot)
2023-06-02
1
-0/+1
*
[3.12] gh-105194: Fix format specifier escaped characters in f-strings (GH-10...
Miss Islington (bot)
2023-06-02
1
-0/+2
*
[3.12] gh-104799: Default missing lists in AST to the empty list (GH-104834) ...
Miss Islington (bot)
2023-06-02
1
-0/+4
*
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...
Miss Islington (bot)
2023-06-01
1
-0/+3
*
[3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)
Erlend E. Aasland
2023-06-01
1
-0/+2
*
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Miss Islington (bot)
2023-06-01
1
-0/+2
*
gh-105146: Update links at end of Windows installer (uninstall/repair) (GH-10...
Miss Islington (bot)
2023-05-31
1
-0/+2
*
[3.12] gh-102304: Fix 2 New Stable ABI Functions (gh-104762) (gh-105123)
Eric Snow
2023-05-31
1
-0/+9
*
[3.12] GH-105113: Improve performance of `pathlib.PurePath.match()` (GH-105114)
Barney Gale
2023-05-31
1
-0/+2
*
[3.12] gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_...
Miss Islington (bot)
2023-05-31
1
-0/+5
*
[3.12] gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105132)
Miss Islington (bot)
2023-05-31
1
-0/+1
*
[3.12] gh-105035: fix super() calls on unusual types (e.g. meta-types) (GH-10...
Miss Islington (bot)
2023-05-30
1
-0/+2
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Miss Islington (bot)
2023-05-30
1
-0/+3
*
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...
Irit Katriel
2023-05-30
1
-0/+1
*
[3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)
Miss Islington (bot)
2023-05-30
1
-0/+4
*
[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
[next]