| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16612: Add "Argument Clinic", a compile-time preprocessor | Larry Hastings | 2013-10-19 | 2 | -0/+3176 |
|
|
* | upgrade unicode db to 6.3.0 (closes #19221) | Benjamin Peterson | 2013-10-10 | 1 | -2/+2 |
|
|
* | Merge 3.3 | Martin v. Löwis | 2013-09-30 | 1 | -11/+26 |
|\ |
|
| * | Issue #19106: Touch generated files to be 1s newer than their youngest source. | Martin v. Löwis | 2013-09-30 | 1 | -11/+26 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2013-09-27 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | let this work with system Python 2.5 | Benjamin Peterson | 2013-09-27 | 1 | -0/+1 |
|
|
* | | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script | Serhiy Storchaka | 2013-09-16 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script | Serhiy Storchaka | 2013-09-16 | 1 | -3/+3 |
|
|
* | | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write | Serhiy Storchaka | 2013-09-05 | 1 | -1/+1 |
|
|
* | | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18743: Fix references to non-existant "StringIO" module | Serhiy Storchaka | 2013-08-29 | 1 | -1/+1 |
|
|
* | | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 13 | -15/+15 |
|\ \
| |/ |
|
| * | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 13 | -15/+15 |
|
|
* | | Issue #18772: fix the gdb plugin after the set implementation changes | Antoine Pitrou | 2013-08-24 | 1 | -21/+19 |
|
|
* | | #18445: update Tools/scripts/README. | Andrew Kuchling | 2013-08-19 | 1 | -61/+65 |
|
|
* | | #18445: change permissions on some scripts to executable | Andrew Kuchling | 2013-08-18 | 4 | -0/+0 |
|
|
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -2/+2 |
|
|
* | | Issue #16067: Merge with 3.3 | Martin v. Löwis | 2013-08-03 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Issue #16067: Add description into MSI file to replace installer's temporary ... | Martin v. Löwis | 2013-08-03 | 1 | -1/+4 |
|
|
* | | Issue #18569: The installer now adds .py to the PATHEXT variable | Martin v. Löwis | 2013-08-01 | 1 | -0/+4 |
|
|
* | | Add UUID for 3.4. | Martin v. Löwis | 2013-08-01 | 1 | -0/+1 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-07-22 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. | Terry Jan Reedy | 2013-07-22 | 1 | -5/+6 |
|
|
* | | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18448: Fix a typo in Tools/demo/eiffel.py. | Serhiy Storchaka | 2013-07-16 | 1 | -1/+1 |
|
|
* | | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 1 | -34/+18 |
|\ \
| |/ |
|
| * | Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. | Serhiy Storchaka | 2013-07-16 | 1 | -34/+18 |
|
|
* | | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by | Serhiy Storchaka | 2013-07-15 | 1 | -14/+14 |
|\ \
| |/ |
|
| * | Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by | Serhiy Storchaka | 2013-07-15 | 1 | -14/+14 |
|
|
* | | Issue #17177: update checkpyc to stop using imp | Brett Cannon | 2013-06-15 | 1 | -4/+4 |
|
|
* | | Issue #15239: Make mkstringprep.py work again on Python 3. | Serhiy Storchaka | 2013-06-09 | 1 | -17/+23 |
|\ \
| |/ |
|
| * | Issue #15239: Make mkstringprep.py work again on Python 3. | Serhiy Storchaka | 2013-06-09 | 1 | -17/+23 |
|
|
* | | Fix some bugs in Tools/scripts/abitype.py. | Serhiy Storchaka | 2013-05-17 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix some bugs in Tools/scripts/abitype.py. | Serhiy Storchaka | 2013-05-17 | 1 | -3/+3 |
|
|
* | | merge with 3.3 | Georg Brandl | 2013-05-12 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2 | Georg Brandl | 2013-05-12 | 1 | -4/+4 |
|
|
* | | #17833: merge with 3.3 | David Malcolm | 2013-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_... | David Malcolm | 2013-05-06 | 1 | -1/+1 |
|
|
* | | Issue #17801: fix shebang line of gprof2html.py | Ned Deily | 2013-04-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #17801: fix shebang line of gprof2html.py | Ned Deily | 2013-04-20 | 1 | -1/+1 |
|
|
* | | python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to | Victor Stinner | 2013-04-11 | 1 | -1/+3 |
|
|
* | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 1 | -1/+1 |
|
|
* | | #17425: merge 3.3 | Martin v. Löwis | 2013-03-24 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #17425: Build with openssl 1.0.1d on Windows. | Martin v. Löwis | 2013-03-24 | 1 | -4/+4 |
|
|
* | | unify some ast.argument's attrs; change Attribute column offset (closes #16795) | Benjamin Peterson | 2013-03-18 | 1 | -6/+6 |
|
|
* | | Merge with 3.3: Issue #17047: removed doubled words in Doc/*, | Terry Jan Reedy | 2013-03-11 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Merge with 3.2: Issue #17047: removed doubled words in Doc/*, | Terry Jan Reedy | 2013-03-11 | 2 | -2/+2 |
| |\ |
|
| | * | Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* | Terry Jan Reedy | 2013-03-11 | 2 | -2/+2 |
|
|
* | | | Issue #17156: pygettext.py now uses an encoding of source file and correctly | Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
|\ \ \
| |/ / |
|
| * | | Issue #17156: pygettext.py now uses an encoding of source file and correctly | Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
| |\ \
| | |/ |
|