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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add missing 'is' to `cmath.log()` docstring (#102049)
Owain Davies
2023-02-19
2
-4/+4
*
gh-100210: Correct the comment link for unescaping HTML (#100212)
Jean-Christophe Amiel
2023-02-19
1
-1/+1
*
gh-97930: Also include subdirectory in makefile. (#102030)
Jason R. Coombs
2023-02-19
1
-0/+2
*
gh-99735: Use required=True in argparse subparsers example (#100927)
Patricio Paez
2023-02-19
1
-1/+1
*
Fix incorrectly documented attribute in csv docs (#101250)
Reza Rastak
2023-02-19
1
-1/+1
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
7
-12/+53
*
gh-97930: Apply changes from importlib_resources 5.12. (GH-102010)
Jason R. Coombs
2023-02-18
15
-127/+241
*
bpo-46978: Correct docstrings for in-place builtin operators (#31802)
Nicko van Someren
2023-02-18
2
-1/+2
*
gh-101536: [docs] Improve attributes of `urllib.error.HTTPError` (#101612)
Nikita Sobolev
2023-02-18
1
-1/+12
*
gh-101967: add a missing error check (#101968)
Eclips4
2023-02-18
2
-1/+4
*
gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (GH-101746)
Owain Davies
2023-02-17
1
-9/+8
*
gh-100226: Clarify StreamReader.read behavior (#101807)
Jan Gosmann
2023-02-17
2
-10/+19
*
gh-101992: update plistlib examples to be runnable (#101994)
Dustin Rodrigues
2023-02-17
1
-6/+15
*
gh-101766: Fix refleak for _BlockingOnManager resources from test suite level...
Dong-hee Na
2023-02-17
2
-5/+5
*
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...
Barney Gale
2023-02-17
4
-1/+64
*
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match() (GH-101363)
Barney Gale
2023-02-17
4
-8/+13
*
gh-101766: Fix refleak for _BlockingOnManager resources (gh-101942)
Dong-hee Na
2023-02-17
1
-0/+5
*
Docs: fix typos in PyFunction_WatchCallback docs and in 3.12 NEWS (GH-101980)
Yeojin Kim
2023-02-17
2
-2/+2
*
gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (#101976)
Oleg Iarygin
2023-02-17
1
-2/+2
*
gh-101758: Fix Refleak-Related Failures in test_singlephase_variants (gh-101969)
Eric Snow
2023-02-17
1
-1/+13
*
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow
2023-02-16
5
-0/+31
*
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya
2023-02-16
4
-79/+133
*
gh-99942: correct the pkg-config/python-config flags for cygwin/android
Eli Schwartz
2023-02-16
3
-2/+4
*
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4
2023-02-16
3
-0/+5
*
gh-93573: Replace wrong example domains in configparser doc (GH-93574)
sblondon
2023-02-16
1
-23/+23
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
8
-25/+107
*
gh-101951: use textwrap.dedent in compiler tests to make them more readable (...
Irit Katriel
2023-02-16
1
-143/+145
*
gh-101928: fix crash in compiler on multi-line lambda in function call (#101933)
penguin_wwy
2023-02-16
2
-2/+13
*
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith
2023-02-16
18
-1493/+1310
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
15
-19/+557
*
gh-101758: Fix the wasm Buildbots (gh-101943)
Eric Snow
2023-02-16
2
-1/+15
*
gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...
Eric Snow
2023-02-15
5
-4/+212
*
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow
2023-02-15
20
-1072/+1476
*
gh-99138: Isolate _zoneinfo (#99218)
Erlend E. Aasland
2023-02-15
6
-213/+539
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
8
-14/+29
*
GH-87849: Fix refleak in SEND instruction. (GH-101908)
Mark Shannon
2023-02-15
2
-0/+2
*
gh-101819: Remove _testcapi dependencies on specific _io symbols (#101918)
Erlend E. Aasland
2023-02-15
2
-12/+8
*
gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...
Erlend E. Aasland
2023-02-15
5
-1/+59
*
gh-99108: Build the hashlib HACL* code as a static library. (#101917)
Gregory P. Smith
2023-02-14
3
-4/+34
*
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow
2023-02-14
3
-38/+660
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
13
-73/+107
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
16
-22/+22
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
16
-434/+1259
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
2
-1/+3
*
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal
2023-02-14
5
-6/+68
*
gh-101849: Add upgrade codes for old versions of launcher that ended up with ...
Steve Dower
2023-02-13
3
-1/+23
*
gh-101810: Remove duplicated st_ino calculation (GH-101811)
James Lee
2023-02-13
1
-2/+0
*
gh-92547: Purge sqlite3_enable_shared_cache() detection from configure (#101873)
Erlend E. Aasland
2023-02-13
2
-52/+0
*
GH-100987: Refactor `_PyInterpreterFrame` a bit, to assist generator improvem...
Mark Shannon
2023-02-13
1
-4/+2
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
15
-99/+185
[prev]
[next]