21210 Commits (9c56409d3353b8cd4cfc19e0467bbe23fd34fc92)

Author SHA1 Message Date
Antoine Pitrou 110ee34e41 Lower test-skipping threshold in test_reprlib 14 years ago
Antoine Pitrou 4f6e3f74fc Avoid depending on directory iteration order in test_shutil 14 years ago
Antoine Pitrou f3a166d799 Add debug output to test_shutil 14 years ago
Antoine Pitrou 2f8a75c7a7 Proper cleanup in test_shutil, even in case of error. 14 years ago
Hynek Schlawack 2100b42317 #4489: Fix usage of fd-based functions to new api introduced earlier today 14 years ago
Nick Coghlan 6c6e2545cb Properly test the various builtins lookup cases in inspect.getclosurevars 14 years ago
Hynek Schlawack 67be92bed4 #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks 14 years ago
Antoine Pitrou 46cb1ef457 Use non-deprecated speling. 14 years ago
Antoine Pitrou d4daa87129 Properly cleanup pep3147 modules in test_import 14 years ago
Antoine Pitrou 06e37587ff Try to further debug occasional buildbot failure 14 years ago
Antoine Pitrou 78157b3f6f On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. 14 years ago
Ezio Melotti 3861d8b271 #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. 14 years ago
Antoine Pitrou 463badf06c Issue #3665: \u and \U escapes are now supported in unicode regular expressions. 14 years ago
Nick Coghlan 04e2e3f231 Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates 14 years ago
Nick Coghlan 2f92e54507 Close #13062: Add inspect.getclosurevars to simplify testing stateful closures 14 years ago
Mark Dickinson be4fb69201 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. 14 years ago
Brian Curtin dc00f1eba0 Fix #15148. Capitalize PATH, hopefully leading to less confusion 14 years ago
Brian Curtin 2193536e79 Fix #15148. Make the shutil.which docstring more thorough 14 years ago
Larry Hastings dbbc0c8bb3 Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) 14 years ago
Brian Curtin e3f3940fc3 file was the old arg name from an earlier patch. command matches the implementation 14 years ago
Alexander Belopolsky de74de5d5d Issue #15148: Fixed typos in shutil.which() docstring 14 years ago
Alexander Belopolsky 648921371e fixed whitespace 14 years ago
Alexander Belopolsky 8141cc7f88 Issues #11024: Fixes and additional tests for Time2Internaldate. 14 years ago
Jesus Cea 60c13ddd9b Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA 14 years ago
Jesus Cea 9d874866f7 Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA 14 years ago
Antoine Pitrou 310f95b04d A better repr() for FileFinder 14 years ago
Larry Hastings 90867a5aba Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) 14 years ago
Larry Hastings 9cf065cfdc Issue #14626: Large refactoring of functions / parameters in the os module. 14 years ago
Antoine Pitrou f0f4742b49 Fix silly mistake in debugging code 14 years ago
Larry Hastings 7c7cbfc00f Issue #15008: Implement PEP 362 "Signature Objects". 14 years ago
Guido van Rossum 95c1c48fd6 Speed up base64.urlsafe_{en,de}code(). 14 years ago
Antoine Pitrou 541b7c89ff Add debug output for temporary buildbot failures 14 years ago
Antoine Pitrou 07c24d13ed Issue #444582: shutil.which() respects relative paths. 14 years ago
Brian Curtin 849349de05 whitespace normalize 14 years ago
Brian Curtin c57a34577c Fix #444582. Add shutil.which function for finding programs on the system path. 14 years ago
Alexander Belopolsky 93c9cd07b6 Issue #9527: tm_gmtoff has 'correct' sign. 14 years ago
Larry Hastings 48ed36026b Issue #14769: Incorporated mildly pedantic feedback from python-dev. 14 years ago
Antoine Pitrou 3b36fb1f53 Issue #14837: SSL errors now have `library` and `reason` attributes describing precisely what happened and in which OpenSSL submodule. 14 years ago
David Malcolm 49526f48fc Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues 14 years ago
Jesus Cea 9436361e4c Closes #10142: Support for SEEK_HOLE/SEEK_DATA 14 years ago
Alexander Belopolsky ff493c9c46 Issue #9527: datetime.astimezone() method will now supply a class 14 years ago
Alexander Belopolsky fdc860f310 Issue #9527: datetime.astimezone() method will now supply a class 14 years ago
Larry Hastings 8f904daee9 Issue #14769: test_capi now has SkipitemTest, which cleverly checks 14 years ago
Alexander Belopolsky a07548e97b Issue #14653: email.utils.mktime_tz() no longer relies on system 14 years ago
Nadeem Vawda cf5e1d82e3 Tidy up comments from dd4f7d5c51c7 (zlib compression dictionary support). 14 years ago
Nadeem Vawda a425c3d5a2 Make lzma.{encode,decode}_filter_properties private. 14 years ago
Hynek Schlawack 9ed8b4e4ca #10053: Don't close FDs when FileIO.__init__ fails 14 years ago
Nadeem Vawda fd8a838d58 Issue #14684: Add support for predefined compression dictionaries to the zlib module. 14 years ago
Jason R. Coombs 42c9b04278 Prefer assertEqual to simply assert per recommendation in issue6727. 14 years ago
Christian Heimes 0b3847de6d Issue #15096: Drop support for the ur string prefix 14 years ago