Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 |
|\ | | | | | | | Patch by Chris Rebert. | ||||
| * | Merge issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 |
| |\ | | | | | | | | | | Patch by Chris Rebert. | ||||
| | * | Issue #14570: Document json sort_keys parameter properly. | Andrew Svetlov | 2012-10-28 | 2 | -8/+23 |
| | | | | | | | | | | | | Patch by Chris Rebert. | ||||
* | | | Issue #14700: merge tests from 3.3. | Mark Dickinson | 2012-10-28 | 1 | -0/+27 |
|\ \ \ | |/ / | |||||
| * | | Issue #14700: merge tests from 3.2. | Mark Dickinson | 2012-10-28 | 1 | -0/+27 |
| |\ \ | |||||
| | * | | Issue #14700: Fix buggy overflow checks for large precision and width in ↵ | Mark Dickinson | 2012-10-28 | 5 | -20/+45 |
| | | | | | | | | | | | | | | | | new-style and old-style formatting. | ||||
* | | | | merge with 3.3 | Georg Brandl | 2012-10-28 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge with 3.2 | Georg Brandl | 2012-10-28 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | changeset: 80007:49e4541f2aef | Georg Brandl | 2012-10-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parent: 80003:be83cbf4a789 parent: 80006:32df036e6b75 user: Georg Brandl <georg@python.org> date: Sun Oct 28 10:50:11 2012 +0100 summary: merge with 3.3 | ||||
* | | | | Merge issue #14616: Mention shlex.quote in subprocess docs. | Andrew Svetlov | 2012-10-28 | 1 | -0/+4 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Chris Rebert. | ||||
| * | | | Issue #14616: Mention shlex.quote in subprocess docs. | Andrew Svetlov | 2012-10-28 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Patch by Chris Rebert. | ||||
* | | | | Issue #16340: Merged fix from 3.3. | Vinay Sajip | 2012-10-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16340: exclude venv/scripts from byte-compilation at installation ↵ | Vinay Sajip | 2012-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | time on Windows. | ||||
* | | | | Minor typo fix. | Georg Brandl | 2012-10-28 | 2 | -2/+2 |
| | | | | |||||
* | | | | merge with 3.3 | Georg Brandl | 2012-10-28 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add a autobuild-quick target that only rebuilds HTML. | Georg Brandl | 2012-10-28 | 1 | -0/+5 |
| | | | | |||||
* | | | | merge with 3.3 | Georg Brandl | 2012-10-28 | 1 | -8/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge with 3.2 | Georg Brandl | 2012-10-28 | 1 | -8/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | #8040: fix jQuery incompatibility | Georg Brandl | 2012-10-28 | 1 | -8/+10 |
| | | | | |||||
* | | | | merge #12890: skip tests which fail on windows until fixed or rewritten. | R David Murray | 2012-10-27 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | We may rewrite these using mock per issue 15749. | ||||
| * | | | #12890: skip tests which fail on windows until fixed or rewritten. | R David Murray | 2012-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | We may rewrite these using mock per issue 15749. | ||||
* | | | | merge #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Chris Jerdonek. | ||||
| * | | | merge #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Chris Jerdonek. | ||||
| | * | | #15889: make regrtest --start succeed in more cases. | R David Murray | 2012-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Patch by Chris Jerdonek. | ||||
* | | | | #16337: merge with 3.3. | Ezio Melotti | 2012-10-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | #16337: fix typo. | Ezio Melotti | 2012-10-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | #8040: merge with 3.3. | Ezio Melotti | 2012-10-27 | 1 | -2/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | #8040: merge with 3.2. | Ezio Melotti | 2012-10-27 | 1 | -2/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | #8040: fix the version. | Ezio Melotti | 2012-10-27 | 1 | -2/+6 |
| | | | | |||||
* | | | | #8040: merge with 3.3. | Ezio Melotti | 2012-10-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | #8040: merge with 3.2. | Ezio Melotti | 2012-10-27 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #8040: enable the versionswitcher for the autobuild-dev target. | Ezio Melotti | 2012-10-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | #8040: merge with 3.3. | Ezio Melotti | 2012-10-27 | 3 | -1/+72 |
|\ \ \ \ | |/ / / | |||||
| * | | | #8040: merge with 3.2. | Ezio Melotti | 2012-10-27 | 3 | -1/+72 |
| |\ \ \ | | |/ / | |||||
| | * | | #8040: add a version switcher to the documentation. Patch by Yury Selivanov. | Ezio Melotti | 2012-10-27 | 3 | -2/+73 |
| | | | | |||||
* | | | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 4 | -11/+37 |
|\ \ \ \ | |/ / / | | | | | | | | | Patch by Jeff McNeil. | ||||
| * | | | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 4 | -11/+37 |
| |\ \ \ | | |/ / | | | | | | | | | Patch by Jeff McNeil. | ||||
| | * | | #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 3 | -3/+12 |
| | | | | | | | | | | | | | | | | Patch by Jeff McNeil. | ||||
* | | | | merge from 3.3 | Senthil Kumaran | 2012-10-27 | 1 | -3/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge from 3.2 | Senthil Kumaran | 2012-10-27 | 1 | -3/+4 |
| |\ \ \ | | |/ / | |||||
| | * | | Automated merge with file:///home/vagrant/3.3 | Senthil Kumaran | 2012-10-27 | 1 | -3/+4 |
| | |\ \ | |||||
| | | * | | Include mention of jenkins as an example framework for doing CI | Senthil Kumaran | 2012-10-27 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | merge #15043: Improve test_gdb support of gdb >= 7.4. | R David Murray | 2012-10-27 | 1 | -38/+44 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test. | ||||
| * | | | | merge #15043: Improve test_gdb support of gdb >= 7.4. | R David Murray | 2012-10-27 | 1 | -38/+44 |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test. | ||||
| | * | | | #15043: Improve test_gdb support of gdb >= 7.4. | R David Murray | 2012-10-27 | 1 | -38/+46 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | Instead of requiring the tester to manually add the path to the python-gdb.py file in the checkout to their .gdbinit file, add it automatically when invoking gdb in the test. | ||||
* | | | | Merge 3.3 | Hynek Schlawack | 2012-10-27 | 4 | -1/+23 |
|\ \ \ \ | |/ / / | |||||
| * | | | #16307: Fix multiprocessing.Pool.map_async not calling its callbacks | Hynek Schlawack | 2012-10-27 | 4 | -1/+23 |
| | | | | | | | | | | | | | | | | Patch by Janne Karila. | ||||
* | | | | merge 3.3 and 3.2 changes related to 10836 | Senthil Kumaran | 2012-10-27 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16250: Fix URLError invocation with proper args | Senthil Kumaran | 2012-10-27 | 3 | -16/+51 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #16250: Fix URLError invocation with proper args. | Senthil Kumaran | 2012-10-27 | 3 | -18/+52 |
| | | | |