| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with ↵ | Senthil Kumaran | 2011-10-19 | 2 | -0/+15 |
| | | | | | | | | unrelated exceptions, when a document with timestamp earlier than 1980 is provided to zipfile. Patch contributed by Petri Lehtinen. | ||||
| * | 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and | Senthil Kumaran | 2011-10-19 | 2 | -1/+5 |
| | | | | | semicolons. Patch by Ben Darnell and Petri Lehtinen. | ||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 13 | -18/+18 |
| | | |||||
| * | Fixes #10860: Handle empty port after port delimiter in httplib | Łukasz Langa | 2011-10-18 | 2 | -3/+26 |
| | | |||||
| * | Issue #13188: When called without an explicit traceback argument, | Antoine Pitrou | 2011-10-18 | 1 | -0/+26 |
| | | | | | | generator.throw() now gets the traceback from the passed exception's `__traceback__` attribute. Patch by Petri Lehtinen. | ||||
| * | #12448: smtplib now flushes stdout while running ``python -m smtplib`` | Ezio Melotti | 2011-10-18 | 1 | -0/+1 |
| | | | | | in order to display the prompt correctly. Patch by Petri Lehtinen. | ||||
| * | normalize whitespace in Lib/distutils/msvc9compiler.py | Mark Hammond | 2011-10-17 | 1 | -1/+1 |
| | | |||||
| * | Issue #7833: Ext. modules built using distutils on Windows no longer get a ↵ | Mark Hammond | 2011-10-17 | 2 | -23/+102 |
| | | | | | manifest | ||||
| * | Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ↵ | Raymond Hettinger | 2011-10-16 | 2 | -15/+35 |
| | | | | | the lru_cache. | ||||
| * | Branch merge | Éric Araujo | 2011-10-14 | 1 | -7/+194 |
| |\ | |||||
| | * | Increase test coverage for distutils.filelist (#11751). | Éric Araujo | 2011-10-11 | 1 | -7/+194 |
| | | | | | | | | | Patch by Justin Love. | ||||
| * | | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. | Lars Gustäbel | 2011-10-14 | 2 | -21/+46 |
| | | | | | | | | | | | | | The nti() function that converts a number field from a tar header to a number failed to decode GNU tar specific base-256 fields. I also added support for decoding and encoding negative base-256 number fields. | ||||
| * | | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, | Victor Stinner | 2011-10-14 | 3 | -3/+1461 |
| |/ | | | | instead of the locale encoding. | ||||
| * | Branch merge | Éric Araujo | 2011-10-09 | 8 | -24/+67 |
| |\ | |||||
| | * | Add tests for Unicode handling in distutils’ check and register (#13114) | Éric Araujo | 2011-10-09 | 2 | -3/+30 |
| | | | |||||
| | * | Fix docstring of distutils.util.byte_compile (followup for #11254) | Éric Araujo | 2011-10-08 | 1 | -3/+3 |
| | | | |||||
| | * | Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix | Éric Araujo | 2011-10-07 | 1 | -1/+1 |
| | | | |||||
| | * | Fix test_sysconfig when prefix != exec-prefix (#9100). | Éric Araujo | 2011-10-07 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | I tested this manually; it would be great to have buildbots using installed Pythons, including Pythons configured with different prefix and exec-prefix. Reported by Zsolt Cserna. | ||||
| | * | Fix distutils byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-07 | 3 | -9/+22 |
| | | | | | | | | | Patch by Jeff Ramnani. Tested with -B, -O and -OO. | ||||
| | * | Make C code in one distutils test comply with ISO C (#10359). | Éric Araujo | 2011-10-07 | 1 | -2/+2 |
| | | | | | | | | | Patch by Hallvard B Furuseth. | ||||
| * | | test_unicode was forgetting to run the common string tests for str.find() | Antoine Pitrou | 2011-10-08 | 1 | -0/+1 |
| | | | |||||
| * | | Merged | Barry Warsaw | 2011-10-07 | 4 | -23/+32 |
| |\ \ | |||||
| | * | | - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files | Barry Warsaw | 2011-10-07 | 4 | -23/+32 |
| | |/ | | | | | | | | | | | | | | | with line feeds. This was ported from the sandbox to the 3.3 branch, but didn't make it into 3.2. - Re-enable lib2to3's test_parser.py tests, though with an expected failure (see issue 13125). | ||||
| * | | Issue #7367: Ensure test directory always gets removed. | Ned Deily | 2011-10-07 | 1 | -2/+2 |
| |/ | |||||
| * | Issue #7367: Fix pkgutil.walk_paths to skip directories whose | Ned Deily | 2011-10-06 | 1 | -3/+11 |
| | | | | | contents cannot be read. | ||||
| * | Issue #7367: Add test case to test_pkgutil for walking path with | Ned Deily | 2011-10-06 | 1 | -0/+11 |
| | | | | | an unreadable directory. | ||||
| * | Issue #7425: Refactor test_pydoc test case for '-k' behavior and add | Ned Deily | 2011-10-06 | 1 | -42/+53 |
| | | | | | new test cases for importing bad packages and unreadable packages dirs. | ||||
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge ↵ | Antoine Pitrou | 2011-10-06 | 2 | -0/+21 |
| | | | | | | | | tuples or lists. This introduces a small private API for this common pattern. The issue has been discovered thanks to Martin's huge-mem buildbot. | ||||
| * | Branch merge | Éric Araujo | 2011-10-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix typo and case in a recently added test | Éric Araujo | 2011-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | Enable the only tests for sys.gettrace | Amaury Forgeot d'Arc | 2011-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle | Charles-François Natali | 2011-10-05 | 1 | -0/+15 |
| | | | | | | | | | | | would be finalized after the reference to its underlying BufferedRWPair's writer got cleared by the GC. | ||||
| * | | Issue13104 - Fix urllib.request.thishost() utility function. | Senthil Kumaran | 2011-10-05 | 2 | -1/+5 |
| | | | |||||
| * | | Issue #13073 - Address the review comments made by Ezio. | Senthil Kumaran | 2011-10-05 | 1 | -5/+5 |
| | | | |||||
| * | | os.geteuid() may not be available... | Charles-François Natali | 2011-10-04 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #11956: Always skip test_import.test_unwritable_directory when run as | Charles-François Natali | 2011-10-04 | 1 | -2/+2 |
| | | | | | | | | | root, since the semantics varies across Unix variants. | ||||
| * | | Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as | Charles-François Natali | 2011-10-04 | 1 | -0/+3 |
| |/ | | | | root (directory permissions are ignored). | ||||
| * | Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation | Antoine Pitrou | 2011-10-04 | 1 | -0/+8 |
| | | | | | | if the underlying raw stream is unseekable, even if the seek could be satisfied using the internal buffer. Patch by John O'Connor. | ||||
| * | Start fixing test_bigmem: | Antoine Pitrou | 2011-10-04 | 6 | -164/+203 |
| | | | | | | - bigmemtest is replaced by precisionbigmemtest - add a poor man's watchdog thread to print memory consumption | ||||
| * | Issue #7689: Allow pickling of dynamically created classes when their | Antoine Pitrou | 2011-10-04 | 2 | -9/+30 |
| | | | | | | metaclass is registered with copyreg. Patch by Nicolas M. Thiéry and Craig Citro. | ||||
| * | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -0/+12 |
| | | |||||
| * | Fix ResourceWarnings in the TIPC socket tests. | Antoine Pitrou | 2011-10-02 | 1 | -2/+7 |
| | | |||||
| * | #4147: minidom's toprettyxml no longer adds whitespace to text nodes. | R David Murray | 2011-10-01 | 2 | -2/+11 |
| | | | | | Patch by Dan Kenigsberg. | ||||
| * | Issue #13034: When decoding some SSL certificates, the subjectAltName ↵ | Antoine Pitrou | 2011-10-01 | 2 | -0/+57 |
| | | | | | extension could be unreported. | ||||
| * | Issue #7732: Don't open a directory as a file anymore while importing a | Victor Stinner | 2011-09-23 | 1 | -0/+9 |
| | | | | | | module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead. | ||||
| * | Issue #12931: Add a test with Unicode URI to test_xmlrpc | Victor Stinner | 2011-09-22 | 1 | -0/+4 |
| | | |||||
| * | Fix a race condition in test_socket.ThreadableTest: the client is reported as | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
| | | | | | ready before having been set up. | ||||
| * | Issue #12981: test_multiprocessing: catch ImportError when importing | Charles-François Natali | 2011-09-21 | 1 | -2/+13 |
| | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets). | ||||
| * | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵ | Jesus Cea | 2011-09-21 | 1 | -0/+17 |
| | | | | | was actually received | ||||
| * | test_multiprocessing removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
| | | |||||
