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
*
utilize startswith(tuple)
Philip Jenvey
2012-04-15
1
-2/+2
*
Issue #13496: Merge from 3.2
Mark Dickinson
2012-04-15
1
-0/+7
|
\
|
*
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson
2012-04-15
1
-0/+7
|
*
#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
2
-11/+44
*
|
Issue #10576: Add a progress callback to gcmodule
Kristján Valur Jónsson
2012-04-15
1
-1/+135
*
|
Handle importing pkg.mod by executing
Brett Cannon
2012-04-15
2
-1/+10
*
|
IDLE was relying on implicit relative imports which have gone away in
Brett Cannon
2012-04-15
1
-3/+7
*
|
Add some comments.
Brett Cannon
2012-04-14
1
-0/+2
*
|
Fix an import race condition.
Brett Cannon
2012-04-14
1
-2/+2
*
|
Try to fix a sporadic test failure from what is probably a caching race condi...
Brett Cannon
2012-04-14
1
-0/+1
*
|
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
19
-59/+103
*
|
Minor docstring / docs corrections for unittest.mock
Michael Foord
2012-04-13
1
-6/+6
*
|
Make unittest.mock.create_autospec resilient against AttributeError on origin...
Michael Foord
2012-04-13
2
-2/+29
*
|
unittest.mock.PropertyMock return value and attributes are now standard Magic...
Michael Foord
2012-04-13
2
-0/+14
*
|
Have importlib take advantage of ImportError's new 'name' and 'path'
Brett Cannon
2012-04-13
9
-41/+76
*
|
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon
2012-04-13
1
-1/+23
*
|
Merge #14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
2
-11/+44
*
|
code improvement. 'as cm' not required when not used. Review comment by Georg...
Senthil Kumaran
2012-04-12
1
-7/+7
*
|
#14508: make gprof2html script runnable under python3
R David Murray
2012-04-11
1
-1/+24
|
\
\
|
|
/
*
|
merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...
Senthil Kumaran
2012-04-11
2
-51/+56
|
\
\
|
|
/
|
*
3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...
Senthil Kumaran
2012-04-11
2
-51/+56
|
*
Merge 3.2.3 release clone.
Georg Brandl
2012-04-11
2
-2/+2
|
|
\
|
|
*
Bump to 3.2.3 final.
Georg Brandl
2012-04-10
2
-2/+2
*
|
|
use assertWarns instead of check_warnings - Issue14341
Senthil Kumaran
2012-04-11
1
-7/+9
*
|
|
Make the trace module ignore modules whose names start with "<" and
Brett Cannon
2012-04-11
1
-2/+1
*
|
|
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
Senthil Kumaran
2012-04-10
2
-11/+6
|
\
\
\
|
|
/
/
|
*
|
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
Senthil Kumaran
2012-04-10
2
-11/+6
|
*
|
Fix the patch for issue #7978: select() raises select.error before 3.3, not O...
Antoine Pitrou
2012-04-08
2
-3/+3
*
|
|
Rename test_ file that is really a support file to remove test_ prefix.
R David Murray
2012-04-09
12
-64/+64
*
|
|
#14533: if a test has no test_main, use loadTestsFromModule.
R David Murray
2012-04-09
1
-7/+8
*
|
|
#12537: in mailbox avoid depending on knowledge of email package internals
R David Murray
2012-04-09
2
-3/+35
*
|
|
Remove redundancy in listing of all mailbox classes in test_mailbox.
R David Murray
2012-04-09
1
-15/+9
*
|
|
Fix flakiness in test_socketserver
Antoine Pitrou
2012-04-08
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Fix flakiness in test_socketserver
Antoine Pitrou
2012-04-08
1
-1/+4
*
|
|
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou
2012-04-08
2
-2/+47
|
\
\
\
|
|
/
/
|
*
|
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou
2012-04-08
2
-2/+47
*
|
|
Merge: Make test_mailbox runnable via python -m unittest.
R David Murray
2012-04-08
1
-17/+17
|
\
\
\
|
|
/
/
|
*
|
Make test_mailbox runnable via python -m unittest.
R David Murray
2012-04-08
1
-17/+17
*
|
|
Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.
Antoine Pitrou
2012-04-07
1
-12/+3
*
|
|
Issue #14310: Catch testing errors when trying to create unsupported socket
Kristján Valur Jónsson
2012-04-07
1
-1/+4
*
|
|
Issue #14310: inter-process socket duplication for windows
Kristján Valur Jónsson
2012-04-07
2
-1/+114
*
|
|
Issue #14500: Fix importlib.test.import_.test_packages to clean up
Brett Cannon
2012-04-06
1
-1/+5
*
|
|
merge
Brett Cannon
2012-04-06
26
-79/+926
|
\
\
\
|
*
|
|
Set a time threshold in test_asyncore.capture_server so that tests don't
Kristján Valur Jónsson
2012-04-06
1
-3/+4
|
*
|
|
Merge #14492: fix some bugs in Tools/scripts/pdeps.py.
R David Murray
2012-04-06
1
-0/+27
|
|
\
\
\
|
|
|
/
/
|
|
*
|
#14492: fix some bugs in Tools/scripts/pdeps.py.
R David Murray
2012-04-06
1
-0/+27
|
*
|
|
Clarify that the purpose of computing all the miscellaneous collection types ...
Raymond Hettinger
2012-04-05
1
-3/+7
|
*
|
|
Issue #8515: Set __file__ when run file in IDLE.
Andrew Svetlov
2012-04-05
2
-6/+9
|
*
|
|
Merge.
Stefan Krah
2012-04-05
1
-2/+2
|
|
\
\
\
|
|
*
\
\
Merge from 3.2
Andrew Svetlov
2012-04-05
1
-2/+2
|
|
|
\
\
\
|
|
|
|
/
/
[next]