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-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
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Dima Tisnek
2020-08-15
1
-0/+1
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
Paul Ganssle
2020-08-14
1
-0/+2
*
bpo-41526: Fixed layout of final page of the installer (GH-21871)
Steve Dower
2020-08-13
1
-0/+2
*
bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy
2020-08-13
1
-1/+1
*
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
Mohamed Koubaa
2020-08-13
1
-0/+1
*
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...
Pablo Galindo
2020-08-13
1
-0/+2
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
Victor Stinner
2020-08-12
1
-0/+3
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner
2020-08-12
1
-0/+1
*
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
Mohamed Koubaa
2020-08-11
1
-0/+1
*
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
Filipe LaĆns
2020-08-10
1
-0/+2
*
bpo-41324 Add a minimal decimal capsule API (#21519)
Stefan Krah
2020-08-10
1
-0/+3
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Terry Jan Reedy
2020-08-09
1
-0/+1
*
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz
2020-08-09
1
-0/+2
*
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
Konge
2020-08-08
1
-0/+1
*
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
Victor Stinner
2020-08-07
1
-0/+1
*
bpo-39871: Fix an error in a news entry (GH-21749)
Zackery Spytz
2020-08-07
1
-1/+1
*
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
pxinwr
2020-08-07
1
-0/+1
*
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
Steve Dower
2020-08-06
1
-0/+1
*
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
Batuhan Taskaya
2020-08-05
1
-0/+2
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
2
-0/+3
*
bpo-41431: Optimize dict_merge for copy (GH-21674)
Inada Naoki
2020-08-04
1
-0/+2
*
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
Victor Stinner
2020-08-04
1
-0/+3
*
bpo-41425: Make tkinter doc example runnable (GH-21706)
Ankit Chandawala
2020-08-03
1
-0/+1
[next]