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