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
*
Add test coverage for os.removedirs (#16775)
Andrew Svetlov
2012-12-25
1
-0/+46
|
\
|
*
Add test coverage for os.removedirs (#16775)
Andrew Svetlov
2012-12-25
1
-0/+46
|
|
\
|
|
*
Add test coverage for os.removedirs (#16775)
Andrew Svetlov
2012-12-25
1
-0/+46
*
|
|
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
2
-1/+30
|
\
\
\
|
|
/
/
|
*
|
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
2
-1/+30
|
|
\
\
|
|
|
/
|
|
*
Fix issue16713 - tel url parsing with params
Senthil Kumaran
2012-12-24
2
-1/+30
*
|
|
fix typo (#16720)
Andrew Svetlov
2012-12-24
1
-1/+1
*
|
|
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov
2012-12-24
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov
2012-12-24
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Keep ref to ECHILD in local scope (#16650)
Andrew Svetlov
2012-12-24
1
-2/+2
*
|
|
Use OESeeror instead of os.error (#16720)
Andrew Svetlov
2012-12-24
5
-16/+16
*
|
|
Issue #16511: Use default IDLE width and height if config param is not valid.
Andrew Svetlov
2012-12-24
4
-35/+62
|
\
\
\
|
|
/
/
|
*
|
Issue #16511: Use default IDLE width and height if config param is not valid.
Andrew Svetlov
2012-12-24
4
-35/+62
|
|
\
\
|
|
|
/
|
|
*
Issue #16511: Use default IDLE width and height if config param is not valid.
Andrew Svetlov
2012-12-24
4
-35/+62
|
*
|
merge from 3.2
Senthil Kumaran
2012-12-23
2
-12/+32
|
|
\
\
|
|
|
/
|
|
*
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...
Senthil Kumaran
2012-12-23
2
-10/+30
|
*
|
merge heads
Andrew Svetlov
2012-12-23
2
-2/+44
|
|
\
\
*
|
|
|
Fix #14470. Remove w9xpopen per PEP 11.
Brian Curtin
2012-12-23
1
-32/+0
*
|
|
|
Issue #9856: Replace deprecation warinigs to raising TypeError in object.__fo...
Andrew Svetlov
2012-12-23
2
-15/+7
*
|
|
|
Issue #16045: add more unit tests for built-in int()
Andrew Svetlov
2012-12-23
2
-2/+44
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #16045: add more unit tests for built-in int()
Andrew Svetlov
2012-12-23
2
-2/+44
*
|
|
|
merge with 3.3
Brett Cannon
2012-12-23
2
-0/+16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #16752: Add a missing import to modulefinder.
Brett Cannon
2012-12-23
2
-0/+16
*
|
|
|
merge 3.3 (#16597)
Benjamin Peterson
2012-12-20
2
-4/+36
|
\
\
\
\
|
|
/
/
/
|
*
|
|
call close on the underlying stream even if flush raises (closes #16597)
Benjamin Peterson
2012-12-20
2
-4/+36
*
|
|
|
merge 3.3 (#16722)
Benjamin Peterson
2012-12-19
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
try to call __bytes__ before __index__ (closes #16722)
Benjamin Peterson
2012-12-19
1
-0/+6
|
|
/
/
*
|
|
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
3
-3/+3
|
|
\
\
|
|
|
/
|
|
*
replace threw with raised (#16714)
Andrew Svetlov
2012-12-19
2
-2/+2
*
|
|
Small cleanup in test_ftplib
Antoine Pitrou
2012-12-19
1
-13/+14
|
\
\
\
|
|
/
/
|
*
|
Small cleanup in test_ftplib
Antoine Pitrou
2012-12-19
1
-13/+14
*
|
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
17
-48/+41
*
|
|
Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #...
Antoine Pitrou
2012-12-18
1
-1/+8
|
\
\
\
|
|
/
/
|
*
|
Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #...
Antoine Pitrou
2012-12-18
1
-1/+8
*
|
|
Call importlib.invalidate_caches() after creating module files in test_thread...
Antoine Pitrou
2012-12-18
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Call importlib.invalidate_caches() after creating module files in test_thread...
Antoine Pitrou
2012-12-18
1
-0/+3
*
|
|
Try to make test_threaded_import faster and safer (issue #15599).
Antoine Pitrou
2012-12-18
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Try to make test_threaded_import faster and safer (issue #15599).
Antoine Pitrou
2012-12-18
1
-2/+2
*
|
|
Add sanity assertions in some import lock code (issue #15599).
Antoine Pitrou
2012-12-18
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Add sanity assertions in some import lock code (issue #15599).
Antoine Pitrou
2012-12-18
1
-0/+1
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
37
-164/+167
*
|
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
32
-66/+67
*
|
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
33
-50/+50
|
\
\
\
|
|
/
/
|
*
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
33
-50/+50
|
|
\
\
|
|
|
/
|
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
31
-47/+47
*
|
|
Relax test when WITH_PYMALLOC is false or undefined.
Antoine Pitrou
2012-12-18
1
-1/+4
*
|
|
Following issue #13390, fix compilation --without-pymalloc, and make sys.geta...
Antoine Pitrou
2012-12-17
1
-1/+6
*
|
|
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
16
-35/+34
*
|
|
Replace mmap.error with OSError, #16705
Andrew Svetlov
2012-12-17
1
-2/+2
[next]