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-24813: IDLE: Add default title to help_about (#2366)
csabella
2017-06-24
4
-9/+33
*
bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)
Victor Stinner
2017-06-23
1
-2/+2
*
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
Adrian Wielgosik
2017-06-23
1
-6/+1
*
bpo-30664: The description of a unittest subtest now preserves the (#2265)
Serhiy Storchaka
2017-06-23
3
-7/+29
*
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
Alexandru Ardelean
2017-06-23
3
-2/+8
*
bpo-30730: Prevent environment variables injection in subprocess on Windows. ...
Serhiy Storchaka
2017-06-23
5
-9/+72
*
bpo-24813: IDLE: Add icon to help_about (#2335)
csabella
2017-06-23
2
-4/+19
*
bpo-21071: struct.Struct.format type is now str (#845)
Victor Stinner
2017-06-23
5
-2/+19
*
bpo-30604: Skip CoExtra tests if ctypes is missing (#2356)
Victor Stinner
2017-06-23
1
-3/+6
*
bpo-30602: Fix lastarg in os.spawnve() (#2287)
Victor Stinner
2017-06-23
1
-3/+3
*
bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)
Segev Finer
2017-06-23
1
-1/+1
*
bpo-30727: Fix a race condition in test_threading. (#2334)
Serhiy Storchaka
2017-06-23
1
-5/+14
*
bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348)
Victor Stinner
2017-06-23
1
-2/+2
*
bpo-29304: simplify lookdict_index() function. (GH-2273)
INADA Naoki
2017-06-23
1
-15/+6
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
11
-33452/+34581
*
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
_ = NaN
2017-06-23
1
-3/+3
*
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
larryhastings
2017-06-22
11
-0/+11
*
bpo-30619: Clarify typing.Union documentation (GH-2326)
khyox
2017-06-22
1
-1/+1
*
bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)
Gregory P. Smith
2017-06-22
3
-5/+14
*
Fix typo in idlelib.config_key.py (#2322)
terryjreedy
2017-06-22
1
-1/+1
*
bpo-30604: clean up co_extra support (#2144)
Dino Viehland
2017-06-21
6
-23/+130
*
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
haney
2017-06-21
1
-0/+20
*
bpo-30616: Functional API of enum allows to create empty enums. (#2304)
Dong-hee Na
2017-06-21
3
-1/+24
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
Victor Stinner
2017-06-21
9
-158/+887
*
Fix trivial typo in idlelib/config.py (GH-2309)
KunYuChen
2017-06-21
1
-1/+1
*
Fix typo in 3.7 whatsnew (#2308)
Daniel Porteous
2017-06-21
1
-1/+1
*
Fix trivial typo in json module docstring (GH-2274)
dong-jy
2017-06-20
1
-1/+1
*
bpo-29933: Improve set_write_buffer_limits description (GH-2262)
Kojo Idrissa
2017-06-20
1
-1/+7
*
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner
2017-06-20
5
-23/+55
*
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#...
Serhiy Storchaka
2017-06-20
4
-107/+229
*
bpo-30500: Fix the NEWS entry (#2293)
Victor Stinner
2017-06-20
1
-1/+1
*
bpo-30597: Show expected input in custom 'print' error message. (#2009)
Sanyam Khurana
2017-06-20
3
-3/+76
*
urllib: Simplify splithost by calling into urlparse. (#1849)
postmasters
2017-06-20
4
-14/+47
*
bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
Motoki Naruse
2017-06-20
1
-0/+1
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-06-19
10
-51/+102
*
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
Nick Coghlan
2017-06-18
5
-121/+183
*
bpo-30038: add Misc/NEWS entry. (#2258)
Ned Deily
2017-06-17
1
-0/+3
*
bpo-23894: add Misc/NEWS entry. (#2256)
Ned Deily
2017-06-17
1
-0/+2
*
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2...
Motoki Naruse
2017-06-17
1
-1/+1
*
Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245)
Victor Stinner
2017-06-16
1
-11/+2
*
bpo-30523: Add --list-cases unittest (#2243)
Louie Lu
2017-06-16
1
-1/+17
*
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. ...
ericvsmith
2017-06-16
3
-2/+11
*
bpo-30523: regrtest: Add --list-cases option (#2238)
mlouielu
2017-06-16
3
-8/+44
*
bpo-29783: Replace codecs.open() with io.open() (#599)
Victor Stinner
2017-06-16
5
-39/+18
*
Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
terryjreedy
2017-06-16
2
-0/+28
*
bpo-30450: Add NEWS and whatsnew (GH-2236)
Zachary Ware
2017-06-16
2
-0/+11
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-16
3
-14/+54
*
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
Segev Finer
2017-06-16
4
-1/+7
*
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)
Zachary Ware
2017-06-16
4
-87/+241
*
bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)
Jonathan Eunice
2017-06-16
1
-2/+0
[next]