Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | #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 | -2/+53 |
| | | | | extension could be unreported. | ||||
* | Issue #7732: Fix a crash on importing a module if a directory has the same name | Victor Stinner | 2011-09-23 | 1 | -0/+8 |
| | | | | | | | | than a Python module (e.g. "__init__.py"): don't close the file twice. PyFile_FromFile() does also close the file if PyString_FromString() failed. It did already close the file on fill_file_fields() error (e.g. if the file is a directory). | ||||
* | Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of | Victor Stinner | 2011-09-22 | 2 | -0/+6 |
| | | | | failing with a UnicodeDecodeError. | ||||
* | Fix a race condition in test_socket.ThreadableTest: the client is reported | 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 | ||||
* | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | Issue #12935: Correct typo in findertools. | Ned Deily | 2011-09-15 | 1 | -1/+1 |
| | |||||
* | Port the fix for Issue12924 (missing quote_plus) to 2.7 branch. | Senthil Kumaran | 2011-09-12 | 1 | -0/+1 |
| | |||||
* | Remove trailing spaces | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -1/+1 |
| | |||||
* | Issue #12483: ctypes: Fix a crash when the destruction of a callback | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -0/+8 |
| | | | | object triggers the garbage collector. | ||||
* | Branch merge | Éric Araujo | 2011-09-12 | 2 | -55/+65 |
|\ | |||||
| * | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. | Éric Araujo | 2011-09-10 | 2 | -1/+16 |
| | | |||||
| * | Slight cleanup in distutils test_dist. | Éric Araujo | 2011-09-10 | 1 | -54/+49 |
| | | | | | | | | | | | | | | | | I have tests to add in this file and it’s always nice to start from a clean base. I’ve also changed a test that used to write an invalid config file ('[global]command_packages = etc.' on one line), but the test passes before and after this change, so either it magically works or the test is poorly written. Sigh. | ||||
* | | Fix issue #12948: multiprocessing test failures can hang the buildbots | Jesus Cea | 2011-09-09 | 1 | -2/+0 |
| | | |||||
* | | Close issue #12948: multiprocessing test failures can hang the buildbots | Jesus Cea | 2011-09-09 | 1 | -3/+27 |
|/ | |||||
* | Issue #12333: fix test_distutils failures under Solaris and derivatives. ↵ | Jesus Cea | 2011-09-09 | 1 | -0/+4 |
| | | | | Patch by Antoine Pitrou | ||||
* | Issue #12326: Remove plat-linux3 directory | Victor Stinner | 2011-09-05 | 5 | -1083/+0 |
| | | | | sys.platform is now always 'linux2' on Linux (even on Linux 3) | ||||
* | Branch merge | Éric Araujo | 2011-09-05 | 2 | -7/+35 |
|\ | |||||
| * | Warn instead of crashing because of invalid path in MANIFEST.in (#8286). | Éric Araujo | 2011-09-02 | 2 | -2/+31 |
| | | | | | | | | | | sdist used to crash with a full traceback dump instead of printing a nice warning with the faulty line number. | ||||
| * | Enable catching WARN-level logging messages in distutils' test_sdist | Éric Araujo | 2011-09-02 | 1 | -5/+4 |
| | | |||||
* | | Issue #12841: Fix tarfile extraction of non-existent uids/gids. | Lars Gustäbel | 2011-09-05 | 1 | -8/+2 |
| | | | | | | | | | | | | | | tarfile unnecessarily checked the existence of numerical user and group ids on extraction. If one of them did not exist the respective id of the current user (i.e. root) was used for the file and ownership information was lost. (Patch by Sebastien Luttringer) | ||||
* | | Issue #12764: Fix a crash in ctypes when the name of a Structure field is not | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -0/+8 |
|/ | | | | a string. | ||||
* | Remove obsolete comment | Éric Araujo | 2011-09-01 | 1 | -2/+0 |
| | |||||
* | Clarify compileall command-line options (#10454). | Éric Araujo | 2011-09-01 | 1 | -13/+26 |
| | | | | | Backport of R. David Murray’s 3.2 patch. The code is ugly, with print statements split across lines, but the output is readable. | ||||
* | Fix test_sysconfig when run from a Python installed under /site (#10086). | Éric Araujo | 2011-08-31 | 1 | -2/+2 |
| | | | | Patch by Hallvard B Furuseth. | ||||
* | Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to | Amaury Forgeot d'Arc | 2011-08-30 | 1 | -0/+4 |
| | | | | some functions like file.write(). | ||||
* | Make bdist_* commands respect --skip-build passed to bdist (#10946) | Éric Araujo | 2011-08-29 | 4 | -25/+41 |
| | |||||
* | Fix test failures when Python is compiled without thread support. | Nadeem Vawda | 2011-08-29 | 1 | -9/+1 |
| | |||||
* | Provide a better diagnosis on socket errors | Antoine Pitrou | 2011-08-27 | 1 | -2/+4 |
| | |||||
* | Add FIXME note as a reminder | Éric Araujo | 2011-08-26 | 1 | -0/+2 |
| | |||||
* | Branch merge | Éric Araujo | 2011-08-26 | 5 | -62/+317 |
|\ | |||||
| * | Backport tests for the distutils install command | Éric Araujo | 2011-08-26 | 1 | -2/+193 |
| | | |||||
| * | Try to fix test_distutils on Windows (#12678) | Éric Araujo | 2011-08-26 | 1 | -0/+1 |
| | | |||||
| * | Add tests for build_ext --user (backport from 3.2) | Éric Araujo | 2011-08-26 | 1 | -0/+36 |
| | | |||||
| * | Refactor helpers for compiling the xx module in distutils tests. | Éric Araujo | 2011-08-25 | 2 | -59/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I need to copy the xxmodule.c file in other tests, so I moved the support code to distutils.tests.support and improved it: - don’t skip when run from the Lib/distutils/tests directory - use proper skip machinery instead of custom print/return/test suite fiddling. I also took out the fixup_build_ext function, which is needed for tests to pass on Unix shared builds and Windows debug builds. Finally, I cleaned up a few things: - don’t remove directories in tearDown when the parent class’ tearDown has already registered the directories for removal - simplify restoration of sys.path - remove a few unused names found by pyflakes. | ||||
| * | Add missing name in shutil.__all__ | Éric Araujo | 2011-08-21 | 1 | -1/+2 |
| | | |||||
* | | Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid | Charles-François Natali | 2011-08-25 | 2 | -6/+47 |
| | | | | | | | | them being inherited by other subprocesses. | ||||
* | | Update link to the decimal arithmetic specification. | Raymond Hettinger | 2011-08-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #4106: Fix occasional exceptions printed out by multiprocessing on ↵ | Antoine Pitrou | 2011-08-24 | 1 | -7/+1 |
| | | | | | | | | | | | | | | interpreter shutdown. This bug doesn't seem to exist on 3.2, where daemon threads are killed before Py_Finalize() is entered. | ||||
* | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. | Antoine Pitrou | 2011-08-23 | 1 | -1/+82 |
| | | | | | | | | Also added some tests. | ||||
* | | Issue #12821: Fix test_fcntl failures on OpenBSD 5. | Charles-François Natali | 2011-08-23 | 1 | -6/+2 |
| | | |||||
* | | #9200: backport tests but run them on wide builds only. | Ezio Melotti | 2011-08-22 | 1 | -2/+185 |
| | | |||||
* | | Issue #12678: Fix distutils sdist test on Windows. | Nadeem Vawda | 2011-08-21 | 1 | -0/+1 |
|/ | | | | Patch by Jeremy Kloth. | ||||
* | #5301: add image/vnd.microsoft.icon (.ico) MIME type | Sandro Tosi | 2011-08-20 | 1 | -0/+1 |
| | |||||
* | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 1 | -2/+43 |
| | | | | could appear on io.BufferedRandom streams. | ||||
* | Branch merge | Éric Araujo | 2011-08-19 | 2 | -1/+6 |
|\ |