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-41634: Fix a typo in the curses documentation (GH-21958)
Zackery Spytz
2020-08-27
1
-1/+1
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845)
wmeehan
2020-08-27
2
-7/+13
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)
Irit Katriel
2020-08-27
3
-6/+48
*
Add missing word (GH-21936)
Mason
2020-08-27
1
-1/+1
*
bpo-41624: fix documentation of typing.Coroutine (GH-21952)
MingZhe Hu
2020-08-27
2
-1/+2
*
bpo-33660: Fix PosixPath to resolve a relative path on root
Dong-hee Na
2020-08-27
3
-1/+15
*
Fix typos in comment (GH-21966)
Raymond Hettinger
2020-08-26
1
-2/+2
*
bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954)
Dong-hee Na
2020-08-26
2
-156/+143
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Elvis Pranskevichus
2020-08-26
3
-3/+24
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
Elvis Pranskevichus
2020-08-26
3
-2/+41
*
bpo-41513: More accurate hypot() (GH-21916)
Raymond Hettinger
2020-08-25
2
-37/+114
*
README: Add link to LICENSE (GH-21565)
Will Binns
2020-08-24
1
-2/+3
*
Document vars behavior when __dict__ is missing (#21466)
Andre Delfino
2020-08-21
1
-0/+3
*
bpo-41573: Update release versions in General FAQ (GH-21915)
wyz23x2
2020-08-21
1
-4/+4
*
Update references from travis-ci.org to travis-ci.com (GH-21919)
Ernest W. Durbin III
2020-08-21
1
-2/+2
*
Doc: add a missing period (GH-21819)
Mathieu Dupuy
2020-08-20
1
-1/+1
*
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914)
Cleber Rosa
2020-08-20
1
-2/+2
*
bpo-40994: Ungroup items in collections.abc documentation for improved clarit...
Sydney Pemberton
2020-08-20
1
-5/+13
*
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885)
Denis Ovsienko
2020-08-19
1
-1/+1
*
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
Paul Ganssle
2020-08-17
1
-3/+3
*
bpo-1635741: Explict GC collect after PyInterpreterState_Clear() (GH-21902)
Hai Shi
2020-08-17
1
-4/+2
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
James Weaver
2020-08-17
2
-1/+2
*
Fix typo in message from assert statement (GH-21283)
Allen
2020-08-17
1
-1/+1
*
bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
Victor Stinner
2020-08-17
2
-2/+2
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
20
-97/+98
*
Update the comment of termios.c (#21886)
Soumendra Ganguly
2020-08-16
1
-1/+1
*
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHan...
Irit Katriel
2020-08-16
3
-1/+27
*
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
Raymond Hettinger
2020-08-16
3
-6/+44
*
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
Stefan Krah
2020-08-15
1
-0/+3
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Dima Tisnek
2020-08-15
2
-4/+6
*
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
Stefan Krah
2020-08-15
1
-1/+1
*
Fix typo in typing doc (GH-21879)
Irit Katriel
2020-08-14
1
-1/+1
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
14
-19/+22
*
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
Paul Ganssle
2020-08-14
3
-3/+5
*
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Rishav Kundu
2020-08-14
2
-5/+3
*
bpo-41526: Fixed layout of final page of the installer (GH-21871)
Steve Dower
2020-08-13
3
-5/+5
*
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
Facundo Batista
2020-08-13
1
-1/+1
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
19
-105/+105
*
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-08-13
1
-0/+3
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
9
-81/+94
*
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
Victor Stinner
2020-08-13
2
-7/+7
*
bpo-41520: Fix second codeop regression (GH-21848)
Terry Jan Reedy
2020-08-13
3
-8/+11
*
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner
2020-08-13
2
-26/+13
*
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
Victor Stinner
2020-08-13
1
-13/+11
*
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
Mohamed Koubaa
2020-08-13
2
-73/+79
*
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (G...
Pablo Galindo
2020-08-13
3
-1/+13
*
bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605)
Hai Shi
2020-08-12
1
-2/+8
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
Victor Stinner
2020-08-12
2
-0/+13
*
Catch all skip_handler cases (GH-21842)
Stefan Krah
2020-08-12
1
-3/+3
*
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
Victor Stinner
2020-08-12
3
-2/+12
[prev]
[next]