| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | Improve one test, remove a setuptoolism in another | ?ric Araujo | 2012-02-05 | 2 | -6/+14 | |
| * | | | | | | | | | | | | | | | | | Port OS X --enable-shared fix from packaging (#13901; untested) | ?ric Araujo | 2012-02-05 | 2 | -4/+10 | |
| * | | | | | | | | | | | | | | | | | Update list of trove classifiers | ?ric Araujo | 2011-11-30 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | Typos | ?ric Araujo | 2011-11-30 | 2 | -2/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Remove duplicate script | ?ric Araujo | 2011-11-25 | 2 | -7/+2 | |
| * | | | | | | | | | | | | | | | | Kludge for hashlib | ?ric Araujo | 2011-11-25 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | | | Don?t display skip messages for tests that we?ll never fix | ?ric Araujo | 2011-11-23 | 1 | -6/+7 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Better separate compat and _backport. | ?ric Araujo | 2011-11-23 | 10 | -157/+155 | |
| | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Remove unused names | ?ric Araujo | 2011-11-20 | 4 | -4/+0 | |
| * | | | | | | | | | | | | | | Make test_manifest pass on 2.4 and 2.5 (fixes #11751). | ?ric Araujo | 2011-11-20 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | Remove usage of stdlib shutil. | ?ric Araujo | 2011-11-20 | 16 | -29/+24 | |
| * | | | | | | | | | | | | | | Add tests for tests.support (#12659), thanks to Francisco Mart?n Brugu? | ?ric Araujo | 2011-11-15 | 3 | -0/+87 | |
| * | | | | | | | | | | | | | | Remove 'verbose' arguments, obsoleted by logging | ?ric Araujo | 2011-11-15 | 12 | -50/+38 | |
| * | | | | | | | | | | | | | | Add tests to check initial contents of d2.database caches | ?ric Araujo | 2011-11-15 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | Update test setup.cfg (followup to e39d1b6f0856) | ?ric Araujo | 2011-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Move copies of stdlib test code from tests.__init__ to runtests. | ?ric Araujo | 2011-11-15 | 5 | -150/+145 | |
| | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | The error message should contain the key as given, not normalized. | ?ric Araujo | 2011-11-14 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | Replace nick with full name | ?ric Araujo | 2011-11-14 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Fix module name | ?ric Araujo | 2011-11-12 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Use more usual name for one option of install_distinfo | ?ric Araujo | 2011-11-12 | 4 | -21/+20 | |
| * | | | | | | | | | | | | Add missing entry | ?ric Araujo | 2011-11-12 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Clean up mocking of stdout and stdin in tests. | ?ric Araujo | 2011-11-12 | 9 | -116/+64 | |
| * | | | | | | | | | | | | Undo potentially confusing name change. | ?ric Araujo | 2011-11-12 | 9 | -20/+21 | |
| * | | | | | | | | | | | | Make sure tests that register custom commands also clear them | ?ric Araujo | 2011-11-12 | 3 | -26/+39 | |
| * | | | | | | | | | | | | Minor assorted cleanups. | ?ric Araujo | 2011-11-12 | 8 | -48/+39 | |
| * | | | | | | | | | | | | Code simplification | ?ric Araujo | 2011-11-12 | 1 | -4/+2 | |
| * | | | | | | | | | | | | Super considered super. | ?ric Araujo | 2011-11-12 | 8 | -31/+29 | |
| * | | | | | | | | | | | | Change signature of tests.support.LoggingCatcher.get_logs. | ?ric Araujo | 2011-11-12 | 11 | -77/+72 | |
| * | | | | | | | | | | | | Improve byte-compilation to be independent of -O or -B. | ?ric Araujo | 2011-11-12 | 12 | -204/+183 | |
| * | | | | | | | | | | | | Bring back callable. | ?ric Araujo | 2011-11-12 | 2 | -6/+5 | |
| * | | | | | | | | | | | | Update test to account for recent Python bugfix. | ?ric Araujo | 2011-11-12 | 1 | -1/+5 | |
| * | | | | | | | | | | | | Clean up some idioms in tests. | ?ric Araujo | 2011-11-12 | 11 | -44/+32 | |
| * | | | | | | | | | | | | Increase test coverage for manifest (#11751). | ?ric Araujo | 2011-11-11 | 4 | -8/+199 | |
| * | | | | | | | | | | | | Expand tests and fix bugs in util.resolve_name. | ?ric Araujo | 2011-11-11 | 2 | -35/+60 | |
| * | | | | | | | | | | | | Avoid matching '' or 'yn' when asking for 'y' or 'n' in interactive code | ?ric Araujo | 2011-11-11 | 2 | -2/+2 | |
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | More information about the Python 3 port. | ?ric Araujo | 2011-11-11 | 1 | -9/+11 | |
| * | | | | | | | | | | | Fix writing of the RESOURCES file (#12386). | ?ric Araujo | 2011-11-11 | 3 | -5/+72 | |
| * | | | | | | | | | | | Credit David Barnett for his help | ?ric Araujo | 2011-11-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | Fix import in install_data (#13170). Thanks to David Barnett. | ?ric Araujo | 2011-11-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | Avoid diverging from upstream in backports | ?ric Araujo | 2011-11-11 | 1 | -6/+1 | |
| * | | | | | | | | | | | pyflakes is more important than pep8, run it first | ?ric Araujo | 2011-11-11 | 1 | -1/+3 | |
| * | | | | | | | | | | | Propagate error code from Python | ?ric Araujo | 2011-11-11 | 1 | -5/+5 | |
| * | | | | | | | | | | | Update and expand README | ?ric Araujo | 2011-11-11 | 1 | -17/+36 | |
| * | | | | | | | | | | | Update developers notes | ?ric Araujo | 2011-11-11 | 1 | -3/+20 | |
| * | | | | | | | | | | | Fill in missing entries for last year | ?ric Araujo | 2011-11-11 | 2 | -22/+185 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Fix missing imports in generated setup scripts (#13205). | ?ric Araujo | 2011-10-21 | 3 | -15/+70 | |
| * | | | | | | | | | | Remove one overlooked with statement | ?ric Araujo | 2011-10-19 | 1 | -2/+8 | |
| * | | | | | | | | | | Update short description of Distutils2 | ?ric Araujo | 2011-10-19 | 1 | -1/+1 | |
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Kludge around shlex not supporting unicode in 2.x (#13170). | ?ric Araujo | 2011-10-19 | 1 | -2/+4 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | Synchronize config with packaging (fixes #13170) | ?ric Araujo | 2011-10-18 | 1 | -2/+1 | |
| | |_|_|_|_|_|/ |/| | | | | | | ||||||
