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
...
*
Fix test failure on Windows, and add skip check if even unicodedata
R. David Murray
2009-05-14
1
-3/+7
*
pep8-fied distutils.command.sdist + more tests
Tarek Ziadé
2009-05-14
2
-44/+39
*
more test coverage for distutils sdist command
Tarek Ziadé
2009-05-14
2
-4/+17
*
adding void to the c function
Tarek Ziadé
2009-05-13
1
-1/+1
*
added an inifoo in the C file, to avoid a warning by the MSVC9 linker
Tarek Ziadé
2009-05-13
1
-1/+1
*
Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'
R. David Murray
2009-05-13
2
-1/+10
*
the compiler attribute is used in setup.py; can't rename
Benjamin Peterson
2009-05-12
1
-14/+14
*
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
Tarek Ziadé
2009-05-12
2
-45/+85
*
Better fix for modules using unittest.main(). Fixes regression caused by comm...
Michael Foord
2009-05-12
1
-1/+1
*
Fix to restore command line behaviour for test modules using unittest.main()....
Michael Foord
2009-05-12
1
-1/+2
*
removing the assert statement so the code works when Python is run with -O
Tarek Ziadé
2009-05-12
1
-1/+2
*
Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...
Michael Foord
2009-05-11
2
-12/+18
*
Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.
Mark Dickinson
2009-05-11
1
-0/+31
*
distutils.test_build_clib added a new line at the end of the file, to avoid a...
Tarek Ziadé
2009-05-11
1
-1/+1
*
fixed test_build_ext for win32
Tarek Ziadé
2009-05-10
1
-1/+1
*
use isinstance
Benjamin Peterson
2009-05-10
1
-5/+5
*
fixed test for all platforms
Tarek Ziadé
2009-05-10
1
-1/+1
*
now using EnvironGuard everywhere
Tarek Ziadé
2009-05-10
3
-71/+25
*
refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard
Tarek Ziadé
2009-05-10
2
-19/+19
*
Added tests form install_lib and pep8-fied the module
Tarek Ziadé
2009-05-10
2
-27/+97
*
fixed #5984 and improved test coverage
Tarek Ziadé
2009-05-10
2
-47/+151
*
make sure files are closed using the with statement
Benjamin Peterson
2009-05-10
1
-25/+23
*
close file explicitly
Benjamin Peterson
2009-05-10
1
-2/+2
*
*sigh* deal with instances correctly
Benjamin Peterson
2009-05-09
1
-0/+6
*
convert some more special methods to use _PyObject_LookupSpecial
Benjamin Peterson
2009-05-09
1
-3/+15
*
Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when...
Vinay Sajip
2009-05-09
1
-2/+6
*
#5976: fixed distutils test_check_environ
Tarek Ziadé
2009-05-09
1
-6/+11
*
Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...
Tarek Ziadé
2009-05-09
3
-6/+114
*
lookup __reversed__ correctly as a special method
Benjamin Peterson
2009-05-09
1
-0/+3
*
Merged revisions 72491-72493 via svnmerge from
Benjamin Peterson
2009-05-09
60
-244/+385
*
Fix an off by one error on negative indexs to __getitem__
Gregory P. Smith
2009-05-08
2
-0/+12
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
1
-1/+15
*
fix this test
Benjamin Peterson
2009-05-08
1
-4/+2
*
Update the Windows locale mapping with the ones introduced with Vista.
Jeroen Ruigrok van der Werven
2009-05-08
1
-13/+44
*
Add ISO-8859-16.
Jeroen Ruigrok van der Werven
2009-05-08
1
-0/+1
*
add _PyObject_LookupSpecial to handle fetching special method lookup
Benjamin Peterson
2009-05-08
1
-0/+52
*
#4351: more appropriate DeprecationWarning stacklevels
Philip Jenvey
2009-05-08
9
-16/+22
*
fixed AR/ARFLAGS values in test_sysconfig
Tarek Ziadé
2009-05-07
1
-3/+7
*
Fixed #5941: added ARFLAGS for the archiver command.
Tarek Ziadé
2009-05-07
3
-5/+50
*
removed remaining spaces
Tarek Ziadé
2009-05-07
1
-3/+3
*
Pre-opened test file needs to be opened in binary mode.
R. David Murray
2009-05-07
1
-1/+1
*
Issue5955: aifc's close method did not close the file it wrapped,
R. David Murray
2009-05-07
2
-3/+19
*
actually close files instead of leaving it to the gc #5955
Benjamin Peterson
2009-05-07
1
-3/+2
*
Issue 3739: The unicode-internal encoder now reports the number of *characters*
Walter Dörwald
2009-05-06
1
-2/+7
*
Be more explicit about the error we are catching.
Jeroen Ruigrok van der Werven
2009-05-06
1
-1/+1
*
removed string.split usage
Tarek Ziadé
2009-05-06
1
-3/+2
*
more build_clib cleanup + test coverage
Tarek Ziadé
2009-05-06
2
-4/+60
*
pep8-fied build_clib module : it is now similar to the one in 3.x
Tarek Ziadé
2009-05-06
1
-28/+5
*
Added a test and cleaned check_library_list to be ready to fix #5940
Tarek Ziadé
2009-05-06
2
-17/+62
*
Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent
Jeroen Ruigrok van der Werven
2009-05-06
1
-1/+4
[prev]
[next]