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-29590: fix stack trace for gen.throw() with yield from (GH-19896)
Miss Islington (bot)
2020-09-04
3
-0/+61
*
closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847)
Miss Islington (bot)
2020-09-04
2
-0/+5
*
Fix typo in message from assert statement (GH-21283)
Miss Islington (bot)
2020-09-04
1
-1/+1
*
[3.9] bpo-38787: Clarify docs for PyType_GetModule and warn against common mi...
Miss Islington (bot)
2020-09-04
1
-1/+11
*
[3.9] Improve asyncio-dev 'Concurrency and Multithreading' docs (GH-20882) (G...
Miss Islington (bot)
2020-09-04
1
-0/+10
*
[3.9] bpo-40486: Specify what happens if directory content change diring iter...
Miss Islington (bot)
2020-09-04
3
-3/+17
*
[3.9] Fix error in argparse documentation example (GH-17399) (GH-21992)
Miss Islington (bot)
2020-09-04
1
-2/+2
*
[3.9] [doc] Fix a typo in the graphlib docs (GH-22030) (GH-22076)
Miss Islington (bot)
2020-09-04
1
-1/+1
*
bpo-38585: Remove references to defusedexpat (GH-22095)
Miss Islington (bot)
2020-09-04
1
-11/+3
*
bpo-41721: Add xlc options (GH-22097)
Miss Islington (bot)
2020-09-04
2
-2/+8
*
bpo-41700: Skip test if the locale is not supported (GH-22081) (GH-22085)
Miss Islington (bot)
2020-09-04
1
-1/+4
*
bpo-39010: Improve test shutdown (GH-22066) (#22082)
Miss Islington (bot)
2020-09-03
1
-3/+11
*
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)
Miss Islington (bot)
2020-09-03
3
-2/+7
*
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)
Miss Islington (bot)
2020-09-03
5
-2/+37
*
[3.9] Fix 'gather' rules in the python parser generator (GH-22021) (GH-22080)
Pablo Galindo
2020-09-03
2
-1/+18
*
[3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in ...
Pablo Galindo
2020-09-03
4
-11/+23
*
bpo-39883: Use BSD0 license for code in docs (GH-17635) (GH-22073)
Miss Islington (bot)
2020-09-03
3
-0/+60
*
[3.9] bpo-41690: Use a loop to collect args in the parser instead of recursio...
Pablo Galindo
2020-09-02
5
-515/+628
*
[3.9] bpo-39349: Add cancel_futures to Executor.shutdown base class (GH-22023...
Shantanu
2020-09-02
1
-1/+4
*
Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)...
Miss Islington (bot)
2020-09-02
1
-1/+1
*
[doc] Remove references to PyChecker. (GH-22054)
Miss Islington (bot)
2020-09-02
2
-14/+5
*
Remove reference to Boa Constructor. (GH-22056)
Miss Islington (bot)
2020-09-02
1
-6/+0
*
Fixed mistake in test for f-string error description (GH-22036) (GH-22059) (G...
Miss Islington (bot)
2020-09-02
2
-2/+2
*
Note the buffer slots can be set with PyType_Spec with the unlimited API. (GH...
Miss Islington (bot)
2020-09-02
1
-1/+10
*
[3.9] bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH...
Pablo Galindo
2020-09-01
3
-2/+45
*
bpo-41617: Fix pycore_byteswap.h to support clang 3.0 (GH-22042) (GH-22044)
Victor Stinner
2020-09-01
2
-4/+8
*
bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` i...
Miss Islington (bot)
2020-09-01
4
-2/+46
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) ...
Miss Islington (bot)
2020-08-30
3
-0/+15
*
bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) (GH-21978)
Miss Islington (bot)
2020-08-30
2
-7/+13
*
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Miss Islington (bot)
2020-08-29
1
-1/+1
*
bpo-19521: Fix parallel build race condition on AIX (GH-22001)
Miss Islington (bot)
2020-08-29
3
-20/+50
*
[3.9] bpo-41624: fix documentation of typing.Coroutine (GH-21952) (#21982)
Karthikeyan Singaravelan
2020-08-28
2
-1/+2
*
bpo-41609: Fix output of pdb's whatis command for instance methods (GH-21935)...
Miss Islington (bot)
2020-08-27
3
-6/+48
*
bpo-33660: Fix PosixPath to resolve a relative path on root (#21974)
Miss Islington (bot)
2020-08-27
3
-1/+15
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (G...
Miss Islington (bot)
2020-08-26
3
-3/+24
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-2...
Miss Islington (bot)
2020-08-26
3
-2/+41
*
Document vars behavior when __dict__ is missing (GH-21466) (GH-21939)
Miss Islington (bot)
2020-08-22
1
-0/+3
*
Fix grammar in Doc/tutorial/controlflow.rst (GH-21885) (#21922)
Miss Islington (bot)
2020-08-22
1
-1/+1
*
bpo-40994: Ungroup items in collections.abc documentation for improved clarit...
Miss Islington (bot)
2020-08-22
1
-5/+13
*
bpo-41573: Update release versions in General FAQ (GH-21915) (#21938)
Miss Islington (bot)
2020-08-22
1
-4/+4
*
bpo-41572: Fix grammar in BaseTransport.close docstring (GH-21914) (#21929)
Miss Islington (bot)
2020-08-21
1
-2/+2
*
Doc: add a missing period (GH-21819) (#21932)
Miss Islington (bot)
2020-08-20
1
-1/+1
*
[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)
Victor Stinner
2020-08-19
47
-246/+260
*
bpo-41568: Fix refleaks in zoneinfo subclasses (GH-21907)
Miss Islington (bot)
2020-08-17
1
-3/+3
*
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method no...
Miss Islington (bot)
2020-08-17
2
-1/+2
*
[3.9] bpo-41503: Fix race between setTarget and flush in logging.handlers.Mem...
Miss Islington (bot)
2020-08-16
3
-1/+27
*
bpo-41540: AIX: skip test that is flaky with a default ulimit. (GH-21890) (#2...
Miss Islington (bot)
2020-08-15
1
-0/+3
*
bpo-40878: xlc cannot handle C99 extern inline. (GH-21891)
Miss Islington (bot)
2020-08-15
1
-1/+1
*
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError w...
Miss Islington (bot)
2020-08-15
2
-4/+6
*
Fix typo in typing doc (GH-21879)
Miss Islington (bot)
2020-08-14
1
-1/+1
[prev]
[next]