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-33873: regrtest: Add warning on -R 1:3 (GH-7736)
Pablo Galindo
2018-06-16
1
-0/+7
*
Add missing va_end() calls in PC/launcher.c (GH-7690)
Zackery Spytz
2018-06-15
1
-0/+2
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
34
-106/+420
*
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Victor Stinner
2018-06-15
2
-0/+3
*
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protec...
Victor Stinner
2018-06-15
2
-10/+2
*
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
Andrés Delfino
2018-06-15
1
-1/+4
*
bpo-33847: Add '@' operator entry to index (GH-7669)
Andrés Delfino
2018-06-15
2
-1/+4
*
bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)
Andrés Delfino
2018-06-15
1
-1/+1
*
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...
Marcel Plch
2018-06-15
2
-2/+10
*
gitattribute: Mark generated files (GH-7619)
INADA Naoki
2018-06-15
1
-0/+17
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Wonsup Yoon
2018-06-15
4
-3/+22
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
6
-9/+14
*
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
Serhiy Storchaka
2018-06-15
3
-2/+34
*
bpo-17045: Improve C-API doc for PyTypeObject. (gh-7413)
Eric Snow
2018-06-14
3
-129/+1180
*
bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
Victor Stinner
2018-06-14
2
-10/+18
*
bpo-32962: python-gdb catchs ValueError on read_var() (GH-7692)
Victor Stinner
2018-06-14
2
-2/+11
*
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Victor Stinner
2018-06-14
3
-10/+44
*
bpo-19382: Adding test cases for module tabnanny (GH-851)
Jaysinh Shukla
2018-06-14
2
-1/+344
*
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow
2018-06-13
2
-42/+51
*
bpo-31378: Document sqlite3.OperationalError exception (GH-7677)
Zackery Spytz
2018-06-13
1
-0/+7
*
bpo-33828: Add missing versionchanged note for string.Formatter. (GH-7668)
Xiang Zhang
2018-06-13
1
-2/+5
*
Fixes upload script to always run commands even when previous ones fail (GH-7...
Steve Dower
2018-06-12
1
-4/+10
*
bpo-33671: efficient zero-copy for shutil.copy* functions (Linux, OSX and Win...
Giampaolo Rodola
2018-06-12
8
-19/+595
*
bpo-32108: Don't clear configparser values if key is assigned to itself (GH-7...
Cheryl Sabella
2018-06-12
3
-1/+9
*
bpo-27397: Make email module properly handle invalid-length base64 strings (#...
Tal Einat
2018-06-12
7
-18/+70
*
Fix nested list in 3.7 What's New (GH-7659)
Ned Deily
2018-06-12
1
-0/+1
*
bpo-25612: Add minimal What's New in 3.7 entry (GH-7656)
Ned Deily
2018-06-12
1
-0/+5
*
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warn...
Zackery Spytz
2018-06-12
1
-1/+1
*
Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653)
Ned Deily
2018-06-12
2
-18/+8
*
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650)
Ned Deily
2018-06-12
2
-5/+3
*
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530)
Christian Heimes
2018-06-11
4
-16/+32
*
bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646)
Terry Jan Reedy
2018-06-11
1
-4/+5
*
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
Matthias Bussonnier
2018-06-11
3
-6/+21
*
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
Terry Jan Reedy
2018-06-11
1
-1/+4
*
bpo-33656: Add entry to What's New 3.7. (GH-7638)
Terry Jan Reedy
2018-06-11
1
-0/+6
*
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Terry Jan Reedy
2018-06-11
5
-3/+30
*
bpo-33831: Make htmlview run again (GH-7628)
Andrés Delfino
2018-06-11
1
-1/+1
*
bpo-30820: Remove incorrect docs for email.contentmanager.raw_data_manager (#...
Zackery Spytz
2018-06-11
1
-9/+0
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
4
-9/+6
*
bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620)
Ned Deily
2018-06-11
3
-0/+268
*
pypi.python.org -> pypi.org (GH-7613)
Ned Deily
2018-06-11
5
-6/+6
*
bpo-33745: Add What's New for empty function docstring change. (GH-7611)
Ned Deily
2018-06-11
1
-0/+5
*
bpo-33109: Remove now-obsolete What's New entry for bpo-26510. (GH-7609)
Ned Deily
2018-06-11
1
-6/+0
*
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731)
Steve Weber
2018-06-11
3
-2/+4
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
5
-4/+8
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky
2018-06-10
5
-14/+36
*
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
Terry Jan Reedy
2018-06-10
2
-203/+208
*
bpo-33820: Fix IDLE What's New typo (#7594)
Terry Jan Reedy
2018-06-10
1
-1/+1
*
bpo-33821: Update idlelib subsection of What's New 3.7 (#7590)
Terry Jan Reedy
2018-06-10
1
-2/+10
*
bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589)
Terry Jan Reedy
2018-06-10
1
-0/+37
[prev]
[next]