| Commit message (Expand) | Author | Age | Files | Lines |
* | (merge 3.2) libpython.py (gdb) now catchs IOError in py-list and py-bt commands | Victor Stinner | 2011-07-01 | 1 | -4/+18 |
|\ |
|
| * | libpython.py (gdb) now catchs IOError in py-list and py-bt commands | Victor Stinner | 2011-07-01 | 1 | -4/+18 |
|
|
* | | general cleaning up | Benjamin Peterson | 2011-06-27 | 1 | -11/+3 |
|
|
* | | remove svn support | Benjamin Peterson | 2011-06-27 | 1 | -3/+0 |
|
|
* | | #11781: update windows build script to account for move of email tests | R David Murray | 2011-06-18 | 1 | -2/+2 |
|
|
* | | Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218) | Éric Araujo | 2011-06-06 | 1 | -2/+0 |
|
|
* | | Drop old UUIDs. | Martin v. Löwis | 2011-06-05 | 1 | -60/+0 |
|
|
* | | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | merge:Do not add txt files twice | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
| |\ |
|
| | * | Do not add txt files twice. | Martin v. Löwis | 2011-06-05 | 1 | -2/+0 |
|
|
* | | | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-06-01 | 1 | -1/+0 |
|
|
* | | | Branch merge | Éric Araujo | 2011-05-26 | 2 | -3/+3 |
|\ \ \ |
|
| * \ \ | Branch merge | Éric Araujo | 2011-05-25 | 2 | -3/+3 |
| |\ \ \ |
|
| | * | | | Remove obsolete 'rU' mode in Tools/scripts too (see be5b8d1ded34) | Éric Araujo | 2011-05-05 | 2 | -3/+3 |
|
|
* | | | | | (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile and | Victor Stinner | 2011-05-24 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile and | Victor Stinner | 2011-05-24 | 1 | -0/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py | Victor Stinner | 2011-05-24 | 1 | -0/+2 |
|
|
* | | | | merged | Martin v. Löwis | 2011-05-23 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Add 3.2.1rc2 uuid. | Martin v. Löwis | 2011-05-23 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | Add 3.2.1rc2 uuid. | Martin v. Loewis | 2011-05-22 | 1 | -0/+1 |
|
|
* | | | | | Merge 3.2.1rc1 release changes to default. | Georg Brandl | 2011-05-21 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge release branch after 3.2.1rc1. | Georg Brandl | 2011-05-21 | 1 | -0/+2 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Add 3.2.1 UUIDs | Martin v. Löwis | 2011-05-16 | 1 | -0/+2 |
|
|
* | | | | | initial import of the packaging package in the standard library | Tarek Ziade | 2011-05-19 | 1 | -0/+4 |
|
|
* | | | | | (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written | Victor Stinner | 2011-05-16 | 1 | -0/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written | Victor Stinner | 2011-05-16 | 1 | -0/+1 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas | Victor Stinner | 2011-05-16 | 1 | -0/+1 |
|
|
* | | | | (Merge 3.2) Issue #11996: libpython (gdb), replace "py-bt" command by | Victor Stinner | 2011-05-13 | 1 | -1/+40 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 1 | -1/+40 |
| | |/
| |/| |
|
* | | | Close #12032: Fix scripts/crlf.py for Python 3 | Victor Stinner | 2011-05-08 | 1 | -6/+6 |
|/ / |
|
* | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 1 | -1/+1 |
|
|
* | | 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 |
|
|