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
...
*
|
#5492: merge with 3.3
Roger Serwy
2013-06-12
2
-6/+7
|
\
\
|
|
/
|
*
#5492: Avoid traceback when exiting IDLE caused by a race condition.
Roger Serwy
2013-06-12
2
-6/+7
*
|
Issue #18187: merge from 3.3
Ned Deily
2013-06-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
Ned Deily
2013-06-11
1
-1/+1
*
|
explanatory comment
Brett Cannon
2013-06-11
1
-1/+1
*
|
typo fix
Brett Cannon
2013-06-11
1
-1/+1
*
|
Issue #18158: delete test_importhooks. Redundant in the face of
Brett Cannon
2013-06-11
1
-250/+0
*
|
Issue #18157: stop using imp.load_module() in imp.
Brett Cannon
2013-06-11
2
-12/+14
*
|
#17511: merge with 3.3.
Roger Serwy
2013-06-11
3
-3/+6
|
\
\
|
|
/
|
*
#17511: Keep IDLE find dialog open after clicking "Find Next".
Roger Serwy
2013-06-11
3
-3/+6
*
|
merge 3.3 (#18183)
Benjamin Peterson
2013-06-10
3
-24/+25
|
\
\
|
|
/
|
*
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...
Benjamin Peterson
2013-06-10
3
-31/+32
*
|
Merge.
Richard Oudkerk
2013-06-10
3
-1/+5
|
\
\
|
|
/
|
*
Issue #18174: Fix fd leaks in tests.
Richard Oudkerk
2013-06-10
3
-1/+5
*
|
Merge.
Richard Oudkerk
2013-06-10
2
-2/+5
|
\
\
|
|
/
|
*
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
Richard Oudkerk
2013-06-10
2
-2/+5
*
|
fixd refleak
Christian Heimes
2013-06-10
1
-1/+9
*
|
(3.3->default) Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
2
-2/+3
|
\
\
|
|
/
|
*
Ensure that the fix for #17269 also works on OSX 10.4
Ronald Oussoren
2013-06-10
2
-2/+3
*
|
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
Serhiy Storchaka
2013-06-09
2
-1/+3
|
\
\
|
|
/
|
*
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
Serhiy Storchaka
2013-06-09
2
-1/+3
*
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Christian Heimes
2013-06-09
7
-16/+200
*
|
get_default_verify_paths doesn't belong inside the ifdef block
Christian Heimes
2013-06-09
1
-1/+1
*
|
removed accidental new line
Christian Heimes
2013-06-09
1
-2/+1
*
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
Christian Heimes
2013-06-09
5
-1/+97
*
|
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
2
-17/+25
|
\
\
|
|
/
|
*
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
2
-17/+28
*
|
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
3
-7/+28
|
\
\
|
|
/
|
*
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
3
-7/+28
*
|
#18126: merge with 3.3.
Ezio Melotti
2013-06-08
3
-5/+4
|
\
\
|
|
/
|
*
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
Ezio Melotti
2013-06-08
3
-5/+4
*
|
#17691: merge with 3.3.
Ezio Melotti
2013-06-08
2
-21/+19
|
\
\
|
|
/
|
*
#17691: test_univnewlines now works with unittest test discovery. Patch by Z...
Ezio Melotti
2013-06-08
2
-21/+19
*
|
Issue #15528: Delay importing atexit until weakref.finalize() used.
Richard Oudkerk
2013-06-08
1
-3/+7
*
|
#18151 null merge with 3.3.
Terry Jan Reedy
2013-06-08
0
-0/+0
|
\
\
|
|
/
|
*
#18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
Terry Jan Reedy
2013-06-08
8
-22/+18
*
|
moved the single-dispatch generic function definitions to the glossary
Łukasz Langa
2013-06-07
2
-6/+15
*
|
Fixed #18150: duplicate test inside TestSingleDispatch
Łukasz Langa
2013-06-07
2
-19/+15
*
|
Issue #7732: Move an imp.find_module test from test_import to
Brett Cannon
2013-06-07
2
-10/+11
*
|
merge w/ 3.3 for issue #18055
Brett Cannon
2013-06-07
2
-38/+21
|
\
\
|
|
/
|
*
Issue #18055: Move to importlib from imp for IDLE.
Brett Cannon
2013-06-07
2
-38/+21
*
|
Issue #17314: Stop using imp in multiprocessing.forking and move over
Brett Cannon
2013-06-07
2
-10/+14
*
|
Issue #17903: Added path search changes to launcher.
Vinay Sajip
2013-06-07
1
-15/+41
*
|
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...
Vinay Sajip
2013-06-07
4
-68/+30
*
|
tweak exception message (again)
Brett Cannon
2013-06-05
2
-2306/+2307
*
|
Issue #17931: Resolve confusion on Windows between pids and process handles.
Richard Oudkerk
2013-06-05
5
-23/+29
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-05
2
-6/+6
|
\
\
|
|
/
|
*
Issue 18130: delete extra spaces
Terry Jan Reedy
2013-06-05
2
-6/+6
*
|
Merge with 3.3
Terry Jan Reedy
2013-06-05
3
-51/+198
|
\
\
|
|
/
|
*
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
Terry Jan Reedy
2013-06-05
3
-51/+198
[prev]
[next]