summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Add tests for Unicode handling in check and register (#13114).?ric Araujo2011-10-113-2/+39
* | Synchronize test_configure?ric Araujo2011-10-081-1/+7
* | Make C code in one test comply with ISO C (#10359).?ric Araujo2011-10-071-2/+2
* | Fix return code of ?pysetup run COMMAND? (closes #12222)?ric Araujo2011-10-062-16/+19
* | Minor: improve one test name, address pyflakes warnings?ric Araujo2011-10-061-6/+4
* | Add test that was promised in a comment but not actually written?ric Araujo2011-10-061-2/+7
* | Fix incorrect test.?ric Araujo2011-10-061-2/+3
* | Change one name in test_uninstall to avoid confusion.?ric Araujo2011-10-061-12/+12
* | Cosmetic fixes for whitespace and a regex.?ric Araujo2011-10-052-5/+5
* | Add tests for comparing candidate and final versions (#11841).?ric Araujo2011-10-051-0/+12
* | Update developers? notes?ric Araujo2011-09-241-6/+8
* | Remove fake_dists duplicates in _backport/tests.?ric Araujo2011-09-2438-124/+0
* | Adapt skip message?ric Araujo2011-09-241-2/+1
* | Remove inline comment that is not supported by configparser in 3.3.?ric Araujo2011-09-241-1/+1
* | Always use backported tarfile?ric Araujo2011-09-242-3/+2
* | Remove unused name?ric Araujo2011-09-231-1/+1
* | Remove docstring with factual errors?ric Araujo2011-09-231-5/+0
* | Fix HAS_USER_SITE in install command too?ric Araujo2011-09-221-2/+5
* | Improve tests.sh.?ric Araujo2011-09-211-51/+17
* | Fix name and attribute errors?ric Araujo2011-09-213-4/+4
* | pep8 compat.py?ric Araujo2011-09-211-1/+5
* | Remove two unneeded attributes?ric Araujo2011-09-212-6/+3
* | Squash last remaining tempdir leak in tests?ric Araujo2011-09-191-0/+2
* | A few changes to match packaging?ric Araujo2011-09-193-4/+4