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
...
*
Fix inconsistent return type for statistics median_grouped() gh-92531 (#92533)
Raymond Hettinger
2022-05-09
1
-0/+3
*
bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)
Ma Lin
2022-05-09
1
-0/+1
*
gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)
David CARLIER
2022-05-08
1
-0/+1
*
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
Gregory P. Smith
2022-05-08
1
-0/+4
*
gh-91760: More strict rules for numerical group references and group names in...
Serhiy Storchaka
2022-05-08
1
-0/+5
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
1
-0/+7
*
Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393)
Marc Mueller
2022-05-08
2
-0/+4
*
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262)
Matthew Rahtz
2022-05-08
1
-0/+1
*
gh-92448: Update the documentation builder to render the GitHub issue. (GH-92...
Dong-hee Na
2022-05-08
8
-10/+10
*
Python 3.11.0b1
Pablo Galindo
2022-05-06
211
-417/+2145
*
gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)
Brandt Bucher
2022-05-06
1
-0/+2
*
gh-92203: Add closure support to exec(). (#92204)
larryhastings
2022-05-06
1
-0/+5
*
gh-90997: Show cached inline values in `dis` output (#92360)
Brandt Bucher
2022-05-06
1
-0/+2
*
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka
2022-05-06
1
-0/+3
*
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood
2022-05-06
1
-0/+2
*
GH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger
2022-05-06
1
-0/+4
*
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
Ethan Furman
2022-05-06
2
-0/+4
*
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith
2022-05-06
1
-0/+5
*
gh-87901: Add encoding to os.popen (GH-92374)
Inada Naoki
2022-05-06
1
-0/+1
*
bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)
Mariusz Felisiak
2022-05-06
1
-0/+1
*
NEWS: Reorder items by section (GH-92373)
Inada Naoki
2022-05-06
6
-214/+214
*
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
Alexey Izbyshev
2022-05-06
1
-0/+1
*
gh-92356: Fix regression in ctypes function call overhead (#92357)
Michael Droettboom
2022-05-06
1
-0/+1
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
1
-0/+2
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-0/+3
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
2
-1/+16
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-0/+2
*
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo
2022-05-05
2
-0/+2
*
gh-92345: Import rlcompleter before sys.path is extended (#92346)
Christian Heimes
2022-05-05
1
-0/+3
*
gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)
Alexey Izbyshev
2022-05-05
1
-0/+2
*
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly
2022-05-05
1
-0/+1
*
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi
2022-05-05
2
-0/+2
*
bpo-43857: Improve the AttributeError message when deleting a missing attribu...
Géry Ogam
2022-05-05
1
-0/+2
*
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
Michael J. Sullivan
2022-05-05
1
-0/+1
*
gh-92118: fix traceback of exceptions propagated from inside a contextlib.con...
Irit Katriel
2022-05-04
1
-0/+1
*
GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...
Mark Shannon
2022-05-04
1
-0/+2
*
gh-92210: Move socket.__init__ to argument clinic (#92237)
Joshua Herman
2022-05-04
1
-0/+1
*
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...
Erlend Egeberg Aasland
2022-05-04
1
-0/+4
*
gh-92036: Fix gc_fini_untrack() (#92037)
Victor Stinner
2022-05-04
1
-0/+5
*
gh-67248: cmd: Sort miscellaneous help topics (#92254)
Sam Denton
2022-05-04
1
-0/+1
*
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Inada Naoki
2022-05-04
1
-0/+2
*
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...
Géry Ogam
2022-05-03
1
-0/+4
*
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Erlend Egeberg Aasland
2022-05-03
1
-0/+2
*
GH-91173: disable frozen modules in debug builds (#92023)
Kumar Aditya
2022-05-03
1
-0/+1
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
2
-0/+4
*
bpo-45639: Add webp and avif image formats to mimetypes (#29259)
kixorz
2022-05-03
1
-0/+1
*
gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
Zac Hatfield-Dodds
2022-05-03
1
-0/+2
*
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
David CARLIER
2022-05-03
1
-0/+1
*
bpo-29890: Test IPv*Interface construction with tuple argument (#30862)
Humbled Drugman
2022-05-03
1
-0/+2
*
GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)
Abhigyan Bose
2022-05-03
1
-0/+1
[prev]
[next]