Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Make decorators used in packaging preserve docstrings | Éric Araujo | 2011-06-17 | 1 | -5/+7 | |
* | | | Brange merge | Éric Araujo | 2011-06-17 | 3 | -2/+37 | |
|\ \ \ | ||||||
| * \ \ | merge #11767: use context manager to close file in __getitem__ to prevent FD ... | R David Murray | 2011-06-17 | 3 | -2/+37 | |
| |\ \ \ | | |/ / | ||||||
| | * | | #11767: use context manager to close file in __getitem__ to prevent FD leak | R David Murray | 2011-06-17 | 3 | -2/+37 | |
* | | | | Brange merge | Éric Araujo | 2011-06-17 | 16 | -147/+123 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 | |
* | | | | #12313: update Makefile.pre.in to account for email tests moving to 'test' dir | R David Murray | 2011-06-17 | 1 | -1/+1 | |
* | | | | (Merge 3.2) posixmodule.c: fix function name in argument parsing | Victor Stinner | 2011-06-17 | 1 | -9/+9 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | posixmodule.c: fix function name in argument parsing | Victor Stinner | 2011-06-17 | 1 | -22/+22 | |
* | | | | (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitly | Victor Stinner | 2011-06-17 | 1 | -0/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #10883: test_urllib2net closes socket explicitly | Victor Stinner | 2011-06-17 | 1 | -0/+8 | |
* | | | | (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 3 | -0/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #12133: fix a ResourceWarning in urllib.request | Victor Stinner | 2011-06-17 | 3 | -0/+9 | |
* | | | | Issue #12333: run tests on the new module in a subprocess | Victor Stinner | 2011-06-17 | 1 | -24/+16 | |
* | | | | Issue #12333: close files before removing the directory | Victor Stinner | 2011-06-17 | 1 | -3/+2 | |
* | | | | (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() | Victor Stinner | 2011-06-17 | 1 | -2/+8 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #12310: finalize the old process after _run_after_forkers() | Victor Stinner | 2011-06-17 | 1 | -2/+8 | |
* | | | | Issue #12333: restore the previous dir before removing the current directory | Victor Stinner | 2011-06-17 | 1 | -8/+5 | |
* | | | | merge heads | Benjamin Peterson | 2011-06-16 | 0 | -0/+0 | |
|\ \ \ \ | ||||||
| * \ \ \ | Fix typo. | Raymond Hettinger | 2011-06-16 | 1 | -1/+1 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
* | | | | | merge 3.2 | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | merge heads | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Fix typo. | Raymond Hettinger | 2011-06-16 | 1 | -1/+1 | |
* | | | | | merge 3.2 | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | ||||||
| * | | | update link to pycrypto (closes #12351) | Benjamin Peterson | 2011-06-16 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | 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 | |