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
*
Update 3.5 to use blurb!
Larry Hastings
2017-07-24
134
-9673/+28662
*
Mac installer build now needs venv for docs build (#2828) (#2833)
Ned Deily
2017-07-23
1
-3/+3
*
Add option to pass vcs info into Mac installer build (#2832)
Ned Deily
2017-07-23
1
-2/+19
*
[3.5] Backport bpo-30876 (GH-2639), bpo-18018 and bpo-26367. (#2677)
Serhiy Storchaka
2017-07-23
9
-382/+402
*
[3.5] bpo-29403: Fix mock's broken autospec behavior on method-bound builtin ...
Berker Peksag
2017-07-21
3
-1/+18
*
bpo-30822: regrtest: remove tzdata (#2782)
Victor Stinner
2017-07-20
4
-15/+4
*
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)
Victor Stinner
2017-07-20
4
-4/+34
*
[3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779)
Mariatta
2017-07-20
1
-1/+1
*
Update doc download files size estimates. (#2771) (#2773)
Ned Deily
2017-07-20
1
-9/+9
*
[3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...
Ammar Askar
2017-07-20
1
-3/+3
*
bpo-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2749)
Xiang Zhang
2017-07-18
2
-2/+2
*
[3.5] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...
Serhiy Storchaka
2017-07-16
2
-1/+7
*
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2723)
Ned Deily
2017-07-15
1
-1/+1
*
[3.5] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...
Serhiy Storchaka
2017-07-13
1
-0/+22
*
[3.5] Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2671)
Segev Finer
2017-07-11
1
-1/+1
*
[3.5] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...
Serhiy Storchaka
2017-07-11
1
-6/+12
*
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...
Serhiy Storchaka
2017-07-11
4
-6/+39
*
bpo-30892: Fix _elementtree module initialization (#2647) (#2650)
Victor Stinner
2017-07-10
1
-0/+5
*
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2644)
Victor Stinner
2017-07-10
2
-8/+4
*
[3.5] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-09
3
-7/+55
*
bpo-30532: Fix whitespace folding in certain cases (#2592)
Joel Hillacre
2017-07-06
4
-3/+15
*
[3.5] Fix case in .gitignore (GH-2607) (GH-2609)
Segev Finer
2017-07-06
1
-1/+1
*
Fix trivial typo in json module docstring (GH-2274) (GH-2431)
Mariatta
2017-07-06
1
-1/+1
*
[3.5] bpo-30855: Trying to fix test_use on Windows. (#2585)
Victor Stinner
2017-07-05
2
-5/+5
*
[3.5] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2571)
Segev Finer
2017-07-04
1
-1/+1
*
Remove outdated FOX from GUI FAQ (GH-2538)
Berker Peksag
2017-07-04
1
-9/+0
*
[3.5] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...
Serhiy Storchaka
2017-07-04
4
-1/+29
*
[3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3....
Victor Stinner
2017-07-03
2
-10/+173
*
[3.5] bpo-29933: Improve set_write_buffer_limits description (GH-2262) (GH-2533)
Kojo Idrissa
2017-07-02
1
-1/+7
*
bpo-30280: Cleanup threads in ayncio tests (#2501) (#2512)
Victor Stinner
2017-06-30
2
-5/+9
*
bpo-30813: Fix unittest when hunting refleaks (#2502) (#2506)
Victor Stinner
2017-06-30
1
-0/+6
*
[3.5] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493...
Antoine Pitrou
2017-06-30
3
-0/+19
*
[3.5] Clear potential ref cycle between Process and Process target (GH-2470) ...
Antoine Pitrou
2017-06-28
2
-0/+21
*
[3.5] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2469)
Antoine Pitrou
2017-06-28
1
-2/+17
*
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
21
-25/+119
*
Clarification to the `break` statement (GH-2453) (GH-2458)
regexaurus
2017-06-28
1
-1/+1
*
[3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...
Serhiy Storchaka
2017-06-27
10
-10/+47
*
[3.5] bpo-30769: Fix reference leak introduced in 7770394 (GH-2416) (#2447)
Emily Morehouse
2017-06-27
1
-0/+2
*
[3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)
Victor Stinner
2017-06-27
3
-31/+135
*
bpo-30383: Add NEWS entry for backported regrtest (#2438)
Victor Stinner
2017-06-27
1
-0/+14
*
[3.5] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...
Antoine Pitrou
2017-06-26
2
-45/+52
*
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411)
Victor Stinner
2017-06-26
1
-26/+25
*
[3.5] bpo-30746: Prohibited the '=' character in environment variable names (...
Serhiy Storchaka
2017-06-25
4
-6/+117
*
[3.5] Check the whitespace of pull requests on Travis (GH-2367) (GH-2387)
Brett Cannon
2017-06-25
2
-2/+37
*
[3.5] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...
Serhiy Storchaka
2017-06-24
1
-2/+1
*
[3.5] Fix a typo in a comment in coroutines.py (GH-2267) (GH-2371)
Mariatta
2017-06-24
1
-1/+1
*
[3.5] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...
Brett Cannon
2017-06-23
3
-2/+8
*
[3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
5
-9/+72
*
[3.5] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2350)
Victor Stinner
2017-06-23
1
-2/+2
*
[3.5] bpo-30727: Fix a race condition in test_threading. (GH-2334) (#2352)
Serhiy Storchaka
2017-06-23
1
-5/+14
[next]