| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Merged revisions 73600 via svnmerge from | Martin v. Löwis | 2009-06-28 | 1 | -1/+1 |
|
|
| * | Merged revisions 73590 via svnmerge from | Martin v. Löwis | 2009-06-27 | 1 | -0/+4 |
|
|
* | | Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. | Antoine Pitrou | 2011-03-11 | 1 | -1/+4 |
|
|
* | | Add updated .hgeol file and fix newlines in the 3.2 branch. | Georg Brandl | 2011-03-05 | 11 | -147/+147 |
|
|
* | | Issue #11135: Remove redundant doc field from PyType_Spec. | Martin v. Löwis | 2011-02-11 | 1 | -2/+1 |
|
|
* | | Add uuid for 3.2rc3. | Martin v. Löwis | 2011-02-11 | 1 | -0/+1 |
|
|
* | | Issue #10987: Fix the recursion limit handling in the _pickle module. | Antoine Pitrou | 2011-01-23 | 1 | -2/+3 |
|
|
* | | Package zip_cp437_header.zip. | Martin v. Löwis | 2011-01-15 | 1 | -2/+1 |
|
|
* | | Avoid ResourceWarnings in ccbench | Antoine Pitrou | 2011-01-15 | 1 | -12/+13 |
|
|
* | | Update description of Tools/unicode | Michael Foord | 2011-01-03 | 1 | -2/+3 |
|
|
* | | Enable unittest.TestCase to be instantiated without providing a method name. | Michael Foord | 2011-01-03 | 1 | -2/+4 |
|
|
* | | Issue 10502: addition of unittestgui to Tools/ | Michael Foord | 2011-01-03 | 3 | -2/+498 |
|
|
* | | Update README, remove empty directory. | Georg Brandl | 2010-12-30 | 1 | -2/+4 |
|
|
* | | Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a R... | Georg Brandl | 2010-12-30 | 15 | -151/+196 |
|
|
* | | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo... | Georg Brandl | 2010-12-30 | 19 | -0/+2560 |
|
|
* | | Fix NameErrors. | Georg Brandl | 2010-12-30 | 1 | -3/+4 |
|
|
* | | Clean up tools: remove "world" and "framer", move single SSL script to scripts/. | Georg Brandl | 2010-12-30 | 15 | -1559/+0 |
|
|
* | | Remove some of the old demos. (Put a few somewhere else.) | Georg Brandl | 2010-12-30 | 3 | -0/+880 |
|
|
* | | Upgrade to sqlite3 3.7.4. | Martin v. Löwis | 2010-12-17 | 1 | -4/+4 |
|
|
* | | Upgrade Tcl/Tk to 8.5.9. | Martin v. Löwis | 2010-12-17 | 3 | -13/+13 |
|
|
* | | Turn on regrtest -W (rerun immediately) option for Windows, too. | R. David Murray | 2010-12-14 | 1 | -1/+1 |
|
|
* | | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from | Gregory P. Smith | 2010-12-13 | 1 | -0/+2 |
|
|
* | | Automate build for python3.dll. | Martin v. Löwis | 2010-12-05 | 1 | -0/+6 |
|
|
* | | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -0/+200 |
|
|
* | | Issue #9598: untabify.py will now respect encoding cookie in the files it pro... | Alexander Belopolsky | 2010-11-30 | 1 | -3/+4 |
|
|
* | | Issue #10552: Partially fixed a sort error in Tools/unicode/gencodec.py | Alexander Belopolsky | 2010-11-30 | 1 | -7/+10 |
|
|
* | | Issue #10459: Update CJK character names to Unicode 6.0. | Martin v. Löwis | 2010-11-22 | 1 | -2/+19 |
|
|
* | | Fix resource warning from patchcheck.py | Éric Araujo | 2010-11-22 | 1 | -6/+9 |
|
|
* | | Add UUID for 3.2a4 | Martin v. Löwis | 2010-11-12 | 1 | -0/+1 |
|
|
* | | Remove traces of setuptools (#10341) | Éric Araujo | 2010-11-06 | 1 | -3/+0 |
|
|
* | | Fix bytes/str issues in get-remote-certificate.py. | Georg Brandl | 2010-10-28 | 1 | -7/+11 |
|
|
* | | Fix import. | Georg Brandl | 2010-10-26 | 1 | -2/+2 |
|
|
* | | #1203650: allow larger list of files in windows makefile for freeze. | Georg Brandl | 2010-10-21 | 1 | -5/+7 |
|
|
* | | #3077: fix h2py substitution of character literals. | Georg Brandl | 2010-10-21 | 1 | -1/+1 |
|
|
* | | Fix missing import. | Georg Brandl | 2010-10-21 | 1 | -2/+1 |
|
|
* | | #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C fil... | Georg Brandl | 2010-10-21 | 3 | -33/+68 |
|
|
* | | Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps | Senthil Kumaran | 2010-10-19 | 1 | -3/+18 |
|
|
* | | Issue #10117: Tools/scripts/reindent.py now accepts source files that | Alexander Belopolsky | 2010-10-18 | 1 | -2/+4 |
|
|
* | | libpython: implementation of os.fsencode() with surrogateescape error handler | Victor Stinner | 2010-10-17 | 1 | -2/+20 |
|
|
* | | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 2 | -3/+1 |
|
|
* | | Mention 2to3. | Georg Brandl | 2010-10-14 | 1 | -2/+3 |
|
|
* | | Upgrade to Unicode 6.0.0. | Martin v. Löwis | 2010-10-11 | 1 | -58/+77 |
|
|
* | | Reverted to r70917. | Hirokazu Yamamoto | 2010-09-28 | 1 | -2/+1 |
|
|
* | | Changed order to see other test results. (Also temporary commit) | Hirokazu Yamamoto | 2010-09-28 | 1 | -1/+1 |
|
|
* | | Run test_ttk_guionly in verbose mode. (This commit is temporary) | Hirokazu Yamamoto | 2010-09-28 | 1 | -1/+2 |
|
|
* | | Revert previous commit. | Hirokazu Yamamoto | 2010-09-20 | 1 | -16/+1 |
|
|
* | | Windows7 buildbot debug trial. (Probably impossible) | Hirokazu Yamamoto | 2010-09-20 | 1 | -1/+16 |
|
|
* | | #9210: remove --with-wctype-functions configure option. | Amaury Forgeot d'Arc | 2010-09-12 | 1 | -4/+0 |
|
|
* | | gdb: fix representation of non-printable surrogate pairs, and workaround | Antoine Pitrou | 2010-09-08 | 1 | -8/+11 |
|
|
* | | Add a safety limit to the number of unicode characters we fetch | Antoine Pitrou | 2010-09-08 | 1 | -1/+2 |
|
|