Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor tweaks to packaging tests. | Éric Araujo | 2011-06-17 | 3 | -34/+28 |
* | Packaging tests: don’t let an internal cache grow indefinitely. | Éric Araujo | 2011-06-17 | 2 | -0/+4 |
* | Minor tweaks in packaging’s test_dist. | Éric Araujo | 2011-06-17 | 1 | -21/+15 |
* | Remove unused code in packaging.pypi.dist | Éric Araujo | 2011-06-16 | 1 | -4/+1 |
* | Stop binding sys.path as default parameter value in packaging. | Éric Araujo | 2011-06-16 | 4 | -27/+20 |
* | Packaging: remove last mentions and uses of setup.py in the code. | Éric Araujo | 2011-06-16 | 7 | -32/+15 |
* | Clean up packaging.tests.test_mixin2to3 | Éric Araujo | 2011-06-16 | 1 | -34/+43 |
* | Issue #12167: Fix a reafleak in packaging.tests.PyPIServer constructor | Victor Stinner | 2011-06-15 | 1 | -1/+3 |
* | Merge wording change from 3.2 | Éric Araujo | 2011-06-15 | 1 | -2/+2 |
|\ | |||||
| * | Minor wording improvement | Éric Araujo | 2011-06-15 | 1 | -2/+2 |
* | | Make sure all the Lib/packaging subdirectories get installed. | Barry Warsaw | 2011-06-14 | 1 | -2/+54 |
* | | Fix markup. | Georg Brandl | 2011-06-14 | 1 | -11/+11 |
* | | Merge 3.2 - update to the fix for #12084 | Brian Curtin | 2011-06-14 | 1 | -10/+11 |
|\ \ | |/ | |||||
| * | Correct completely broken os.stat behavior on Windows XP. | Brian Curtin | 2011-06-14 | 1 | -10/+11 |
| * | branch merge? | Brian Curtin | 2011-06-13 | 27 | -80/+303 |
| |\ | |||||
* | \ | branch merge | Brian Curtin | 2011-06-13 | 4 | -96/+191 |
|\ \ \ | |||||
| * \ \ | Merge from 3.2 for Issue #12084. | Brian Curtin | 2011-06-13 | 4 | -96/+191 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. | Brian Curtin | 2011-06-13 | 4 | -97/+192 |
* | | | | Issue #12316: Fix sigwait() test using threads | Victor Stinner | 2011-06-13 | 1 | -29/+41 |
* | | | | Also specify encoding when reading setup.cfg (#12320) | Éric Araujo | 2011-06-12 | 1 | -1/+1 |
* | | | | Specify the encoding of the setup.cfg in one packaging test (#12320) | Éric Araujo | 2011-06-12 | 1 | -1/+1 |
* | | | | Merged documentation update for Formatter.formatTime. | Vinay Sajip | 2011-06-12 | 1 | -0/+8 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Updated Formatter.formatTime documentation. | Vinay Sajip | 2011-06-12 | 1 | -0/+7 |
* | | | | Merged documentation update for issue #12206. | Vinay Sajip | 2011-06-11 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #12206: documentation for LogRecord constructor updated re. the level a... | Vinay Sajip | 2011-06-11 | 1 | -0/+3 |
* | | | | quaint and completely out of date comment | Benjamin Peterson | 2011-06-11 | 1 | -3/+2 |
* | | | | allow __dir__ to return any sequence | Benjamin Peterson | 2011-06-11 | 4 | -32/+29 |
* | | | | 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 |
* | | | | 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 |
| * | | | | 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 |
| * | | | | Move useful function to packaging.util. | Éric Araujo | 2011-06-10 | 2 | -18/+18 |
* | | | | | Issue #12287: In ossaudiodev, check that the device isn't closed in several | Charles-François Natali | 2011-06-11 | 3 | -0/+110 |
* | | | | | 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 attribu... | Vinay Sajip | 2011-06-10 | 1 | -0/+12 |
* | | | | | | 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 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | |