summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test failure on Windows, and add skip check if even unicodedataR. David Murray2009-05-141-3/+7
* pep8-fied distutils.command.sdist + more testsTarek Ziadé2009-05-142-44/+39
* more test coverage for distutils sdist commandTarek Ziadé2009-05-142-4/+17
* adding void to the c functionTarek Ziadé2009-05-131-1/+1
* added an inifoo in the C file, to avoid a warning by the MSVC9 linkerTarek Ziadé2009-05-131-1/+1
* Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source'R. David Murray2009-05-132-1/+10
* the compiler attribute is used in setup.py; can't renameBenjamin Peterson2009-05-121-14/+14
* fixed #5977: distutils build_ext.get_outputs was not using the inplace optionTarek Ziadé2009-05-122-45/+85
* Better fix for modules using unittest.main(). Fixes regression caused by comm...Michael Foord2009-05-121-1/+1
* Fix to restore command line behaviour for test modules using unittest.main()....Michael Foord2009-05-121-1/+2
* removing the assert statement so the code works when Python is run with -OTarek Ziadé2009-05-121-1/+2
* Adds a verbosity keyword argument to unittest.main plus a minor fix allowing ...Michael Foord2009-05-112-12/+18
* Issue #5981: Fix some float.fromhex bugs related to inf and nan handling.Mark Dickinson2009-05-111-0/+31
* distutils.test_build_clib added a new line at the end of the file, to avoid a...Tarek Ziadé2009-05-111-1/+1
* fixed test_build_ext for win32Tarek Ziadé2009-05-101-1/+1
* use isinstanceBenjamin Peterson2009-05-101-5/+5
* fixed test for all platformsTarek Ziadé2009-05-101-1/+1
* now using EnvironGuard everywhereTarek Ziadé2009-05-103-71/+25
* refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuardTarek Ziadé2009-05-102-19/+19
* Added tests form install_lib and pep8-fied the moduleTarek Ziadé2009-05-102-27/+97
* fixed #5984 and improved test coverageTarek Ziadé2009-05-102-47/+151
* make sure files are closed using the with statementBenjamin Peterson2009-05-101-25/+23
* close file explicitlyBenjamin Peterson2009-05-101-2/+2
* *sigh* deal with instances correctlyBenjamin Peterson2009-05-091-0/+6
* convert some more special methods to use _PyObject_LookupSpecialBenjamin Peterson2009-05-091-3/+15
* Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when...Vinay Sajip2009-05-091-2/+6
* #5976: fixed distutils test_check_environTarek Ziadé2009-05-091-6/+11
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-093-6/+114
* lookup __reversed__ correctly as a special methodBenjamin Peterson2009-05-091-0/+3
* Merged revisions 72491-72493 via svnmerge fromBenjamin Peterson2009-05-0960-244/+385
* Fix an off by one error on negative indexs to __getitem__Gregory P. Smith2009-05-082-0/+12
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-1/+15
* fix this testBenjamin Peterson2009-05-081-4/+2
* Update the Windows locale mapping with the ones introduced with Vista.Jeroen Ruigrok van der Werven2009-05-081-13/+44
* Add ISO-8859-16.Jeroen Ruigrok van der Werven2009-05-081-0/+1
* add _PyObject_LookupSpecial to handle fetching special method lookupBenjamin Peterson2009-05-081-0/+52
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-089-16/+22
* fixed AR/ARFLAGS values in test_sysconfigTarek Ziadé2009-05-071-3/+7
* Fixed #5941: added ARFLAGS for the archiver command.Tarek Ziadé2009-05-073-5/+50
* removed remaining spacesTarek Ziadé2009-05-071-3/+3
* Pre-opened test file needs to be opened in binary mode.R. David Murray2009-05-071-1/+1
* Issue5955: aifc's close method did not close the file it wrapped,R. David Murray2009-05-072-3/+19
* actually close files instead of leaving it to the gc #5955Benjamin Peterson2009-05-071-3/+2
* Issue 3739: The unicode-internal encoder now reports the number of *characters*Walter Dörwald2009-05-061-2/+7
* Be more explicit about the error we are catching.Jeroen Ruigrok van der Werven2009-05-061-1/+1
* removed string.split usageTarek Ziadé2009-05-061-3/+2
* more build_clib cleanup + test coverageTarek Ziadé2009-05-062-4/+60
* pep8-fied build_clib module : it is now similar to the one in 3.xTarek Ziadé2009-05-061-28/+5
* Added a test and cleaned check_library_list to be ready to fix #5940Tarek Ziadé2009-05-062-17/+62
* Wrap getpreferredencoding()'s use of setlocale in a try/except to preventJeroen Ruigrok van der Werven2009-05-061-1/+4