summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Branch mergeÉric Araujo2011-09-214-7/+6
|\
| * Remove two unneeded attributes in packagingÉric Araujo2011-09-213-7/+4
| |
| * Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
| | | | | | | | Sweet taste of victory! Alexis, you can fix the threads leaks :)
* | Issue #1172711: Update What's New in Python 3.3 document for the array module.Meador Inge2011-09-211-9/+9
| | | | | | | | | | The commit fixes 3c56e546dc60, which documented #1172711 as a struct module change; it is an array module change.
* | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵Jesus Cea2011-09-213-0/+31
|\ \ | | | | | | | | | was actually received
| * | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor ↵Jesus Cea2011-09-213-0/+31
| | | | | | | | | | | | was actually received
* | | What's New in Python 3.3: add curses.unget_wch()Victor Stinner2011-09-211-4/+8
| | |
* | | meth.log2 doc: add a link to int.bit_length()Victor Stinner2011-09-211-0/+5
| | |
* | | Issue #1172711: Update What's New in Python 3.3 document for the struct moduleVictor Stinner2011-09-211-6/+15
| | |
* | | Issue #1172711: Add 'long long' support to the array module.Meador Inge2011-09-214-30/+143
| | | | | | | | | | | | Initial patch by Oren Tirosh and Hirokazu Yamamoto.
* | | Merge 3.2: test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
|\ \ \ | |/ /
| * | test_multiprocessing removes temporary filesVictor Stinner2011-09-201-0/+2
| | |
* | | Merge 3.2: test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
|\ \ \ | |/ /
| * | test_httplib removes temporary filesVictor Stinner2011-09-201-0/+2
| | |
* | | Head mergeBarry Warsaw2011-09-201-2/+12
|\ \ \
| * | | Issue #12981: test_multiprocessing: catch ImportError when importingCharles-François Natali2011-09-201-2/+12
| | | | | | | | | | | | | | | | | | | | multiprocessing.reduction, which may not be available (e.g. if the OS doesn't support FD passing over Unix domain sockets).
* | | | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-202-1/+6
|\ \ \ \ | |/ / / |/| / / | |/ / finding the bug and providing a patch.
| * | - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-202-1/+6
| | | | | | | | | | | | finding the bug and providing a patch.
* | | Issue #12996: multiprocessing.connection: transmit the header in network byteCharles-François Natali2011-09-201-2/+2
| | | | | | | | | | | | order (endpoints machines can have different endianness).
* | | os.statvfs() encodes the filename to the filesystem encodingVictor Stinner2011-09-201-5/+9
| | |
* | | Merge issue #12973 list_repeat fix.Mark Dickinson2011-09-192-3/+7
|\ \ \ | |/ / | | / | |/ |/|
| * Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.Mark Dickinson2011-09-192-3/+7
| |
* | Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-192-1/+3
|\ \ | |/
| * Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-192-1/+3
| |
* | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive codeÉric Araujo2011-09-192-2/+2
| |
* | Branch mergeÉric Araujo2011-09-1944-283/+215
|\ \
| * | Make regrtest look at internal dicts in sysconfig.Éric Araujo2011-09-191-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 Araujo2011-09-199-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 Araujo2011-09-184-17/+16
| | |
| * | Replace cmp function with key functionÉric Araujo2011-09-181-15/+2
| | |
| * | Fix typo and wordingÉric Araujo2011-09-181-1/+1
| | |
| * | Branch mergeÉric Araujo2011-09-1816-96/+47
| |\ \
| | * | Use a local name (it was intended to be used but overlooked).Éric Araujo2011-09-171-2/+2
| | | | | | | | | | | | | | | | This was caught in the distutils2 repo by pyflakes.
| | * | Packaging cleanup: remove conditionals for < 2.6 support.Éric Araujo2011-09-1716-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 Araujo2011-09-1819-125/+104
| | | |
| * | | Fix fallback base class when tests run without threadingÉric Araujo2011-09-181-1/+1
| | | |
* | | | Close issue 12958 by flagging expected failures in test_socket on Mac OS XNick Coghlan2011-09-193-2/+34
| | | |
* | | | Issue #12517: Silence warning on windows buildbots (from 7fd80c61ddaa).Ross Lagerwall2011-09-191-0/+3
| | | |
* | | | Merge example fix from 3.2.Georg Brandl2011-09-181-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix bug in heapq priority queue example.Georg Brandl2011-09-181-1/+1
| | | |
* | | | merge doc fixes from 3.2Georg Brandl2011-09-172-1/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Add info from the docstring for random.gammavariate() to the docs.Georg Brandl2011-09-171-0/+7
| | |
| * | Fix typo.Georg Brandl2011-09-171-1/+1
| | |
* | | Issue #12765: Fix packaging.test.test_database failures on OS X dueNed Deily2011-09-151-0/+1
| | | | | | | | | | | | | | | to unwarranted assumption about absolute paths: on OS X /var is a symlink to /private/var. (Also true for /etc and /tmp).
* | | import.c: remove now useless arbitrary limitVictor Stinner2011-09-151-6/+0
| | |
* | | Merge 3.2: Fix the import machinery if there is an error on sys.path or ↵Victor Stinner2011-09-151-4/+4
|\ \ \ | |/ / | | / | |/ |/| | | | | | | sys.meta_path find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.
| * Fix the import machinery if there is an error on sys.path or sys.meta_pathVictor Stinner2011-09-151-4/+4
| | | | | | | | | | | | find_module() now raises a RuntimeError, instead of ImportError, on an error on sys.path or sys.meta_path because load_package() and import_submodule() returns None and clear the exception if a ImportError occurred.
* | Fix packaging.database.Distribution.list_distinfo_files (#12785).Éric Araujo2011-09-152-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 stingsNed Deily2011-09-144-7/+12
|\ \ | |/ | | | | | | with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)
| * Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-144-7/+12
| | | | | | | | | | with invalid hex escape sequences, like b'\x0'. (Original patch by Claudiu Popa.)