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
*
[doc] Fix markup in logging (GH-22008)
Andre Delfino
2020-08-30
1
-1/+1
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
3
-0/+15
*
bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-...
Irit Katriel
2020-08-30
4
-7/+50
*
Further improve accuracy of math.hypot() (GH-22013)
Raymond Hettinger
2020-08-30
1
-3/+8
*
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Tony Solomonik
2020-08-30
2
-0/+5
*
Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882)
Roger Iyengar
2020-08-29
1
-0/+10
*
bpo-41513: Save unnecessary steps in the hypot() calculation (#21994)
Raymond Hettinger
2020-08-29
1
-5/+10
*
bpo-19521: Fix parallel build race condition on AIX (GH-21997)
Stefan Krah
2020-08-29
3
-20/+50
*
Fix error in argparse documentation example (GH-17399)
SarahPythonista
2020-08-28
1
-2/+2
*
bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake ...
Petr Viktorin
2020-08-27
1
-1/+11
*
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
[next]