Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. | Charles-François Natali | 2011-09-24 | 1 | -3/+18 |
| | |||||
* | Issue #13012: Allow 'keepends' to be passed as a keyword argument in ↵ | Mark Dickinson | 2011-09-24 | 3 | -6/+20 |
| | | | | str.splitlines, bytes.splitlines and bytearray.splitlines. | ||||
* | Merge 3.2: Issue #7732: Don't open a directory as a file anymore while | Victor Stinner | 2011-09-23 | 1 | -0/+9 |
|\ | | | | | | | | | importing a module. Ignore the direcotry if its name matchs the module name (e.g. "__init__.py") and raise a ImportError instead. | ||||
| * | 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. | ||||
* | | Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc | Victor Stinner | 2011-09-22 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | 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 | Charles-François Natali | 2011-09-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | ready before having been set up. | ||||
| * | 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 | -0/+1 |
|\ \ | |/ | | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets). | ||||
| * | 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). | ||||
* | | Branch merge | Éric Araujo | 2011-09-21 | 3 | -6/+5 |
|\ \ | |||||
| * | | Remove two unneeded attributes in packaging | Éric Araujo | 2011-09-21 | 2 | -6/+3 |
| | | | |||||
| * | | Squash last tempdir leak in packaging tests. | Éric Araujo | 2011-09-19 | 1 | -0/+2 |
| | | | | | | | | | | | | Sweet taste of victory! Alexis, you can fix the threads leaks :) | ||||
* | | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵ | Jesus Cea | 2011-09-21 | 1 | -0/+17 |
|\ \ \ | | |/ | |/| | | | | was actually received | ||||
| * | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵ | Jesus Cea | 2011-09-21 | 1 | -0/+17 |
| | | | | | | | | | | | | was actually received | ||||
* | | | Issue #1172711: Add 'long long' support to the array module. | Meador Inge | 2011-09-21 | 1 | -0/+21 |
| | | | | | | | | | | | | Initial patch by Oren Tirosh and Hirokazu Yamamoto. | ||||
* | | | Merge 3.2: test_multiprocessing removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | test_multiprocessing removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
| | | | |||||
* | | | Merge 3.2: test_httplib removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | test_httplib removes temporary files | Victor Stinner | 2011-09-20 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #12981: test_multiprocessing: catch ImportError when importing | Charles-François Natali | 2011-09-20 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets). | ||||
* | | | Issue #12996: multiprocessing.connection: transmit the header in network byte | Charles-François Natali | 2011-09-20 | 1 | -2/+2 |
| |/ |/| | | | | | order (endpoints machines can have different endianness). | ||||
* | | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Close #13007: whichdb should recognize gdbm 1.9 magic numbers | Jesus Cea | 2011-09-19 | 1 | -1/+1 |
| | | |||||
* | | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code | Éric Araujo | 2011-09-19 | 2 | -2/+2 |
| | | |||||
* | | Branch merge | Éric Araujo | 2011-09-19 | 44 | -283/+215 |
|\ \ | |||||
| * | | Make regrtest look at internal dicts in sysconfig. | Éric Araujo | 2011-09-19 | 1 | -1/+24 |
| | | | | | | | | | | | | | | | This reveals problems in the packaging test suite, which I’ll look into after the regrtest checks are made more usable (see #12314). | ||||
| * | | Final bag of small changes coming from distutils2. | Éric Araujo | 2011-09-19 | 9 | -29/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - minor cleanup in Metadata - trigger creation of the sysconfig._CONFIG_VARS dict - home_page is used over home-page: it’s not a compound word, it’s an escaped space Distutils2 is now synchronized with Packaging. | ||||
| * | | A few style changes originally done in the distutils2 repo | Éric Araujo | 2011-09-18 | 4 | -17/+16 |
| | | | |||||
| * | | Replace cmp function with key function | Éric Araujo | 2011-09-18 | 1 | -15/+2 |
| | | | |||||
| * | | Fix typo and wording | Éric Araujo | 2011-09-18 | 1 | -1/+1 |
| | | | |||||
| * | | Branch merge | Éric Araujo | 2011-09-18 | 16 | -96/+47 |
| |\ \ | |||||
| | * | | Use a local name (it was intended to be used but overlooked). | Éric Araujo | 2011-09-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This was caught in the distutils2 repo by pyflakes. | ||||
| | * | | Packaging cleanup: remove conditionals for < 2.6 support. | Éric Araujo | 2011-09-17 | 16 | -95/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP 370 features and sys.dont_write_bytecode are always available in 3.3; the distutils2 backport still has the conditionals. I also renamed an internal misnamed method and fixed a few things (“packaging2” name, stray print, unused import, fd leak). | ||||
| * | | | Make a number of small changes to ease the backport to distutils2 | Éric Araujo | 2011-09-18 | 19 | -125/+104 |
| | | | | |||||
| * | | | Fix fallback base class when tests run without threading | Éric Araujo | 2011-09-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Close issue 12958 by flagging expected failures in test_socket on Mac OS X | Nick Coghlan | 2011-09-19 | 2 | -0/+25 |
|/ / / | |||||
* | | | Issue #12765: Fix packaging.test.test_database failures on OS X due | Ned Deily | 2011-09-15 | 1 | -0/+1 |
|/ / | | | | | | | | | to unwarranted assumption about absolute paths: on OS X /var is a symlink to /private/var. (Also true for /etc and /tmp). | ||||
* | | Fix packaging.database.Distribution.list_distinfo_files (#12785). | Éric Araujo | 2011-09-15 | 2 | -23/+27 |
| | | | | | | | | | | | | | | | | | | | | | | This method was supposed to return only the file under the dist-info directory, but it actually returned all installed files. The tests didn’t catch this because they were flawed; I updated them. Thanks to Nadeem Vawda and Jeremy Kloth for testing. As a bonus, the removal of os.path.relpath use should also fix the Windows buildbots. | ||||
* | | Issue #9871: Prevent IDLE 3 crash when given byte stings | Ned Deily | 2011-09-14 | 2 | -7/+7 |
|\ \ | |/ | | | | | | | with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.) | ||||
| * | Issue #9871: Prevent IDLE 3 crash when given byte stings | Ned Deily | 2011-09-14 | 2 | -7/+7 |
| | | | | | | | | | | with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.) | ||||
* | | The value is the dotted module name to the command class. | Jeremy Kloth | 2011-09-13 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.2 | Senthil Kumaran | 2011-09-12 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix issue12938 - Update the docstring of html.escape. Include the ↵ | Senthil Kumaran | 2011-09-12 | 1 | -1/+2 |
| | | | | | | | | information on single quote. | ||||
* | | merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 | Senthil Kumaran | 2011-09-12 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Add the quote_plus call in the test. | Senthil Kumaran | 2011-09-12 | 1 | -0/+1 |
| | | |||||
* | | Remove trailing spaces | Amaury Forgeot d'Arc | 2011-09-12 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2: 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. | ||||
| * | 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. | ||||
* | | Factor out the distribution file-system safe name functions from ↵ | Jeremy Kloth | 2011-09-12 | 3 | -36/+16 |
| | | | | | | | | install_distinfo to allow all metadata consumers access to them. |