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-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
4
-4/+95
*
Update `make patchcheck` for blurb and NEWS.d (#2381)
Antoine Pitrou
2017-06-25
1
-5/+5
*
Check the whitespace of pull requests on Travis (GH-2367)
Brett Cannon
2017-06-24
2
-2/+37
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
9
-8/+106
*
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
Serhiy Storchaka
2017-06-24
1
-2/+1
*
Fix a typo in a comment in coroutines.py (GH-2267)
Johan de Jager
2017-06-24
1
-1/+1
*
bp-29304: Simplify dictobject.c (GH-2347)
INADA Naoki
2017-06-24
1
-6/+6
*
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
[next]