summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #11651: Move options for running tests into a Python script.Nadeem Vawda2011-08-011-0/+45
* 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
* | | 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
| |\
| | * 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
* | | Merge with 3.2 Issue #10639: reindent.py should not convert newlines.Jason R. Coombs2011-07-261-3/+12
|\ \ \ | |/ /
| * | Fixes #10639: reindent.py should not convert newlinesJason R. Coombs2011-07-261-3/+12
| |/
* | Issue #12406: Added upates for packaging's .exe files, command_template, and ...Vinay Sajip2011-07-031-1/+6
* | (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commandsVictor Stinner2011-07-011-4/+18
|\ \ | |/
| * libpython.py (gdb) now catchs IOError in py-list and py-bt commandsVictor Stinner2011-07-011-4/+18
* | 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
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-241-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | 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
|\ \ \ \ \ | |/ / / /
| * | | | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-0/+1
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-0/+1
* | | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command byVictor Stinner2011-05-131-1/+40
|\ \ \ \ | |/ / /
| * | | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and addVictor Stinner2011-05-131-1/+40
| | |/ | |/|
* | | Close #12032: Fix scripts/crlf.py for Python 3Victor Stinner2011-05-081-6/+6
|/ /
* | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-1/+1
|\ \ | |/
| * pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-1/+1
* | Merge 3.1Brian Curtin2011-04-131-5/+0
|\ \ | |/
| * Remove inexistent toolsBrian Curtin2011-04-131-12/+0