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
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
1
-0/+1
*
bpo-1635741: port scproxy to multi-phase init (GH-22164)
Mohamed Koubaa
2020-09-09
1
-0/+2
*
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka
2020-09-09
2
-1/+2
*
Fix incorrect bpo number in change notes. (GH-22151)
Mark Shannon
2020-09-08
1
-1/+1
*
bpo-1635741: Port mashal module to multi-phase init (#22149)
Victor Stinner
2020-09-08
1
-0/+2
*
bpo-1635741: Port _string module to multi-phase init (GH-22148)
Victor Stinner
2020-09-08
1
-0/+2
*
bpo-1635741: Convert _sha256 types to heap types (GH-22134)
Mohamed Koubaa
2020-09-08
1
-0/+1
*
bpo-1635741: Port the termios to multi-phase init (PEP 489) (GH-22139)
Mohamed Koubaa
2020-09-08
1
-0/+2
*
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
2020-09-08
1
-0/+1
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-0/+4
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
2
-0/+2
*
bpo-41720: Add "return NotImplemented" in turtle.Vec2D.__rmul__(). (GH-22092)
Serhiy Storchaka
2020-09-07
1
-0/+2
*
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
Mohamed Koubaa
2020-09-07
1
-0/+2
*
bpo-1635741: Port _overlapped module to multi-phase init (GH-22051)
Mohamed Koubaa
2020-09-07
1
-0/+2
*
bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050)
Mohamed Koubaa
2020-09-07
1
-0/+2
*
bpo-1635741 port zlib module to multi-phase init (GH-21995)
Mohamed Koubaa
2020-09-07
1
-0/+1
*
bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818)
Mohamed Koubaa
2020-09-06
1
-0/+2
*
bpo-40318: Migrate to SQLite3 trace v2 API (GH-19581)
Erlend Egeberg Aasland
2020-09-05
1
-0/+1
*
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub KulĂk
2020-09-05
1
-0/+1
*
bpo-41627: Distinguish 32 and 64-bit user site packages on Windows (GH-22098)
Steve Dower
2020-09-04
1
-0/+2
*
bpo-41638: Improve ProgrammingError message for absent parameter. (GH-21999)
Serhiy Storchaka
2020-09-04
1
-0/+3
*
bpo-41713: _signal doesn't use multi-phase init (GH-22087)
Victor Stinner
2020-09-04
1
-1/+0
*
bpo-1635741: Port _signal module to multi-phase init (PEP 489) (GH-22049)
Mohamed Koubaa
2020-09-03
1
-0/+1
*
bpo-39883: Use BSD0 license for code in docs (GH-17635)
Todd
2020-09-03
1
-0/+1
*
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
Shantanu
2020-09-03
1
-0/+1
*
bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-...
Pablo Galindo
2020-09-02
1
-0/+2
*
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...
Benjamin Peterson
2020-09-02
1
-0/+2
*
bpo-41675: Modernize siginterrupt calls (GH-22028)
Pablo Galindo
2020-09-02
1
-0/+3
*
bpo-1635741: Port _sha3 module to multi-phase init (GH-21855)
Mohamed Koubaa
2020-09-02
1
-0/+1
*
bpo-1635741: Port _blake2 module to multi-phase init (GH-21856)
Mohamed Koubaa
2020-09-02
1
-0/+1
*
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
Pablo Galindo
2020-09-01
1
-0/+2
*
bpo-41528: Use math module in turtle (GH-21837)
Marek Madejski
2020-09-01
1
-0/+1
*
bpo-41617: Fix pycore_bitutils.h to support clang 3.0 (GH-22042)
Victor Stinner
2020-09-01
1
-0/+2
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
han-solo
2020-09-01
1
-0/+2
*
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell
2020-08-31
1
-0/+2
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
1
-0/+1
*
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...
Irit Katriel
2020-08-30
2
-0/+2
*
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Tony Solomonik
2020-08-30
1
-0/+2
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)
wmeehan
2020-08-27
1
-0/+2
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
Irit Katriel
2020-08-27
1
-0/+1
*
bpo-41624: fix documentation of typing.Coroutine (GH-21952)
MingZhe Hu
2020-08-27
1
-0/+1
*
bpo-33660: Fix PosixPath to resolve a relative path on root
Dong-hee Na
2020-08-27
1
-0/+2
*
bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)
Dong-hee Na
2020-08-26
1
-0/+1
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Elvis Pranskevichus
2020-08-26
1
-0/+2
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
Elvis Pranskevichus
2020-08-26
1
-0/+3
*
bpo-41513: More accurate hypot() (GH-21916)
Raymond Hettinger
2020-08-25
1
-0/+3
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
James Weaver
2020-08-17
1
-0/+1
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-0/+2
*
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHan...
Irit Katriel
2020-08-16
1
-0/+1
*
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
Raymond Hettinger
2020-08-16
1
-0/+2
[next]