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
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
1
-0/+3
*
gh-91583: AC: Fix regression for functions with defining_class (GH-91739)
Serhiy Storchaka
2022-04-30
1
-0/+2
*
gh-91760: Deprecate group names and numbers which will be invalid in future (...
Serhiy Storchaka
2022-04-30
1
-0/+4
*
gh-92049: Forbid pickling constants re._constants.SUCCESS etc (GH-92070)
Serhiy Storchaka
2022-04-30
1
-0/+2
*
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki
2022-04-30
1
-0/+2
*
gh-91217: deprecate xdrlib (GH-92066)
Brett Cannon
2022-04-30
1
-0/+1
*
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Serhiy Storchaka
2022-04-29
1
-0/+1
*
bpo-26792: Improve docstrings of runpy module run_functions (#30729)
Humbled Drugman
2022-04-29
1
-0/+2
*
gh-91324: Convert the stable ABI manifest to TOML (GH-92026)
Petr Viktorin
2022-04-29
2
-2284/+2275
*
bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...
Hugo van Kemenade
2022-04-29
1
-0/+1
*
bpo-22276: Change pathlib.Path.glob not to ignore trailing path separator (GH...
Eisuke Kawashima
2022-04-28
1
-0/+4
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
1
-0/+2
*
gh-91832: Add 'required' attr to argparse.Action repr (GH-91841)
Abhigyan Bose
2022-04-28
1
-0/+1
*
gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...
Petr Viktorin
2022-04-28
1
-0/+24
*
gh-91984: Fix trailing spaces in multiline test strings in test_argparse (GH-...
Abhigyan Bose
2022-04-28
1
-0/+1
*
gh-91603: Speed up operator "|" for UnionType (GH-91955)
Serhiy Storchaka
2022-04-28
1
-0/+2
*
gh-91869: Fix tracing of specialized instructions with extended args (GH-91945)
Dennis Sweeney
2022-04-28
1
-0/+1
*
gh-91217: deprecate uu (GH-92009)
Brett Cannon
2022-04-28
1
-0/+1
*
gh-87999: Change warning type for numeric literal followed by keyword (GH-91980)
Serhiy Storchaka
2022-04-27
1
-0/+3
*
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
David CARLIER
2022-04-27
1
-0/+1
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
1
-0/+3
*
Fix missing `f` prefix on f-strings (GH-91910)
Alexander Shadchin
2022-04-27
1
-0/+1
*
gh-68966: Deprecate the mailcap module (#91951)
Victor Stinner
2022-04-26
1
-0/+3
*
gh-91217: deprecate telnetlib (GH-91958)
Brett Cannon
2022-04-26
1
-0/+1
*
gh-91860: Add typing.dataclass_transform (PEP 681) (#91861)
Jelle Zijlstra
2022-04-26
1
-0/+2
*
gh-91217: deprecate sunau (GH-91866)
Brett Cannon
2022-04-25
1
-0/+1
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-0/+2
*
bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147)
Mariusz Felisiak
2022-04-25
1
-0/+1
*
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
Victor Stinner
2022-04-25
1
-0/+3
*
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
1
-0/+2
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
1
-0/+2
*
gh-91888: add a `:gh:` role to the documentation (#91889)
Ezio Melotti
2022-04-25
1
-0/+1
*
gh-91821: Make decimal test succeed consistently (#91825)
Jelle Zijlstra
2022-04-24
1
-0/+1
*
gh-91230: Concise catch_warnings with simplefilter (#91435)
Zac Hatfield-Dodds
2022-04-24
1
-0/+3
*
gh-91217: deprecate spwd (#91846)
Brett Cannon
2022-04-23
1
-0/+1
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-0/+3
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-0/+2
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
1
-0/+8
*
gh-91547: Remove "Undocumented modules" page (#91682)
Shantanu
2022-04-22
1
-0/+1
*
gh-91217: deprecate-sndhdr (#91806)
Brett Cannon
2022-04-22
1
-0/+2
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
1
-0/+2
*
gh-91575: Add a script for generating data for case-insensitive matching in r...
Serhiy Storchaka
2022-04-22
1
-0/+3
*
gh-91700: Validate the group number in conditional expression in RE (GH-91702)
Serhiy Storchaka
2022-04-22
1
-0/+4
*
gh-90568: Fix exception type for \N with a named sequence in RE (GH-91665)
Serhiy Storchaka
2022-04-22
1
-0/+3
*
gh-89279: In ceval.c, redefine some macros for speed (#32387)
Guido van Rossum
2022-04-22
1
-0/+1
*
gh-80527: Deprecate PEP 623 Unicode functions (#91801)
Victor Stinner
2022-04-22
1
-0/+3
*
gh-91291: Accept attributes as keyword arguments in decimal.localcontext (#32...
Sam Ezeh
2022-04-22
1
-0/+1
*
gh-91217: deprecate-pipes (GH-91779)
Brett Cannon
2022-04-22
1
-0/+1
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
1
-0/+2
*
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner
2022-04-21
1
-0/+2
[next]