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-30961: Fix decrementing a borrowed reference in tracemalloc. (#2747) (#2748)
Xiang Zhang
2017-07-18
2
-2/+2
*
Also bump README.rst
Ned Deily
2017-07-17
1
-2/+2
*
Bump to v3.6.2+
Ned Deily
2017-07-17
2
-3/+11
*
Merge tag 'v3.6.2' into 3.6
Ned Deily
2017-07-17
0
-0/+0
|
\
|
*
Version bump to 3.6.2final
v3.6.2
Ned Deily
2017-07-08
3
-5/+13
*
|
[3.6] bpo-30936: Fix a reference leak in json when fail to sort keys. (GH-271...
Serhiy Storchaka
2017-07-16
2
-1/+7
*
|
[3.6] bpo-30876: Relative import from unloaded package now reimports the pack...
Serhiy Storchaka
2017-07-16
8
-379/+381
*
|
[3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726)
terryjreedy
2017-07-16
2
-0/+63
*
|
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2722)
Ned Deily
2017-07-15
1
-1/+1
*
|
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2709)
Ćukasz Rogalski
2017-07-14
2
-2/+2
*
|
[3.6] Update idlelib/NEWS.txt. (GH-2703) (#2704)
terryjreedy
2017-07-14
1
-0/+31
*
|
[3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi...
terryjreedy
2017-07-14
2
-45/+440
*
|
[3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)...
terryjreedy
2017-07-14
3
-29/+108
*
|
bpo-30731: python.manifest fix (#2328) (#2699)
Steve Dower
2017-07-13
2
-5/+6
*
|
[3.6] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH...
Serhiy Storchaka
2017-07-13
1
-0/+22
*
|
[3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su...
terryjreedy
2017-07-12
4
-30/+198
*
|
[3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2...
terryjreedy
2017-07-11
3
-5/+9
*
|
[3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663)
terryjreedy
2017-07-11
2
-4/+94
*
|
[3.6] bpo-30870: IDLE -- fix logic error in eae2537. (GH-2660) (#2661)
terryjreedy
2017-07-11
1
-2/+5
*
|
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...
Serhiy Storchaka
2017-07-11
1
-6/+12
*
|
[3.6] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-...
Serhiy Storchaka
2017-07-11
4
-6/+35
*
|
bpo-30891: Fix importlib _find_and_load() race condition (#2646) (#2651)
Victor Stinner
2017-07-10
3
-1558/+1548
*
|
bpo-30892: Fix _elementtree module initialization (#2647) (#2649)
Victor Stinner
2017-07-10
1
-0/+5
*
|
[3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ...
terryjreedy
2017-07-10
2
-22/+3
*
|
bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) (#2643)
Victor Stinner
2017-07-10
2
-8/+4
*
|
[3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617...
terryjreedy
2017-07-09
2
-26/+28
*
|
[3.6] bpo-29854: Fix segfault in call_readline() (GH-728)
Nir Soffer
2017-07-08
3
-7/+55
*
|
Update for post-3.6.2rc2
Ned Deily
2017-07-08
2
-5/+17
*
|
Merge tag 'v3.6.2rc2' into 3.6
Ned Deily
2017-07-08
0
-0/+0
|
\
\
|
|
/
|
*
Version bump to 3.6.2rc2
v3.6.2rc2
Ned Deily
2017-07-07
3
-6/+6
|
*
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
Ned Deily
2017-07-07
1
-1/+1
|
*
[3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2...
Serhiy Storchaka
2017-07-07
1
-2/+1
|
*
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-07-07
5
-9/+72
|
*
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)
Victor Stinner
2017-07-07
1
-1/+2
|
*
[3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)
Segev Finer
2017-07-07
1
-1/+1
|
*
[3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)
Victor Stinner
2017-07-07
1
-2/+2
|
*
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)
Victor Stinner
2017-07-07
9
-158/+887
|
*
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)
Victor Stinner
2017-07-07
4
-13/+58
|
*
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...
Steve Dower
2017-07-07
10
-51/+102
*
|
[3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631)
terryjreedy
2017-07-08
4
-7/+8
*
|
[3.6] bpo-30779: News (GH-2627) (#2630)
terryjreedy
2017-07-08
1
-0/+8
*
|
[3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in...
terryjreedy
2017-07-07
4
-171/+277
*
|
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
Ned Deily
2017-07-07
1
-1/+1
*
|
[3.6] bpo-30780: Fix error in idlelib.test_idle.test_configdialog (GH-2606) (...
terryjreedy
2017-07-07
1
-1/+1
*
|
bpo-30532: Fix whitespace folding in certain cases (#2591)
Joel Hillacre
2017-07-06
4
-3/+15
*
|
[3.6] Fix case in .gitignore (GH-2607) (GH-2608)
Segev Finer
2017-07-06
1
-1/+1
*
|
[3.6] Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (GH-2595) (#2596)
terryjreedy
2017-07-06
1
-2/+47
*
|
[3.6] bpo-30814: Fixed a race condition when import a submodule from a packag...
Serhiy Storchaka
2017-07-06
7
-325/+340
*
|
[3.6] bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_call...
Yury Selivanov
2017-07-05
3
-4/+34
*
|
[3.6] bpo-30854: Fix compile error when --without-threads (GH-2581) (#2583)
Masayuki Yamamoto
2017-07-05
2
-1/+3
[prev]
[next]