| Commit message (Expand) | Author | Age | Files | Lines |
* | bsddb never existed in 3.x, no need to keep downloading sleepycat | Brian Curtin | 2012-05-15 | 1 | -3/+0 |
|
|
* | Stop deleting non-existing bytecode files. | Martin v. Löwis | 2012-05-14 | 1 | -2/+0 |
|
|
* | Upgrade bzip2 to 1.0.6. | Martin v. Löwis | 2012-05-14 | 1 | -4/+4 |
|
|
* | Issue #14965: Fix missing support for starred assignments in Tools/parser/unp... | Mark Dickinson | 2012-05-06 | 2 | -0/+11 |
|
|
* | #14508: make gprof2html script runnable under python3 | R David Murray | 2012-04-11 | 1 | -5/+7 |
|
|
* | Merge 3.2.3 release clone. | Georg Brandl | 2012-04-11 | 1 | -0/+1 |
|\ |
|
| * | Add 3.2.3rc2 uuid. | Martin v. Löwis | 2012-03-18 | 1 | -0/+1 |
|
|
* | | #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 1 | -5/+5 |
|
|
* | | #14490, #14491: add 'sundry'-style import tests for Tools/scripts. | R David Murray | 2012-04-05 | 6 | -84/+89 |
|
|
* | | Package mime.types | Martin v. Löwis | 2012-02-25 | 1 | -0/+1 |
|/ |
|
* | Issue #14053: Fix "make patchcheck" to work with MQ. | Nadeem Vawda | 2012-02-22 | 1 | -0/+12 |
|
|
* | Issue #6807: Run msisupport.mak earlier. | Martin v. Löwis | 2012-02-21 | 1 | -2/+2 |
|
|
* | Issue #10580: Minor grammar change in Windows installer. | Martin v. Löwis | 2012-02-21 | 1 | -1/+1 |
|
|
* | Issue #13628: python-gdb.py is now able to retrieve more frames in the Python | Victor Stinner | 2011-12-19 | 1 | -13/+32 |
|
|
* | Fix a missing encoding argument when opening a text file in some of iobench's... | Antoine Pitrou | 2011-10-08 | 1 | -1/+1 |
|
|
* | Add 3.2.2 and 3.2.3 UUIDs. | Martin v. Löwis | 2011-09-04 | 1 | -0/+5 |
|
|
* | Update crlf and lfcr scripts for 3.x bytes semantics (#12032). | Éric Araujo | 2011-08-12 | 2 | -12/+12 |
|
|
* | patchcheck: don’t talk about the test suite when no code file were changed. | Éric Araujo | 2011-08-12 | 1 | -2/+3 |
|
|
* | Let “make patchcheck” work for out-of-dir builds (#9860) | Éric Araujo | 2011-07-30 | 1 | -7/+13 |
|
|
* | Branch merge. | Éric Araujo | 2011-07-26 | 15 | -9/+22 |
|\ |
|
| * | Fix missing or wrong shebangs and missing executable bits for scripts (#10318) | Éric Araujo | 2011-07-26 | 15 | -1/+6 |
|
|
| * | Fix string exception and a few style issues in mailerdaemon script | Éric Araujo | 2011-07-26 | 1 | -8/+16 |
|
|
* | | Fixes #10639: reindent.py should not convert newlines | Jason R. Coombs | 2011-07-26 | 1 | -3/+12 |
|/ |
|
* | libpython.py (gdb) now catchs IOError in py-list and py-bt commands | Victor Stinner | 2011-07-01 | 1 | -4/+18 |
|
|
* | 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 |
|
|
* | | (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 |
|
|
* | | 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 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 |
|
|
* | | | (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 |
|
|
* | | Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add | Victor Stinner | 2011-05-13 | 1 | -1/+40 |
|
|
* | | 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 |
|
|