summaryrefslogtreecommitdiff
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* #14508: make gprof2html script runnable under python3R David Murray2012-04-111-5/+7
|\
| * #14508: make gprof2html script runnable under python3R David Murray2012-04-111-5/+7
| * Merge 3.2.3 release clone.Georg Brandl2012-04-111-0/+1
| |\
| | * Add 3.2.3rc2 uuid.Martin v. Löwis2012-03-181-0/+1
* | | Update description of benchmarks and mention the benchmarks repoAntoine Pitrou2012-04-091-4/+7
* | | Fix whitespaceAntoine Pitrou2012-04-091-1/+0
* | | Issue #13165: stringbench is now available in the Tools/stringbench folder.Antoine Pitrou2012-04-093-0/+1554
* | | Merge #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-051-5/+5
|\ \ \ | |/ /
| * | #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-051-5/+5
* | | Merge #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-046-84/+89
|\ \ \ | |/ /
| * | #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-046-84/+89
* | | Add _decimal and _testbuffer modules.Martin v. Löwis2012-04-011-1/+3
* | | Closes #14421: use with statement to properly close socket in bandwidth test.Georg Brandl2012-03-271-59/+59
* | | merge 3.2Matthias Klose2012-03-141-2/+2
|\ \ \ | |/ /
| * | Package mime.typesMartin v. Löwis2012-02-251-0/+1
| |/
* | Modify patchcheck.py to check for changes to configure.in.Ross Lagerwall2012-03-111-0/+19
* | Remove uuids, as they are now computed.Martin v. Löwis2012-03-061-38/+0
* | Use hg manifest to compute list of library files to include.Martin v. Löwis2012-03-061-126/+39
* | Generate product code UUID from download URL.Martin v. Löwis2012-03-041-8/+11
* | Merge: #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+12
|\ \ | |/
| * Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+12
* | enable hash randomization by defaultBenjamin Peterson2012-02-211-1/+0
* | Issue #12406: Update list of files.Martin v. Löwis2012-02-211-7/+43
* | Issue #12406: prevent case where shortened name could conflict with short name.Martin v. Löwis2012-02-211-8/+10
* | merge 2.6Martin v. Löwis2012-02-211-2/+2
|\ \ | |/
| * Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-211-2/+2
* | merge 3.2Martin v. Löwis2012-02-211-1/+1
|\ \ | |/
| * Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-211-1/+1
* | update to Unicode 6.1Benjamin Peterson2012-02-201-4/+5
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-211-0/+1
|\ \ | |/
* | delta encoding of upper/lower/title makes a glorious return (#12736)Benjamin Peterson2012-01-151-0/+7
* | add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-15/+35
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-32/+69
* | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames inVictor Stinner2011-12-191-13/+32
|\ \ | |/
| * Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-13/+32
* | iobench.py: add more info in the headerVictor Stinner2011-12-181-4/+15
* | Fix test_gdb failureAntoine Pitrou2011-12-121-1/+0
* | Issue #13575: there is only one class type.Florent Xicluna2011-12-121-41/+3
* | libpython.py: defer call to gdb.lookup_type('PyUnicodeObject')Victor Stinner2011-12-081-1/+6
* | Issue #6715: Add module for compression using the LZMA algorithm.Nadeem Vawda2011-11-301-0/+5
* | Oops, really fix gdb/libpython.py for not ready Unicode stringsVictor Stinner2011-11-041-1/+2
* | 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