| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.1 | Brian Curtin | 2011-04-13 | 1 | -5/+0 |
|\ |
|
| * | Remove inexistent tools | Brian Curtin | 2011-04-13 | 1 | -12/+0 |
|
|
* | | In the Windows clean script for buildbots, also clear the build dir | Antoine Pitrou | 2011-03-26 | 2 | -1/+7 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 3 | -3/+3 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 3 | -3/+3 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 3 | -4/+4 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 2 | -3/+3 |
|
|
| * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 11 | -224/+224 |
|
|
| * | Merged revisions 88147 via svnmerge from | Antoine Pitrou | 2011-01-23 | 1 | -2/+3 |
|
|
| * | Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,... | Georg Brandl | 2010-11-26 | 2 | -9/+13 |
|
|
| * | Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from | Georg Brandl | 2010-11-26 | 6 | -63/+118 |
|
|
| * | Merged revisions 85450-85455,85460-85465 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -3/+4 |
|
|
| * | Backport the distutils part of r83399 to fix #7645. | Brian Curtin | 2010-11-22 | 1 | -0/+2 |
|
|
| * | Merged revisions 84339,84487 via svnmerge from | Martin v. Löwis | 2010-11-14 | 1 | -2/+17 |
|
|
| * | Add 3.1.3 UUIDs. | Martin v. Löwis | 2010-10-25 | 1 | -0/+3 |
|
|
| * | Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,... | Georg Brandl | 2010-10-06 | 5 | -207/+1 |
|
|
| * | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -2/+1 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -56/+56 |
|
|
| * | Merged revisions 78991-78992,78994 via svnmerge from | Martin v. Löwis | 2010-03-21 | 1 | -1/+1 |
|
|
| * | Merged revisions 77003 via svnmerge from | Martin v. Löwis | 2009-12-22 | 1 | -2/+2 |
|
|
| * | Merged revisions 76158 via svnmerge from | Benjamin Peterson | 2009-11-09 | 1 | -6/+6 |
|
|
| * | Merged revisions 76156 via svnmerge from | Benjamin Peterson | 2009-11-09 | 3 | -5/+5 |
|
|
| * | Merged revisions 75373 via svnmerge from | Georg Brandl | 2009-10-27 | 2 | -5/+124 |
|
|
| * | Merged revisions 75061-75062 via svnmerge from | Benjamin Peterson | 2009-09-25 | 1 | -9/+10 |
|
|
| * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 1 | -5/+2 |
|
|
| * | Merged revisions 73607 via svnmerge from | Martin v. Löwis | 2009-06-28 | 1 | -4/+4 |
|
|
| * | 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 |
|
|