summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 3.2Martin v. Löwis2011-09-041-0/+5
|\
| * Add 3.2.2 and 3.2.3 UUIDs.Martin v. Löwis2011-09-041-0/+5
| |
* | Issue #12804: Prevent "make test" from using network resources.Nadeem Vawda2011-08-211-1/+1
| |
* | Use -n for tests under WindowsAntoine Pitrou2011-08-161-0/+2
| |
* | Merge 3.2Éric Araujo2011-08-121-6/+6
|\ \ | |/
| * Update crlf and lfcr scripts for 3.x bytes semantics (#12032).Éric Araujo2011-08-122-12/+12
| | | | | | | | | | Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested.
* | Merge 3.2Éric Araujo2011-08-121-2/+3
|\ \ | |/
| * patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-121-2/+3
| | | | | | | | | | | | The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO.
* | Corrected attribute docstring per pep-257 (reference #10639)Jason R. Coombs2011-08-021-1/+1
| |
* | Clean up description of Tools/scripts/run_tests.py.Nadeem Vawda2011-08-022-5/+6
| | | | | | | | Also, add an entry for the script in Tools/scripts/README.
* | Issue #11651: Move options for running tests into a Python script.Nadeem Vawda2011-08-011-0/+45
| | | | | | | | | | | | This will be particularly useful to Windows users. run_tests.py originally written by Brett Cannon.
* | Small cleanupÉric Araujo2011-07-311-9/+4
| |
* | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-7/+13
|\ \ | |/
| * Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
| |
* | Merge fix for reindent.pyJason R. Coombs2011-07-291-2/+2
|\ \
| * | Issue #10639: spec_newline wasn't defined globally unless main() was called; ↵Jason R. Coombs2011-07-291-2/+2
| | | | | | | | | | | | now spec_newline is set at module import/execution
* | | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-2915-9/+22
|\ \ \ | |/ / |/| / | |/
| * Branch merge.Éric Araujo2011-07-2615-9/+22
| |\ | | | | | | | | | I moved the NEWS entry for the reindent fix to the right release section.
| | * Fix missing or wrong shebangs and missing executable bits for scripts (#10318)Éric Araujo2011-07-2615-1/+6
| | |
| | * Fix string exception and a few style issues in mailerdaemon scriptÉric Araujo2011-07-261-8/+16
| | |
* | | Issue #10639: reindent.py tool now accepts a --newline option to specify the ↵Jason R. Coombs2011-07-261-4/+12
| | | | | | | | | | | | newline to be used in the output of converted files.
* | | Merge with 3.2 Issue #10639: reindent.py should not convert newlines.Jason R. Coombs2011-07-261-3/+12
|\ \ \ | |/ / | | | | | | reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
| * | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-3/+12
| |/ | | | | | | reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
* | Issue #12406: Added upates for packaging's .exe files, command_template, and ↵Vinay Sajip2011-07-031-1/+6
| | | | | | | | sysconfig.cfg.
* | (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commandsVictor Stinner2011-07-011-4/+18
|\ \ | |/ | | | | | | py-list displays the error. py-bt ignores the error (the filename and line number is already displayed).
| * libpython.py (gdb) now catchs IOError in py-list and py-bt commandsVictor Stinner2011-07-011-4/+18
| | | | | | | | | | py-list displays the error. py-bt ignores the error (the filename and line number is already displayed).
* | general cleaning upBenjamin Peterson2011-06-271-11/+3
| |
* | remove svn supportBenjamin Peterson2011-06-271-3/+0
| |
* | #11781: update windows build script to account for move of email testsR David Murray2011-06-181-2/+2
| |
* | Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)Éric Araujo2011-06-061-2/+0
| |
* | Drop old UUIDs.Martin v. Löwis2011-06-051-60/+0
| |
* | merge:Do not add txt files twiceMartin v. Löwis2011-06-051-2/+0
|\ \ | |/
| * merge:Do not add txt files twiceMartin v. Löwis2011-06-051-2/+0
| |\
| | * Do not add txt files twice.Martin v. Löwis2011-06-051-2/+0
| | |
* | | remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-06-011-1/+0
| | |
* | | Branch mergeÉric Araujo2011-05-262-3/+3
|\ \ \
| * \ \ Branch mergeÉric Araujo2011-05-252-3/+3
| |\ \ \
| | * | | Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34)Éric Araujo2011-05-052-3/+3
| | | | |
* | | | | (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-241-0/+2
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | Tools/msi/msi.py
| * | | (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-241-0/+2
| |\ \ \ | | | |/ | | |/| | | | | Tools/msi/msi.py
| | * | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-241-0/+2
| | | |
* | | | mergedMartin v. Löwis2011-05-231-0/+1
|\ \ \ \ | |/ / /
| * | | Add 3.2.1rc2 uuid.Martin v. Löwis2011-05-231-0/+1
| |\ \ \
| | * | | Add 3.2.1rc2 uuid.Martin v. Loewis2011-05-221-0/+1
| | | | |
* | | | | Merge 3.2.1rc1 release changes to default.Georg Brandl2011-05-211-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-211-0/+2
| |\ \ \ \ | | |/ / /
| | * | | Add 3.2.1 UUIDsMartin v. Löwis2011-05-161-0/+2
| | | | |
* | | | | initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+4
| | | | |
* | | | | (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-0/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | by Andreas Stührk.
| * | | | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-0/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / by Andreas Stührk.