Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 2 | -0/+1395 |
| | | | | allowing to use advanced gdb features when debugging Python. | ||||
* | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according ↵ | Florent Xicluna | 2010-03-30 | 1 | -6/+38 |
| | | | | to Unicode Standard Annex #14. | ||||
* | Issue #8024: Update the Unicode database to 5.2 | Florent Xicluna | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Integrate merge.py into msi.py. | Martin v. Löwis | 2010-03-16 | 2 | -87/+79 |
| | |||||
* | Remove py3k deprecation warnings from these Unicode tools. | Florent Xicluna | 2010-03-15 | 3 | -42/+27 |
| | |||||
* | Issue #6716: Quote -x arguments of compileall in MSI installer. | Martin v. Löwis | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | Issue #7993: Add a test of IO packet processing bandwidth to ccbench. | Antoine Pitrou | 2010-03-13 | 1 | -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öwis | 2010-03-13 | 1 | -0/+8 |
| | |||||
* | Move the xml test data to their own directory. | Florent Xicluna | 2010-03-13 | 1 | -2/+3 |
| | |||||
* | normalize shebang lines to #!/usr/bin/env python | Benjamin Peterson | 2010-03-11 | 3 | -3/+3 |
| | |||||
* | set svn:eol-style on various files | Benjamin Peterson | 2010-03-08 | 2 | -145/+145 |
| | |||||
* | remove svn:executable from scripts without a shebang line | Benjamin Peterson | 2010-03-08 | 1 | -0/+0 |
| | |||||
* | Add some notes about Tools/scripts/serve.py. | Dirkjan Ochtman | 2010-02-24 | 2 | -0/+7 |
| | |||||
* | Issue #8004: add a serve target to the Doc Makefile. | Dirkjan Ochtman | 2010-02-24 | 1 | -0/+25 |
| | |||||
* | Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. | Andrew M. Kuchling | 2010-02-22 | 30 | -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 directory | Antoine Pitrou | 2010-01-18 | 1 | -0/+462 |
| | |||||
* | Add iobench to the Tools directory (see December python-dev discussion) | Antoine Pitrou | 2010-01-18 | 1 | -0/+539 |
| | |||||
* | Issue #7092: Fix the DeprecationWarnings emitted by the standard library | Antoine Pitrou | 2010-01-04 | 1 | -3/+9 |
| | | | | when using the -3 flag. Patch by Florent Xicluna. | ||||
* | Update Windows build to sqlite 3.6.21. | Martin v. Löwis | 2010-01-02 | 1 | -3/+3 |
| | |||||
* | Switch to OpenSSL 0.9.8l. | Martin v. Löwis | 2009-12-21 | 1 | -2/+2 |
| | |||||
* | Add UUIDs for 2.7. Drop UUIDs for 2.4. | Martin v. Löwis | 2009-12-06 | 1 | -17/+9 |
| | |||||
* | Fix typo. | Martin v. Löwis | 2009-11-26 | 1 | -1/+1 |
| | |||||
* | #7112: Fix compilation warning in unicodetype_db.h | Amaury Forgeot d'Arc | 2009-10-13 | 1 | -0/+5 |
| | | | | makeunicodedata now generates double literals | ||||
* | Add find_recursionlimit.py to README. | Georg Brandl | 2009-10-11 | 1 | -5/+6 |
| | |||||
* | Move find_recursionlimit.py to Tools/scripts; it is out of place in Misc. | Georg Brandl | 2009-10-11 | 1 | -0/+117 |
| | |||||
* | http://bugs.python.org/issue7029 | Kristján Valur Jónsson | 2009-10-09 | 1 | -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'Arc | 2009-10-06 | 1 | -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 Brandl | 2009-09-17 | 1 | -2/+2 |
| | |||||
* | #1616979: Add the cp720 (Arabic DOS) encoding. | Amaury Forgeot d'Arc | 2009-07-13 | 2 | -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öwis | 2009-06-28 | 1 | -4/+4 |
| | |||||
* | Issue 5390: Add uninstall icon independent of whether file | Martin v. Löwis | 2009-06-28 | 1 | -1/+1 |
| | | | | extensions are installed. | ||||
* | handle different rc format | Benjamin Peterson | 2009-06-13 | 1 | -1/+4 |
| | |||||
* | Issue #6158: package Sine-1000Hz-300ms.aif. | Martin v. Löwis | 2009-06-01 | 1 | -0/+1 |
| | |||||
* | #6078: _warnings is a builtin module and has no standard init_warnings function. | Georg Brandl | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | Issue #5721: don't package Lib/test/README anymore. | Martin v. Löwis | 2009-05-05 | 1 | -1/+0 |
| | |||||
* | Issue #5847: Remove -n switch on "Edit with IDLE" menu item. | Martin v. Löwis | 2009-05-05 | 1 | -2/+2 |
| | |||||
* | Issue #1734234: Massively speedup `unicodedata.normalize()` when the | Antoine Pitrou | 2009-04-27 | 1 | -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 in | Walter Dörwald | 2009-04-25 | 1 | -22/+21 |
| | | | | | makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00'). | ||||
* | Issue #5470: Package zipdir.zip. | Martin v. Löwis | 2009-04-04 | 1 | -0/+1 |
| | |||||
* | Add a script to fixup rst files if the pre-commit hook rejects them. | Georg Brandl | 2009-03-28 | 1 | -0/+29 |
| | |||||
* | Tools/scripts/analyze_dxp.py, a module with some helper functions to | Jeffrey Yasskin | 2009-02-24 | 2 | -0/+130 |
| | | | | analyze the output of sys.getdxp(). | ||||
* | Issue #5341: Fix a variety of spelling errors. | Mark Dickinson | 2009-02-21 | 1 | -1/+1 |
| | |||||
* | Add optional code signing after merging. | Martin v. Löwis | 2009-02-13 | 1 | -0/+6 |
| | |||||
* | rewrite verbose conditionals | Benjamin Peterson | 2009-01-10 | 1 | -2/+2 |
| | |||||
* | Issue #4677: add two list comprehension tests to pybench. | Antoine Pitrou | 2008-12-27 | 1 | -0/+55 |
| | |||||
* | #4700: crtlicense.txt is displayed by the license() command and should be ↵ | Amaury Forgeot d'Arc | 2008-12-19 | 1 | -1/+1 |
| | | | | | | kept ascii-only. Will port to 3.0 | ||||
* | Consider micro version for name of CHM file. | Martin v. Löwis | 2008-12-08 | 1 | -0/+2 |
| | |||||
* | Add UUIDs for 2.6.1 and 2.6.2. | Martin v. Löwis | 2008-12-08 | 1 | -0/+3 |
| | |||||
* | Issue #4389: Add icon to the uninstall entry in | Martin v. Löwis | 2008-11-30 | 1 | -1/+4 |
| | | | | "add-and-remove-programs". | ||||
* | SVN format 9 is the same it seems | Benjamin Peterson | 2008-11-28 | 1 | -3/+3 |
| |