| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,... | Benjamin Peterson | 2009-05-05 | 12 | -116/+246 |
|
|
* | Fix Issue #4875: find_library can return directories instead of files | Thomas Heller | 2009-05-05 | 1 | -2/+2 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 2 | -0/+57 |
|
|
* | Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':'... | Senthil Kumaran | 2009-05-05 | 1 | -1/+1 |
|
|
* | Fix overlong lines. | Georg Brandl | 2009-05-05 | 1 | -17/+27 |
|
|
* | #5142: add module skipping feature to pdb. | Georg Brandl | 2009-05-05 | 3 | -3/+113 |
|
|
* | #1309567: fix linecache behavior of stripping subdirectories from paths when ... | Georg Brandl | 2009-05-05 | 2 | -2/+134 |
|
|
* | #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. | Georg Brandl | 2009-05-05 | 1 | -0/+3 |
|
|
* | Update bdist_msi so that the generated MSIs for pure Python modules can insta... | Steven Bethard | 2009-05-05 | 1 | -75/+162 |
|
|
* | using sys._getframe(x), where x > 0 doesnt' work on IronPython | Benjamin Peterson | 2009-05-05 | 1 | -2/+5 |
|
|
* | Fix issue 5890: (property subclass shadows __doc__ string) by inserting | R. David Murray | 2009-05-04 | 1 | -1/+115 |
|
|
* | Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when ext... | Antoine Pitrou | 2009-05-04 | 1 | -1/+3 |
|
|
* | Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal se... | Antoine Pitrou | 2009-05-04 | 1 | -6/+15 |
|
|
* | Fix typos. | Walter Dörwald | 2009-05-04 | 3 | -5/+5 |
|
|
* | Issue #4751: For hashlib algorithms provided by OpenSSL, the Python | Gregory P. Smith | 2009-05-04 | 1 | -3/+46 |
|
|
* | docstring update. | Gregory P. Smith | 2009-05-03 | 1 | -0/+3 |
|
|
* | Optimization: move RFC defined network constant construction out of | Gregory P. Smith | 2009-05-03 | 1 | -14/+33 |
|
|
* | Further development of issue5559, handle Windows files | Kurt B. Kaiser | 2009-05-03 | 1 | -2/+4 |
|
|
* | idle.py modified and simplified to better support | Kurt B. Kaiser | 2009-05-03 | 2 | -21/+14 |
|
|
* | (no commit message) | Michael Foord | 2009-05-02 | 2 | -38/+227 |
|
|
* | Isue #5084: unpickling now interns the attribute names of pickled objects, | Antoine Pitrou | 2009-05-02 | 2 | -1/+23 |
|
|