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-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)
neonene
2022-08-01
1
-0/+1
*
GH-95245: Store object values and dict pointers in single tagged pointer. (GH...
Mark Shannon
2022-08-01
1
-0/+2
*
gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)
Dong-hee Na
2022-08-01
1
-1/+1
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+2
*
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)
Terry Jan Reedy
2022-08-01
1
-0/+2
*
gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)
Dong-hee Na
2022-07-31
1
-0/+2
*
gh-95471: IDLE - Tweak Edit menu (#95481)
Terry Jan Reedy
2022-07-31
1
-0/+1
*
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea
2022-07-30
5
-4/+6
*
gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)
Erlend Egeberg Aasland
2022-07-30
1
-0/+1
*
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes
2022-07-29
1
-0/+2
*
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)
Erlend Egeberg Aasland
2022-07-28
1
-0/+2
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-0/+2
*
gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...
[object Object]
2022-07-28
1
-0/+1
*
gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...
Steve Dower
2022-07-28
1
-0/+3
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
Kumar Aditya
2022-07-28
1
-0/+1
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Honglin Zhu
2022-07-28
1
-0/+1
*
gh-95166: cancel map waited on future on timeout (GH-95169)
Thomas Grainger
2022-07-28
1
-0/+1
*
GH-90081: Run python tracers at full speed (GH-95328)
Mark Shannon
2022-07-28
1
-0/+2
*
gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)
Serhiy Storchaka
2022-07-28
1
-0/+3
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
1
-0/+2
*
gh-95339: update bundled pip to 22.2.1 (gh-95340)
Stéphane Bidoul
2022-07-27
1
-0/+1
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
1
-0/+2
*
GH-93899: fix checks for eventfd flags (GH-95170)
Kumar Aditya
2022-07-27
1
-0/+1
*
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Kumar Aditya
2022-07-27
1
-0/+1
*
gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)
Jason R. Coombs
2022-07-27
1
-0/+1
*
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars Kalvāns
2022-07-27
1
-0/+2
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Christian Heimes
2022-07-27
1
-0/+2
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-0/+1
*
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
1
-0/+2
*
gh-95285: py.exe launcher fails with short argv0 (GH-95295)
Steve Dower
2022-07-26
1
-0/+2
*
gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288)
Christian Heimes
2022-07-26
1
-0/+2
*
gh-93678: extract 'struct cfg_builder' from the compiler so that the CFG can ...
Irit Katriel
2022-07-26
1
-0/+1
*
gh-95066: ast: Replace assert with ValueError (GH-95072)
Shantanu
2022-07-26
1
-0/+1
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
1
-0/+2
*
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak
2022-07-26
1
-0/+1
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+3
*
gh-92546: Move pprint benchmark into pyperformance (GH-94613)
Oleg Iarygin
2022-07-25
1
-0/+2
*
gh-95077: [Enum] add code-based deprecation warnings for member.member access...
Ethan Furman
2022-07-25
1
-0/+1
*
gh-85454: Remove links from historical mentions of distutils (GH-95192)
Oleg Iarygin
2022-07-25
7
-14/+14
*
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Serhiy Storchaka
2022-07-25
1
-0/+1
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Christian Heimes
2022-07-25
1
-0/+2
*
gh-95218: Move tests for importlib.resources into test_importlib.resources. (...
Jason R. Coombs
2022-07-25
1
-0/+1
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+1
*
gh-95185: Check recursion depth in the AST constructor (#95186)
Pablo Galindo Salgado
2022-07-24
1
-0/+3
*
gh-95199: upgrade bundled setuptools to 63.2.0 (gh-95200)
Stéphane Bidoul
2022-07-24
1
-0/+1
*
gh-95194: upgrade bundled pip to 22.2 (gh-95195)
Stéphane Bidoul
2022-07-24
1
-0/+1
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Inada Naoki
2022-07-24
1
-0/+2
*
gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)
Pablo Galindo Salgado
2022-07-23
1
-0/+3
*
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...
Erlend Egeberg Aasland
2022-07-23
1
-0/+4
*
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev
2022-07-22
1
-0/+1
[next]