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
*
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox
2022-07-28
2
-2/+2
*
gh-59200: Clarify `PyLong_FromString` documentation (GH-94363)
JustAnotherArchivist
2022-07-28
1
-8/+9
*
gh-94512: Fix forced arg format in AC-processed overlapped (GH-94516)
Oleg Iarygin
2022-07-28
2
-64/+335
*
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...
Steve Dower
2022-07-28
3
-8/+15
*
Update link to faster cpython benchmarks (GH-95391)
Ken Jin
2022-07-28
1
-1/+1
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
Kumar Aditya
2022-07-28
3
-6/+55
*
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Irit Katriel
2022-07-28
1
-0/+1
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Honglin Zhu
2022-07-28
2
-1/+2
*
gh-95166: cancel map waited on future on timeout (GH-95169)
Thomas Grainger
2022-07-28
3
-2/+42
*
GH-90081: Run python tracers at full speed (GH-95328)
Mark Shannon
2022-07-28
3
-6/+12
*
Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'
Erlend Egeberg Aasland
2022-07-28
1
-2/+3
*
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka
2022-07-28
4
-85/+112
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
17
-41/+332
*
gh-95339: update bundled pip to 22.2.1 (gh-95340)
Stéphane Bidoul
2022-07-27
3
-1/+2
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
8
-2/+18
*
gh-95174: Move WASIX logic into wasi-env (GH-95320)
Christian Heimes
2022-07-27
2
-9/+22
*
gh-95273: Normalise sqlite3 reference wording (#95274)
Erlend Egeberg Aasland
2022-07-27
1
-45/+48
*
GH-93899: fix checks for eventfd flags (GH-95170)
Kumar Aditya
2022-07-27
3
-10/+15
*
gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (#...
Erlend Egeberg Aasland
2022-07-27
1
-5/+5
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Kumar Aditya
2022-07-27
2
-0/+2
*
gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)
Jason R. Coombs
2022-07-27
3
-2/+3
*
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars Kalvāns
2022-07-27
10
-239/+69
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Christian Heimes
2022-07-27
2
-2/+16
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
11
-27/+864
*
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
5
-8/+23
*
gh-94635: Add sqlite3 'Introduction' and 'Tutorial' doc headings (#95269)
Erlend Egeberg Aasland
2022-07-27
1
-1/+11
*
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Eric Snow
2022-07-26
5
-7/+125
*
gh-95285: py.exe launcher fails with short argv0 (GH-95295)
Steve Dower
2022-07-26
3
-3/+20
*
gh-93678: Address stack exhaustion on WASI (GH-95296)
Christian Heimes
2022-07-26
2
-4/+9
*
gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288)
Christian Heimes
2022-07-26
3
-33/+35
*
gh-95291: Use import helper to improve sqlite3 audit tests (#95292)
Erlend Egeberg Aasland
2022-07-26
1
-4/+1
*
Fix minor docstring issues in `dataclasses.py`. (gh-93024)
Roman Novak
2022-07-26
1
-7/+7
*
gh-93678: extract 'struct cfg_builder' from the compiler so that the CFG can ...
Irit Katriel
2022-07-26
2
-120/+114
*
gh-95259: add test for traceback with angle-bracketed filename (GH-95260)
Irit Katriel
2022-07-26
1
-0/+15
*
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-9...
Noam Cohen
2022-07-26
1
-1/+7
*
gh-95066: ast: Replace assert with ValueError (GH-95072)
Shantanu
2022-07-26
3
-1/+9
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
12
-5/+47
*
gh-95205: Improve WASM README.md (GH-95267)
Christian Heimes
2022-07-26
2
-12/+112
*
Statistics inv_cdf sync with corresponding random module normal distributions...
Raymond Hettinger
2022-07-26
3
-6/+5
*
Clarifying the documentation on library/syslog (GH-92587)
Nicolas Haller
2022-07-26
1
-3/+7
*
gh-95235: Add explicit parameter list to some sqlite3 methods (#95240)
Erlend Egeberg Aasland
2022-07-26
1
-67/+143
*
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
Serhiy Storchaka
2022-07-26
1
-24/+33
*
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak
2022-07-26
5
-65/+73
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
5
-0/+57
*
gh-94673: Always Finalize Static Builtin Types (#95153)
Eric Snow
2022-07-25
2
-24/+82
*
gh-85454: Remove distutils.ccompiler from Tools/c-analyzer (GH-95171)
Dong-hee Na
2022-07-25
1
-2/+12
*
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow
2022-07-25
13
-76/+133
*
gh-92546: Move pprint benchmark into pyperformance (GH-94613)
Oleg Iarygin
2022-07-25
2
-16/+2
*
gh-95077: [Enum] add code-based deprecation warnings for member.member access...
Ethan Furman
2022-07-25
5
-68/+61
*
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Kumar Aditya
2022-07-25
4
-1/+4430
[next]