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-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
2
-0/+14
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
1
-0/+2
*
GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment ca...
Barney Gale
2023-05-03
1
-0/+3
*
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao
2023-05-03
1
-0/+1
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-0/+4
*
GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...
Adam Turner
2023-05-03
2
-3/+3
*
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner
2023-05-03
1
-1/+1
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-0/+2
*
gh-103845: Remove line & instruction instrumentations before adding them back...
Tian Gao
2023-05-03
1
-0/+1
*
GH-84976: Re-introduce `datetime.py` and fix reprs
Paul Ganssle
2023-05-03
1
-0/+5
*
gh-104078: Improve performance of PyObject_HasAttrString (#104079)
Itamar Ostricher
2023-05-03
1
-0/+1
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
1
-0/+5
*
GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...
andrei kulakov
2023-05-03
1
-0/+5
*
gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...
Ethan Furman
2023-05-03
1
-0/+2
*
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow
2023-05-03
1
-0/+5
*
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Juhi Chandalia
2023-05-03
1
-0/+1
*
GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments ...
Barney Gale
2023-05-02
1
-0/+2
*
GH-104104: Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.p...
Barney Gale
2023-05-02
1
-0/+2
*
gh-103822: [Calendar] change return value to enum for day and month APIs (GH-...
Prince Roshan
2023-05-02
1
-0/+1
*
GH-103525: Improve exception message from `pathlib.PurePath()` (GH-103526)
Barney Gale
2023-05-02
1
-0/+2
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-0/+2
*
gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)
Mariusz Felisiak
2023-05-02
1
-0/+1
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)
Mariusz Felisiak
2023-05-02
1
-0/+1
*
GH-103472: close response in HTTPConnection._tunnel (#103473)
Thomas Grainger
2023-05-02
1
-0/+2
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
1
-0/+6
*
gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)
John Belmonte
2023-05-01
1
-0/+1
*
GH-103629: Update Unpack's repr in compliance with PEP 692 (#104048)
Franek Magiera
2023-05-01
1
-0/+1
*
gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen ...
Nikita Sobolev
2023-05-01
1
-0/+2
*
gh-104028: Reduce object creation while calling callback function from gc (gh...
Dong-hee Na
2023-05-01
1
-0/+2
*
gh-102213: Optimize the performance of `__getattr__` (GH-103761)
sunmy2019
2023-05-01
1
-0/+1
*
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
Carey Metcalfe
2023-05-01
1
-0/+3
*
gh-88496: Fix IDLE test hang on macOS (#104025)
Terry Jan Reedy
2023-05-01
1
-0/+1
*
gh-88773: Added teleport method to Turtle library (#103974)
Liam Gersten
2023-04-30
1
-0/+1
*
gh-103977: compile re expressions in platform.py only if required (#103981)
Pieter Eendebak
2023-04-30
1
-0/+1
*
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin
2023-04-30
1
-0/+3
*
Update name in acknowledgements and add mailmap (#103696)
Amethyst Reese
2023-04-30
1
-1/+1
*
gh-103793: Defer formatting task name (#103767)
Itamar Ostricher
2023-04-29
1
-0/+3
*
gh-103636: issue warning for deprecated calendar constants (#103833)
Prince Roshan
2023-04-29
1
-0/+1
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-0/+1
*
gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
Marek Marczykowski-Górecki
2023-04-28
1
-0/+1
*
gh-103935: Use `io.open_code()` when executing code in trace and profile modu...
Tian Gao
2023-04-27
1
-0/+1
*
gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)
Erlend E. Aasland
2023-04-27
1
-0/+2
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-0/+2
*
GH-90750: Use datetime.fromisocalendar in _strptime (#103802)
Paul Ganssle
2023-04-27
1
-0/+3
*
gh-103583: Isolate CJK codec modules (#103869)
Erlend E. Aasland
2023-04-27
1
-0/+2
*
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
Irit Katriel
2023-04-27
1
-0/+1
*
gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...
Itayazolay
2023-04-27
1
-0/+1
*
gh-89415: Add source-specific multicast constants to socket module (#103684)
Reese Hyde
2023-04-27
1
-0/+2
*
gh-62432: unittest runner: Exit code 5 if no tests were run (#102051)
Stefano Rivera
2023-04-27
2
-0/+4
[next]