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
*
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
*
Correct trivial grammar in reset_mock docs (#101861)
Steve Kowalik
2023-02-13
1
-3/+3
*
gh-101845: pyspecific: Fix i18n for availability directive (GH-101846)
Jean Abou-Samra
2023-02-12
1
-9/+11
*
gh-89792: Limit test_tools freeze test build parallelism based on the number ...
Gregory P. Smith
2023-02-12
2
-6/+16
*
gh-85984: Utilize new "winsize" functions from termios in pty tests. (#101831)
Soumendra Ganguly
2023-02-12
2
-69/+28
*
gh-89792: Prevent test_tools from copying 1000M of "source" in freeze test (#...
Gregory P. Smith
2023-02-12
2
-1/+16
*
Fix typo in test_fstring.py (#101823)
mjoerg
2023-02-11
1
-1/+1
*
GH-101797: allocate `PyExpat_CAPI` capsule on heap (#101798)
Kumar Aditya
2023-02-11
1
-27/+45
*
gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call i...
busywhitespace
2023-02-10
1
-1/+1
*
Docs: Fix getstatus() -> getcode() typos (#101296)
Hugo van Kemenade
2023-02-10
2
-2/+2
*
Docs: use parameter list for sqlite3.Cursor.execute* (#101782)
Erlend E. Aasland
2023-02-10
1
-12/+33
*
gh-101763: Update bundled copy of libffi to 3.4.4 on Windows (GH-101784)
Steve Dower
2023-02-10
3
-3/+4
*
gh-101517: make bdb avoid looking up in linecache with lineno=None (#101787)
Irit Katriel
2023-02-10
3
-3/+11
*
gh-101759: Update Windows installer to SQLite 3.40.1 (#101762)
Erlend E. Aasland
2023-02-10
4
-3/+4
*
gh-101277: Finalise isolating itertools (GH-101305)
Erlend E. Aasland
2023-02-10
4
-344/+220
*
gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)
Erlend E. Aasland
2023-02-10
2
-3/+4
*
Fix some typos in asdl_c.py (GH-101757)
abel1502
2023-02-10
1
-2/+2
*
gh-101747: Fix refleak in new `OrderedDict` repr (GH-101748)
Nikita Sobolev
2023-02-10
1
-0/+1
*
gh-101430: Update tracemalloc to handle presize properly. (gh-101745)
Dong-hee Na
2023-02-09
3
-23/+12
*
GH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class...
Partha P. Mukherjee
2023-02-09
1
-3/+3
*
Fix typo in `test_fstring.py` (#101600)
Ikko Eltociear Ashimine
2023-02-09
1
-1/+1
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Gregory P. Smith
2023-02-09
9
-17/+21
*
gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.1...
Oleg Iarygin
2023-02-09
1
-5/+5
*
LibFFI build requires x64 Cygwin, and skip the ARM build (GH-101743)
Steve Dower
2023-02-09
1
-2/+2
*
gh-101670: typo fix in PyImport_ExtendInittab() (#101723)
Sergey B Kirpichev
2023-02-09
1
-1/+1
*
GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...
Mark Shannon
2023-02-09
2
-0/+12
*
no-issue: Add Dong-hee Na as the cjkcodecs codeowner (gh-101731)
Dong-hee Na
2023-02-09
1
-0/+2
*
gh-101678: Merge math_1_to_whatever() and math_1() (#101730)
Sergey B Kirpichev
2023-02-09
1
-10/+2
*
gh-101678: refactor the math module to use special functions from c11 (GH-101...
Sergey B Kirpichev
2023-02-09
2
-184/+8
*
gh-85984: Remove legacy Lib/pty.py code. (#92365)
Soumendra Ganguly
2023-02-09
3
-13/+15
*
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum
2023-02-09
4
-256/+88
*
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
Steve Dower
2023-02-08
1
-5/+5
*
gh-101283: Fix use of unbound variable (GH-101712)
Steve Dower
2023-02-08
1
-0/+2
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
3
-1/+58
*
gh-101277: Port more itertools static types to heap types (#101304)
Erlend E. Aasland
2023-02-08
2
-327/+200
*
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum
2023-02-08
6
-588/+646
*
GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (#101697)
Kumar Aditya
2023-02-08
2
-0/+3
[next]