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-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
*
gh-88753: Make BooleanOptionalAction's addition of default to help more simil...
Toshio Kuratomi
2022-05-03
1
-0/+2
*
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Łukasz Langa
2022-05-03
1
-0/+2
*
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
Dennis Sweeney
2022-05-03
1
-0/+1
*
gh-90887: posix module: Add more flags for fcopy_file (#31300)
David CARLIER
2022-05-03
1
-0/+1
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
1
-0/+4
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+2
*
gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)
Carey Metcalfe
2022-05-03
2
-0/+5
*
bpo-46415: Use f-string for ValueError in ipaddress.ip_{address,network,inter...
Thomas Cellerier
2022-05-03
1
-0/+2
*
gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...
Hugo van Kemenade
2022-05-03
1
-0/+2
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
2
-0/+2
*
gh-91621: Fix typing.get_type_hints for collections.abc.Callable (#91656)
Shantanu
2022-05-02
1
-0/+1
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
1
-0/+1
*
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka
2022-05-02
1
-0/+1
*
gh-92032: Add soft keywords to rlcompleter (#92029)
kbeldan
2022-05-02
1
-0/+2
*
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
Géry Ogam
2022-05-02
1
-0/+4
*
bpo-46547: remove leaking vars into `pydoc.Helper` namespace (#30957)
Nikita Sobolev
2022-05-02
1
-0/+1
*
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
themylogin
2022-05-02
1
-0/+1
*
Fix the closure argument to PyEval_EvalCodeEx. (GH-92175)
larryhastings
2022-05-02
1
-0/+1
*
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Jelle Zijlstra
2022-05-02
1
-0/+2
*
gh-90213: Speed up right shifts of negative integers (GH-30277)
Mark Dickinson
2022-05-02
1
-0/+2
*
gh-91783: Document security considerations for shutil.unpack_archive (#91844)
Sam Ezeh
2022-05-02
1
-0/+2
*
Add weakref_slot to dataclass decorator, to allow instances with slots to be ...
Eric V. Smith
2022-05-02
1
-0/+3
*
gh-92128: Add `__class_getitem__` to `logging.LoggerAdapter` and `logging.Str...
Alex Waygood
2022-05-02
1
-0/+3
*
bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995)
Mariusz Felisiak
2022-05-02
1
-0/+1
[next]