summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Fix gdb/libpython.py for not ready Unicode stringsVictor Stinner2011-11-041-5/+0
* #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-2/+100
* Fix a missing encoding argument when opening a text file in some of iobench's...Antoine Pitrou2011-10-081-1/+1
|\
| * Fix a missing encoding argument when opening a text file in some of iobench's...Antoine Pitrou2011-10-081-1/+1
* | Fix test_gdb following the small unicode struct change in c25262e97304 (issue...Antoine Pitrou2011-10-081-1/+1
* | #13054: fix usage of sys.maxunicode after PEP-393.Ezio Melotti2011-10-042-1/+2
* | PyUnicode_Ready() now sets ascii=1 if maxchar < 128Victor Stinner2011-10-031-2/+3
* | Backout of changeset 228fd2bd83a5 by Nadeem Vawda in branch 'default':Antoine Pitrou2011-10-011-1/+1
* | Fix ResourceWarnings in makeunicodedata.py.Ezio Melotti2011-09-301-81/+88
* | Update for PEP 393.Martin v. Löwis2011-09-281-12/+25
* | Implement PEP 393.Martin v. Löwis2011-09-281-3/+24
* | 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
* | 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
* | 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
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |