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
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
18
-61/+258
*
bpo-38527: fix configure script for Solaris (GH-16845)
Arnon Yaari
2020-04-01
3
-4/+6
*
bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273)
Paulo Henrique Silva
2020-04-01
1
-1/+4
*
bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support f...
Barney Gale
2020-04-01
3
-49/+21
*
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
Zackery Spytz
2020-04-01
5
-1/+18
*
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244)
Victor Stinner
2020-04-01
1
-10/+24
*
bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265)
Serhiy Storchaka
2020-04-01
2
-55/+46
*
bpo-40121: Fix exception type in test (GH-19267)
Steve Dower
2020-04-01
1
-1/+1
*
Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270)
Pablo Galindo
2020-04-01
1
-0/+2
*
bpo-40094: Add missing import to wait_process() (GH-19268)
Victor Stinner
2020-04-01
1
-0/+2
*
bpo-40094: Add run_command() to setup.py (GH-19266)
Victor Stinner
2020-03-31
1
-16/+22
*
bpo-31160: Fix race condition in test_os.PtyTests (GH-19263)
Victor Stinner
2020-03-31
1
-2/+9
*
bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264)
Victor Stinner
2020-03-31
1
-11/+15
*
bpo-39943: Clean up marshal.c. (GH-19236)
Serhiy Storchaka
2020-03-31
1
-57/+31
*
bpo-40094: Enhance threading tests (GH-19260)
Victor Stinner
2020-03-31
2
-31/+39
*
bpo-40094: Enhance fork and wait tests (GH-19259)
Victor Stinner
2020-03-31
4
-24/+15
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
19
-103/+125
*
Document most common signals (GH-19245)
Victor Stinner
2020-03-31
2
-1/+107
*
closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248)
Benjamin Peterson
2020-03-31
1
-1/+1
*
bpo-40003: test.bisect_cmd copies Python options (GH-19246)
Victor Stinner
2020-03-31
2
-2/+17
*
bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247)
Victor Stinner
2020-03-31
1
-3/+20
*
bpo-1635741: Port math module to multiphase initialization (GH-19243)
Dong-hee Na
2020-03-31
2
-25/+34
*
bpo-1635741: Port _uuid module to multiphase initialization (GH-19242)
Dong-hee Na
2020-03-31
2
-19/+23
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower
2020-03-31
4
-3/+39
*
bpo-40108: Improve the error message in runpy when importing a module that in...
Pablo Galindo
2020-03-31
3
-0/+16
*
fix comma location in various places (GH-19233)
Mathieu Dupuy
2020-03-30
8
-9/+9
*
bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083)
Alexander Riccio
2020-03-30
2
-3/+6
*
bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209)
Andy Lester
2020-03-30
1
-2/+2
*
Fix bug in test_collections.py (#19221)
Curtis Bucher
2020-03-30
1
-1/+2
*
bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)
Zackery Spytz
2020-03-30
3
-2/+11
*
bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
Dong-hee Na
2020-03-30
2
-31/+76
*
bpo-37207: Use vectorcall for list() (GH-18928)
Petr Viktorin
2020-03-30
2
-0/+30
*
bpo-39073: validate Address parts to disallow CRLF (#19007)
Ashwin Ramaswami
2020-03-30
3
-0/+25
*
bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204)
Batuhan Taşkaya
2020-03-29
1
-0/+1
*
bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205)
Dong-hee Na
2020-03-29
1
-8/+14
*
bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)
Terry Jan Reedy
2020-03-28
1
-13/+12
*
bpo-40086: Update/fix test_etree test case in test_typing (GH-19189)
Furkan Önder
2020-03-28
1
-4/+2
*
bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188)
Miro Hrončok
2020-03-27
1
-1/+5
*
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley
2020-03-27
6
-32/+99
*
bpo-40045: Make "dunder" method documentation easier to locate (#19153)
Javad Mokhtari
2020-03-27
1
-5/+5
*
bpo-40089: Fix threading._after_fork() (GH-19191)
Victor Stinner
2020-03-27
2
-1/+12
*
bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171)
Ammar Askar
2020-03-27
1
-5/+4
*
bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183)
Victor Stinner
2020-03-27
4
-25/+31
*
bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177)
Dong-hee Na
2020-03-27
2
-157/+131
*
bpo-38644: Make tstate more explicit inside pystate.c (GH-19182)
Victor Stinner
2020-03-26
3
-47/+67
*
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner
2020-03-26
3
-65/+93
*
bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)
Victor Stinner
2020-03-26
7
-66/+145
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Peter Donis
2020-03-26
4
-5/+100
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Lahfa Samy
2020-03-26
3
-0/+13
*
bpo-40069: Clear out .lst files on make clean (GH-19169)
Batuhan Taşkaya
2020-03-26
1
-0/+1
[next]