summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* Display installer warning that Windows 2000 won'tMartin v. Löwis2010-06-041-3/+3
| | | | be supported in future releases.
* Issue #5464: Implement plural forms in msgfmt.py.Martin v. Löwis2010-06-041-2/+25
|
* Make the ctl-C shutdown of serve.py prettier.R. David Murray2010-05-281-2/+5
|
* libpython.py: fix support of non-BMP unicode charactersVictor Stinner2010-05-201-0/+28
| | | | | | | | Forward port some code from Python3: * join surrogate pairs if sizeof(Py_UNICODE)==2 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of unichr(0x1D121)
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-56/+56
|
* Have the serve.py script announce the directory it isR. David Murray2010-05-061-0/+1
| | | | | serving and which port it is serving it on (I can never remember the default port number it uses...)
* In a number of places code still reversRonald Oussoren2010-05-052-8/+0
| | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk.
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-15/+15
|
* Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-171-3/+18
|
* Issue #8374: Update the internal alias table in the :mod:`locale` moduleAntoine Pitrou2010-04-111-1/+1
| | | | to cover recent locale changes and additions.
* Issue #8032: For gdb7, a python-gdb.py file is added to the build,Martin v. Löwis2010-04-012-0/+1395
| | | | allowing to use advanced gdb features when debugging Python.
* #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according ↵Florent Xicluna2010-03-301-6/+38
| | | | to Unicode Standard Annex #14.
* Issue #8024: Update the Unicode database to 5.2Florent Xicluna2010-03-181-1/+1
|
* Integrate merge.py into msi.py.Martin v. Löwis2010-03-162-87/+79
|
* Remove py3k deprecation warnings from these Unicode tools.Florent Xicluna2010-03-153-42/+27
|
* Issue #6716: Quote -x arguments of compileall in MSI installer.Martin v. Löwis2010-03-151-1/+1
|
* Issue #7993: Add a test of IO packet processing bandwidth to ccbench.Antoine Pitrou2010-03-131-3/+150
| | | | | It measures the number of UDP packets processed per second depending on the number of background CPU-bound Python threads.
* Add 2.6 uuids.Martin v. Löwis2010-03-131-0/+8
|
* Move the xml test data to their own directory.Florent Xicluna2010-03-131-2/+3
|
* normalize shebang lines to #!/usr/bin/env pythonBenjamin Peterson2010-03-113-3/+3
|
* set svn:eol-style on various filesBenjamin Peterson2010-03-082-145/+145
|
* remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-081-0/+0
|
* Add some notes about Tools/scripts/serve.py.Dirkjan Ochtman2010-02-242-0/+7
|
* Issue #8004: add a serve target to the Doc Makefile.Dirkjan Ochtman2010-02-241-0/+25
|
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-2230-1450/+0
| | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
* Add ccbench to the Tools directoryAntoine Pitrou2010-01-181-0/+462
|
* Add iobench to the Tools directory (see December python-dev discussion)Antoine Pitrou2010-01-181-0/+539
|
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-3/+9
| | | | when using the -3 flag. Patch by Florent Xicluna.
* Update Windows build to sqlite 3.6.21.Martin v. Löwis2010-01-021-3/+3
|
* Switch to OpenSSL 0.9.8l.Martin v. Löwis2009-12-211-2/+2
|
* Add UUIDs for 2.7. Drop UUIDs for 2.4.Martin v. Löwis2009-12-061-17/+9
|
* Fix typo.Martin v. Löwis2009-11-261-1/+1
|
* #7112: Fix compilation warning in unicodetype_db.hAmaury Forgeot d'Arc2009-10-131-0/+5
| | | | makeunicodedata now generates double literals
* Add find_recursionlimit.py to README.Georg Brandl2009-10-111-5/+6
|
* Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc.Georg Brandl2009-10-111-0/+117
|
* http://bugs.python.org/issue7029Kristján Valur Jónsson2009-10-091-1/+1
| | | | a non-default timer wasn't actually used by the individual Tests.
* #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric,Amaury Forgeot d'Arc2009-10-061-8/+123
| | | | | | _PyUnicode_IsLinebreak and _PyUnicode_IsWhitespace. It now also parses the Unihan.txt for numeric values.
* #6912: add "with" block support to pindent.Georg Brandl2009-09-171-2/+2
|
* #1616979: Add the cp720 (Arabic DOS) encoding.Amaury Forgeot d'Arc2009-07-132-0/+68
| | | | | Since there is no official mapping file from unicode.org, the codec file is generated on Windows with the new genwincodec.py script.
* Fix types in logic to compute help file name.Martin v. Löwis2009-06-281-4/+4
|
* Issue 5390: Add uninstall icon independent of whether fileMartin v. Löwis2009-06-281-1/+1
| | | | extensions are installed.
* handle different rc formatBenjamin Peterson2009-06-131-1/+4
|
* Issue #6158: package Sine-1000Hz-300ms.aif.Martin v. Löwis2009-06-011-0/+1
|
* #6078: _warnings is a builtin module and has no standard init_warnings function.Georg Brandl2009-05-221-1/+1
|
* Issue #5721: don't package Lib/test/README anymore.Martin v. Löwis2009-05-051-1/+0
|
* Issue #5847: Remove -n switch on "Edit with IDLE" menu item.Martin v. Löwis2009-05-051-2/+2
|
* Issue #1734234: Massively speedup `unicodedata.normalize()` when theAntoine Pitrou2009-04-271-5/+32
| | | | | string is already in normalized form, by performing a quick check beforehand. Original patch by Rauli Ruohonen.
* Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic inWalter Dörwald2009-04-251-22/+21
| | | | | makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00').
* Issue #5470: Package zipdir.zip.Martin v. Löwis2009-04-041-0/+1
|
* Add a script to fixup rst files if the pre-commit hook rejects them.Georg Brandl2009-03-281-0/+29
|