| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove packaging from the standard library. | Éric Araujo | 2012-06-24 | 1 | -400/+0 |
|
|
* | Fix code I unwittingly broke in b0e2d6592a1f (#14038) | Éric Araujo | 2012-02-17 | 1 | -1/+1 |
|
|
* | Synchronize packaging.tests.support with distutils2 | Éric Araujo | 2012-02-09 | 1 | -19/+22 |
|
|
* | Issue #13901: Prevent test_packaging failures on OS X with --enable-shared. | Ned Deily | 2012-02-03 | 1 | -3/+8 |
|
|
* | Clean up mocking of stdout and stdin in packaging tests. | Éric Araujo | 2011-11-06 | 1 | -1/+17 |
|
|
* | Undo potentially confusing name change in packaging. | Éric Araujo | 2011-11-06 | 1 | -1/+1 |
|
|
* | Make sure packaging tests that register custom commands also clear them | Éric Araujo | 2011-11-06 | 1 | -1/+14 |
|
|
* | Improve byte-compilation in packaging to be independent of -O or -B. | Éric Araujo | 2011-11-03 | 1 | -1/+5 |
|
|
* | Change signature of packaging.tests.support.LoggingCatcher.get_logs. | Éric Araujo | 2011-10-19 | 1 | -19/+20 |
|
|
* | Cleanup in packaging: super considered super | Éric Araujo | 2011-10-14 | 1 | -1/+1 |
|
|
* | Minor: tweak docstrings and __all__ in packaging.tests.support | Éric Araujo | 2011-09-01 | 1 | -13/+27 |
|
|
* | Fix test_packaging on Windows (#12678). | Éric Araujo | 2011-08-24 | 1 | -2/+2 |
|
|
* | Try to fix packaging tests using build_ext on Windows (#12678) | Éric Araujo | 2011-08-23 | 1 | -11/+18 |
|
|
* | Factor out the build_ext fixup for shared Python builds. | Éric Araujo | 2011-08-21 | 1 | -1/+27 |
|
|
* | Refactor the copying of xxmodule.c in packaging tests (#12141). | Éric Araujo | 2011-08-20 | 1 | -1/+34 |
|
|
* | Silence 2to3 warnings in packaging tests | Éric Araujo | 2011-07-15 | 1 | -4/+8 |
|
|
* | Issue #12333: close files before removing the directory | Victor Stinner | 2011-06-17 | 1 | -3/+2 |
|
|
* | Issue #12333: restore the previous dir before removing the current directory | Victor Stinner | 2011-06-17 | 1 | -8/+5 |
|
|
* | Document autoflushing in packaging.test.support.LoggingCatcher.get_logs. | Éric Araujo | 2011-06-03 | 1 | -1/+4 |
|
|
* | Make packaging.tests.support.LoggingCatcher.get_logs flush the log handler. | Éric Araujo | 2011-06-02 | 1 | -7/+13 |
|
|
* | Issue #12180: Fixed a few remaining errors in test_packaging when no threading. | Tarek Ziade | 2011-05-25 | 1 | -0/+9 |
|
|
* | Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the | Victor Stinner | 2011-05-24 | 1 | -1/+2 |
|
|
* | fixed a few mocking/cleanup issues in packaging test_util for win32 | Tarek Ziade | 2011-05-21 | 1 | -10/+12 |
|
|
* | Skip tests that require zlib in the packaging tests. Also add a requires_zli... | Ezio Melotti | 2011-05-19 | 1 | -1/+2 |
|
|
* | Issue #12112: packaging reads and writes setup.cfg using UTF-8 | Victor Stinner | 2011-05-19 | 1 | -2/+2 |
|
|
* | packaging: use with open() instead of try/finally: close | Victor Stinner | 2011-05-19 | 1 | -4/+1 |
|
|
* | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+259 |
|
|