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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
|
\
|
*
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
*
|
merge 3.4
Benjamin Peterson
2015-03-06
1
-5/+0
|
\
\
|
|
/
|
*
remove redundant test
Benjamin Peterson
2015-03-06
1
-5/+0
*
|
merge 3.4 (#23590)
Benjamin Peterson
2015-03-06
1
-0/+6
|
\
\
|
|
/
|
*
fix potential refleak in PyFloat_AsDouble (closes #23590)
Benjamin Peterson
2015-03-06
1
-0/+6
*
|
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins
2015-03-06
7
-25/+97
*
|
unittest: Trivial typo fix.
Robert Collins
2015-03-05
1
-1/+1
*
|
Issue #22936: Make it possible to show local variables in tracebacks.
Robert Collins
2015-03-05
2
-24/+92
*
|
merge 3.4
Benjamin Peterson
2015-03-05
2
-3/+3
|
\
\
|
|
/
|
*
use _import_symbols to import VERIFY_* constants
Benjamin Peterson
2015-03-05
1
-2/+1
|
*
adjust test_crl_check for trusted first being default
Benjamin Peterson
2015-03-05
1
-1/+2
*
|
merge 3.4
Benjamin Peterson
2015-03-05
1
-2/+3
|
\
\
|
|
/
|
*
expose X509_V_FLAG_TRUSTED_FIRST
Benjamin Peterson
2015-03-05
1
-2/+3
*
|
Remaining fallout from 17911
Robert Collins
2015-03-05
3
-28/+17
*
|
Merge 3.4 (test_subprocess)
Victor Stinner
2015-03-05
1
-6/+9
|
\
\
|
|
/
|
*
Issue #21619: Try to fix test_broken_pipe_cleanup()
Victor Stinner
2015-03-05
1
-6/+9
*
|
Fix brownbag in issue 17911 commit
Robert Collins
2015-03-04
1
-3/+2
*
|
Issue #17911: traceback module overhaul
Robert Collins
2015-03-04
4
-157/+655
*
|
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
1
-0/+3
*
|
Issue #23563: Optimized utility functions in urllib.parse.
Serhiy Storchaka
2015-03-03
1
-60/+28
*
|
issue19075: add visual sorting algorithms to turtledemo; original code from J...
Ethan Furman
2015-03-02
1
-0/+204
*
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
|
\
\
|
|
/
|
*
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
|
\
\
|
|
/
|
*
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
*
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
*
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
|
\
\
|
|
/
|
*
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
*
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
|
\
\
|
|
/
|
*
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
*
|
Issue #7830: Flatten nested functools.partial.
Alexander Belopolsky
2015-03-01
2
-0/+18
*
|
Closes issue #22791: Improved datetime from timestamp methods documentation.
Alexander Belopolsky
2015-03-01
1
-1/+1
*
|
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
|
\
\
|
|
/
|
*
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
*
|
Issue #19980: Improved help() for non-recognized strings. help('') now
Serhiy Storchaka
2015-02-28
2
-5/+14
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
2
-3/+57
|
\
\
|
|
/
|
*
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
2
-3/+57
*
|
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
|
\
\
|
|
/
|
*
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
2
-4/+21
|
\
\
|
|
/
|
*
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
2
-4/+21
*
|
Issue #22834: Drop a redundant comment and use errno instead of an
Brett Cannon
2015-02-27
1
-2/+2
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-02-27
1
-6/+0
|
\
\
|
|
/
|
*
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Victor Stinner
2015-02-27
1
-6/+0
*
|
Merge 3.4 (httplib)
Victor Stinner
2015-02-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+3
|
*
Merge 3.4.3 release engineering changes back into 3.4.
Larry Hastings
2015-02-26
35
-437/+792
|
|
\
[next]