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-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
*
gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
Franek Magiera
2023-04-26
1
-0/+2
*
gh-60436: fix curses textbox backspace/del (#103783)
Aidan Melen
2023-04-26
1
-0/+1
*
gh-48241: Clarify URL needs to be encoded when provided to urlopen and Reques...
Michael Blahay
2023-04-26
1
-0/+1
*
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland
2023-04-26
1
-0/+4
*
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...
Erlend E. Aasland
2023-04-26
1
-0/+3
*
GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)
Juhi Chandalia
2023-04-26
1
-0/+1
*
gh-103872: Update bundled pip version to 23.1.2 (gh-103873)
Paul Moore
2023-04-26
1
-0/+1
*
gh-74940: Allow fallback to UTF-8 encoding on systems with no locales install...
Gordon Messmer
2023-04-26
1
-0/+2
*
gh-103578: Fix pdb reading code with non-utf8 encoding (#103581)
Tian Gao
2023-04-26
1
-0/+1
*
GH-103804: Add test for dis.findlinestarts (#103806)
Juhi Chandalia
2023-04-25
1
-0/+1
*
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer
2023-04-25
1
-1/+4
*
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
Samuel Sloniker
2023-04-25
1
-0/+2
*
gh-103636: add enums for days and months in calendar module (GH-103642)
Prince Roshan
2023-04-25
1
-0/+1
*
gh-82814: fix shutil access error on WSL (#103790)
Allan Lago
2023-04-25
1
-0/+3
*
gh-103801: Tools/wasm linting and formatting (#103796)
Daniel Versoza
2023-04-24
1
-0/+1
*
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...
jb2170
2023-04-24
2
-0/+3
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
1
-0/+1
*
gh-103791: Make contextlib.suppress also act on exceptions within an Exceptio...
Łukasz Langa
2023-04-24
1
-0/+3
*
gh-103492: Clarify SyntaxWarning with literal comparison (#103493)
Shantanu
2023-04-24
1
-0/+1
*
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel
2023-04-24
1
-0/+1
*
gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
Nikita Sobolev
2023-04-24
1
-0/+2
*
gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...
Oleg Iarygin
2023-04-24
1
-0/+1
*
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...
Eric Snow
2023-04-24
1
-0/+3
*
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers
2023-04-24
1
-0/+1
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
1
-0/+4
*
gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)
Tian Gao
2023-04-24
1
-0/+1
*
gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)
Christopher Chavez
2023-04-24
1
-0/+1
*
gh-81403: Add NEWS entry for PR #13951 (#103729)
Senthil Kumaran
2023-04-23
1
-0/+3
*
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe
2023-04-23
1
-0/+2
*
gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
Dong-hee Na
2023-04-23
1
-0/+2
*
GH-103699: Add `__orig_bases__` to various typing classes (#103698)
Adrian Garcia Badaracco
2023-04-23
1
-0/+2
*
gh-102310: Change error range for invalid bytes literals (#103663)
Nikita Sobolev
2023-04-23
1
-0/+1
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-0/+3
*
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Eric Wieser
2023-04-22
1
-0/+2
*
GH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle
2023-04-22
5
-5/+5
*
gh-103559: Update bundled pip version to 23.1.1 (gh-103560)
Paul Moore
2023-04-22
1
-0/+1
*
gh-103556: [inspect.Signature] disallow pos-or-kw params without default afte...
Nikita Sobolev
2023-04-22
1
-0/+3
*
Sync with importlib_metadata 6.5 (GH-103584)
Jason R. Coombs
2023-04-21
1
-0/+12
*
gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request....
Wheeler Law
2023-04-21
1
-0/+3
[next]