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
*
_json.c: use Py_UNUSED() macro (GH-17053)
Victor Stinner
2019-11-05
1
-10/+4
*
closes bpo-37633: Reëxport some function compatibility wrappers for macros i...
Benjamin Peterson
2019-11-05
2
-16/+17
*
Fix a typo in wave module docstring (GH-17009)
Michael Haas
2019-11-05
1
-1/+1
*
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner
2019-11-05
7
-52/+94
*
bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)
Victor Stinner
2019-11-04
7
-135/+200
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
9
-38/+101
*
bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)
Alexandru Ardelean
2019-11-04
2
-1/+2
*
bpo-37759: Show output from var_access_benchmark (GH-17040)
Raymond Hettinger
2019-11-04
1
-3/+52
*
bpo-38388: Document pickle protocol version 5 (GH-16639)
Dima Tisnek
2019-11-03
1
-1/+5
*
Convert argument to snake_case (GH-16990)
Борис Верховский
2019-11-02
1
-2/+2
*
Years overdue, explain why unreachable objects are moved. (GH-17030)
Tim Peters
2019-11-02
1
-1/+38
*
bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)
Ram Rachum
2019-11-02
2
-2/+11
*
Slightly improve plistlib test coverage. (GH-17025)
Jon Janzen
2019-11-01
2
-6/+22
*
bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)
Petr Viktorin
2019-11-01
1
-0/+11
*
Update the URL for the requests package (GH-17006)
Simon Legner
2019-10-31
2
-2/+2
*
Add docstring for shlex.split (GH-16740)
MaT1g3R
2019-10-31
1
-0/+1
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
6
-1/+247
*
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
Lucas Cimon
2019-10-31
3
-0/+26
*
bpo-16575: Add checks for unions passed by value to functions. (GH-16799)
Vinay Sajip
2019-10-31
5
-0/+178
*
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
Max Bernstein
2019-10-31
2
-2/+0
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
27
-68/+68
*
bpo-38631: Avoid Py_FatalError() in readline (GH-16998)
Victor Stinner
2019-10-30
1
-6/+11
*
bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)
Victor Stinner
2019-10-30
2
-1/+3
*
bpo-38640: Allow break and continue in always false while loops (GH-16992)
Pablo Galindo
2019-10-30
3
-0/+29
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
6
-26/+145
*
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka
2019-10-30
5
-9/+18
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
55
-728/+728
*
bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...
Daniel Hillier
2019-10-29
3
-0/+236
*
bpo-38336: Remove the __set__ method restriction on data descriptors for attr...
Géry Ogam
2019-10-29
1
-1/+1
*
Permutations Python code equivalent in comment was invalid for Python 3 (GH-1...
Sergey
2019-10-29
1
-3/+6
*
bpo-38626: Add comment explaining why __lt__ is used. (GH-16978)
Raymond Hettinger
2019-10-29
1
-0/+2
*
Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)
Kyle Stanley
2019-10-29
1
-1/+2
*
Remove code commented for more than 10 years (GH-16965)
Victor Stinner
2019-10-28
2
-115/+0
*
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive ...
Steve Dower
2019-10-28
2
-1/+2
*
bpo-38534: Replace wrong KB number references (GH-16955)
benedwards14
2019-10-28
2
-5/+5
*
bpo-38519: Internal include files missing on Windows (GH-16921)
Zackery Spytz
2019-10-28
2
-6/+3
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
13
-96/+57
*
bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956)
Dong-hee Na
2019-10-28
4
-1/+22
*
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)
Marco Rougeth
2019-10-27
2
-0/+2
*
bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937)
Serhiy Storchaka
2019-10-27
3
-26/+70
*
bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947)
Terry Jan Reedy
2019-10-27
1
-1/+9
*
bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)
Terry Jan Reedy
2019-10-27
1
-0/+9
*
bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939)
Terry Jan Reedy
2019-10-27
2
-0/+8
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower
2019-10-26
5
-11/+26
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Serhiy Storchaka
2019-10-26
3
-12/+19
*
bpo-38535: Fix positions for AST nodes for calls without arguments in decorat...
Serhiy Storchaka
2019-10-26
3
-8/+12
*
bpo-38558: Mention `:=` in conditions tutorial (GH-16919)
Ammar Askar
2019-10-25
1
-4/+4
*
Fix typo in formatter_unicode (GH-16831)
Hansraj Das
2019-10-25
1
-1/+1
*
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
Zsolt Dollenstein
2019-10-24
6
-11/+14
*
Add missing asyncio changes from 3.8 whatsnew (GH-16911)
Kyle Stanley
2019-10-24
1
-10/+85
[next]