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-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
*
bpo-30618: add readlink to pathlib.Path (GH-8285)
Girts
2019-10-23
5
-0/+41
*
Update URL in macOS installer copy of license (GH-16905)
Ned Deily
2019-10-23
1
-1/+1
*
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Victor Stinner
2019-10-23
3
-3/+7
*
bpo-38555: Fix an undefined behavior. (GH-16883)
Serhiy Storchaka
2019-10-23
1
-8/+7
*
Spell Bitbucket correctly. (GH-16862)
Peter Bittner
2019-10-23
2
-3/+3
*
Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882)
Sergey Fedoseev
2019-10-23
4
-20/+3
*
bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896)
Raymond Hettinger
2019-10-23
1
-829/+0
*
bpo-38539: Update demo files (GH-16890)
Julin S
2019-10-23
5
-21/+850
*
bpo-38419: fix "check-c-globals" path (GH-16680)
AMIR
2019-10-23
1
-1/+1
*
bpo-38466: Fix threading.excepthook doc (GH-16891)
Daniel Baskal
2019-10-22
1
-2/+2
*
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
Victor Stinner
2019-10-22
4
-19/+15
*
Bump Sphinx to 2.2.0. (GH-16532)
Julien Palard
2019-10-22
5
-6/+6
*
bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)
Tyler Kieft
2019-10-22
3
-55/+79
*
Fix Zope URL (GH-16880)
Kyle Stanley
2019-10-22
1
-1/+1
*
bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860)
Serhiy Storchaka
2019-10-21
3
-18/+26
*
visit_reachable: replace release-mode test with an assert. (GH-16866)
Tim Peters
2019-10-21
1
-2/+5
*
bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869)
Serhiy Storchaka
2019-10-21
2
-2/+29
*
bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821)
Dong-hee Na
2019-10-21
5
-0/+29
*
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev
2019-10-21
4
-6/+6
*
bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256)
Serhiy Storchaka
2019-10-21
1
-24/+22
*
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
Hai Shi
2019-10-21
4
-7/+7
*
bpo-38531: document extend action's added version (GH-16865)
Batuhan Taşkaya
2019-10-20
1
-0/+2
*
bpo-37759: More updates to Whatsnew 3.8 (GH-16854)
Raymond Hettinger
2019-10-20
1
-26/+183
[prev]
[next]