Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.2 (#9284) | Benjamin Peterson | 2011-06-11 | 3 | -2/+26 |
|\ | |||||
| * | allow "fake" filenames in findsource (closes #9284) | Benjamin Peterson | 2011-06-11 | 3 | -2/+26 |
| | | | | | | | | | | | | This allows findsource() to work in doctests. A patch from Dirkjan Ochtman. | ||||
* | | Merge minor doc change from 3.2 | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
| | | |||||
* | | Branch merge | Éric Araujo | 2011-06-11 | 8 | -77/+156 |
|\ \ | |||||
| * | | Adjust logging in packaging.util.spawn (related to #11599) | Éric Araujo | 2011-06-11 | 1 | -2/+3 |
| | | | |||||
| * | | Use correct directive to document one method | Éric Araujo | 2011-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Allow multiple setup hooks in packaging’s setup.cfg files (#12240). | Éric Araujo | 2011-06-10 | 5 | -31/+61 |
| | | | | | | | | | | | | Original patch by Erik Bray. | ||||
| * | | setup.cfg: Document that description-file can contain more than one file | Éric Araujo | 2011-06-10 | 3 | -9/+7 |
| | | | |||||
| * | | Fix assorted bugs in packaging.util.cfg_to_args (#11595). | Éric Araujo | 2011-06-10 | 4 | -17/+67 |
| | | | | | | | | | | | | Original patch by Erik Bray. | ||||
| * | | Move useful function to packaging.util. | Éric Araujo | 2011-06-10 | 2 | -18/+18 |
| | | | | | | | | | | | | | | | Original patch by Erik Bray as part of #11595, changed by me to improve readability. | ||||
* | | | Issue #12287: In ossaudiodev, check that the device isn't closed in several | Charles-François Natali | 2011-06-11 | 3 | -0/+110 |
| | | | | | | | | | | | | methods. | ||||
* | | | merge 3.2 | Benjamin Peterson | 2011-06-11 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | merge 3.1 | Benjamin Peterson | 2011-06-11 | 0 | -0/+0 |
| |\ \ | |||||
| | * | | onto 3.1.5 | Benjamin Peterson | 2011-06-11 | 2 | -1/+13 |
| | | | | |||||
* | | | | merge 3.2 | Benjamin Peterson | 2011-06-11 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.1 | Benjamin Peterson | 2011-06-11 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Added tag v3.1.4 for changeset c918ec9f3a76 | Benjamin Peterson | 2011-06-11 | 1 | -0/+1 |
| | | | | |||||
| | * | | bump to 3.1.4v3.1.4 | Benjamin Peterson | 2011-06-11 | 5 | -7/+7 |
| | | | | |||||
* | | | | Updated Formatter.formatTime docs to indicate configuration via class ↵ | Vinay Sajip | 2011-06-10 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | attributes. | ||||
* | | | | Merged documentation change for Issue #12168. | Vinay Sajip | 2011-06-10 | 1 | -0/+15 |
|\ \ \ \ | |/ / / | |||||
| * | | | Documented change for Issue #12168. | Vinay Sajip | 2011-06-10 | 1 | -0/+15 |
| | | | | |||||
* | | | | merge heads | Benjamin Peterson | 2011-06-10 | 7 | -9/+35 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Branch merge | Éric Araujo | 2011-06-10 | 7 | -9/+35 |
| |\ \ \ | |||||
| | * | | | Don’t try to install something when running from uninstalled source (#12246). | Éric Araujo | 2011-06-10 | 4 | -5/+31 |
| | | | | | | | | | | | | | | | | | | | | Original patch by Tshepang Lekhonkhobe. | ||||
| | * | | | Clean up extra environment variable after packaging tests. | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packaging.util.check_environ will define HOME and PLAT if they don’t exist; for some reason, it does not define PLAT when running the tests from a checkout (so no regrtest warning) but does when running from an installed Python. Cleaning up the envvar in test_dist fixes the warning on my machine, but I suspect that a test runner using a different order to run files or running them in parallel may have PLAT defined in its environment because of another test. Quite a lot of code ends up calling check_environ; maybe we should just clean up PLAT in every test. For now I’m doing this simple fix, we’ll see if we get bug reports. | ||||
| | * | | | Fix omission in test for packaging install_distinfo command. | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code does not write checksum or file length for .pyc and .pyo in the RECORD file, in compliance with PEP 376, but the test forgot to take .pyo into account. This was not caught because there were no .pyo in the checkout, but after installing there are .pyo files created by compileall, and the test picks them up. | ||||
| | * | | | Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Packaging: use repr to display projects name (3ebabfbf6fe3 followup) | Éric Araujo | 2011-06-10 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merge 3.2 (#12009) | Benjamin Peterson | 2011-06-10 | 4 | -44/+102 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | |||||
| * | | | merge 3.1 (#12009) | Benjamin Peterson | 2011-06-10 | 4 | -44/+102 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | fix regression in netrc comment handling (closes #12009) | Benjamin Peterson | 2011-06-10 | 4 | -44/+105 |
| | | | | |||||
* | | | | null merge 3.2 (patch already applied to 3.3) | Victor Stinner | 2011-06-10 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | null merge 3.1 (patch already applied to 3.2) | Victor Stinner | 2011-06-10 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #10801: Fix test_unicode_filenames() of test_zipfile | Victor Stinner | 2011-06-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Just try to open files from the ZIP for reading, don't extract them to avoid UnicodeEncodeError if the filename is not encodable to the filesystem encoding (e.g. ASCII locale encoding). | ||||
* | | | | Issue #8407: skip sigwait() tests if pthread_sigmask() is missing | Victor Stinner | 2011-06-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | The new tests now requires pthread_sigmask(). Skip the test if the function is missing, e.g. if Python is compiled without threads. | ||||
* | | | | test_platform: ignore DeprecationWarning on popen() test | Victor Stinner | 2011-06-10 | 1 | -15/+20 |
| | | | | |||||
* | | | | Issue #8407: write error message on sigwait test failure | Victor Stinner | 2011-06-10 | 1 | -3/+4 |
| | | | | |||||
* | | | | Issue #8407: Make signal.sigwait() tests more reliable | Victor Stinner | 2011-06-10 | 1 | -14/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block the signal before calling sigwait(). Use os.fork() to ensure that we have only one thread. Initial patch written by Charles-François Natali. | ||||
* | | | | Issue #9344: Add os.getgrouplist(). | Ross Lagerwall | 2011-06-10 | 6 | -252/+368 |
| | | | | |||||
* | | | | Issue #8407: signal.sigwait() releases the GIL | Victor Stinner | 2011-06-09 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | Initial patch by Charles-François Natali. | ||||
* | | | | Removed a Windows 9x trick used before LoadLibraryExW. | Brian Curtin | 2011-06-09 | 1 | -17/+8 |
| | | | | | | | | | | | | | | | | | | | | Windows 9x has long been unsupported and the result of GetFullPathName was not even being used in the first place. | ||||
* | | | | Merge #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 3 | -10/+28 |
|\ \ \ \ | |/ / / | |||||
| * | | | #10694: zipfile now ignores garbage at the end of a zipfile. | R David Murray | 2011-06-09 | 3 | -10/+28 |
| | | | | | | | | | | | | | | | | Original fix by 'rep', final patch (with tests) by Xuanji Li. | ||||
* | | | | merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. | R David Murray | 2011-06-09 | 3 | -1/+18 |
|\ \ \ \ | |/ / / | |||||
| * | | | #12283: Fixed regression in smtplib quoting of leading dots in DATA. | R David Murray | 2011-06-09 | 3 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | I unfortunately introduced the regression when I refactored the code, and there were no tests of quoting so it wasn't caught. Now there is one. | ||||
* | | | | Merged upstream changes. | Vinay Sajip | 2011-06-09 | 3 | -10/+69 |
|\ \ \ \ | |||||
| * | | | | #10424: argument names are now included in the missing argument message | R David Murray | 2011-06-09 | 3 | -10/+69 |
| | | | | | | | | | | | | | | | | | | | | Fix and initial test patch by Michele Orrù. | ||||
* | | | | | Made time formats in Formatter more configurable. | Vinay Sajip | 2011-06-09 | 1 | -2/+5 |
|/ / / / | |||||
* | | | | Merged fix for issue #12168 from 3.2. | Vinay Sajip | 2011-06-09 | 3 | -3/+14 |
|\ \ \ \ | |/ / / |