Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge: #8473: Add tests that doctest uses universal newlines in testfile. | R David Murray | 2014-10-03 | 1 | -0/+30 |
|\ | |||||
| * | #8473: Add tests that doctest uses universal newlines in testfile. | R David Murray | 2014-10-03 | 1 | -0/+30 |
| | | | | | | | | Python3 does not have the bug covered by the issue. | ||||
* | | merge 3.4 | Georg Brandl | 2014-10-02 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Closes #18729: minor markup improvement. | Georg Brandl | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Georg Brandl | 2014-10-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #19434: fix copy-paste error in MIMENonMultipart docstring. | Georg Brandl | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #20079: Fixed tests. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #20079: Fixed tests. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+11 |
|\ \ | |/ | |||||
| * | Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+11 |
| | | |||||
* | | Issue #20079: makelocalealias.py now supports installed SUPPORTED file, | Serhiy Storchaka | 2014-10-02 | 1 | -8/+12 |
| | | | | | | | | not only source SUPPORTED file in glibc sources tree. | ||||
* | | Issue #20076: Apply optimization in makelocalealias.py repeatedly. | Serhiy Storchaka | 2014-10-02 | 2 | -2/+6 |
|\ \ | |/ | | | | | | | Remove just added the sr_rs.utf8@latn alias because it is derived from sr_rs@latin. | ||||
| * | Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is | Serhiy Storchaka | 2014-10-02 | 1 | -1/+0 |
| | | | | | | | | derived from sr_rs@latin. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-02 | 2 | -0/+8 |
|\ \ | |/ | |||||
| * | closes #22528: add source links to symtable and compileall | Georg Brandl | 2014-10-02 | 2 | -0/+8 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-02 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Closes #19342: improve docstrings in grp module. | Georg Brandl | 2014-10-02 | 1 | -6/+6 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-02 | 1 | -7/+1 |
|\ \ | |/ | |||||
| * | Remove unused and now removed config value. | Georg Brandl | 2014-10-02 | 1 | -7/+1 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-10-02 | 1 | -13/+18 |
|\ \ | |/ | |||||
| * | Issue #21971: Index and update turtledemo doc. | Terry Jan Reedy | 2014-10-02 | 1 | -13/+18 |
| | | |||||
* | | - Issue #17219: Add library build dir for Python extension cross-builds. | doko@ubuntu.com | 2014-10-02 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | - Issue #17219: Add library build dir for Python extension cross-builds. | doko@ubuntu.com | 2014-10-02 | 2 | -1/+3 |
| | | |||||
* | | - Issue #18096: Fix library order returned by python-config. | doko@ubuntu.com | 2014-10-02 | 3 | -3/+6 |
|\ \ | |/ | |||||
| * | - Issue #18096: Fix library order returned by python-config. | doko@ubuntu.com | 2014-10-02 | 3 | -3/+6 |
| | | |||||
* | | Issue #20076: Added non derived UTF-8 aliases to locale aliases table. | Serhiy Storchaka | 2014-10-01 | 3 | -4/+13 |
|\ \ | |/ | | | | | The makelocalealias.py script no longer ignores UTF-8 mapping. | ||||
| * | Issue #20076: Added non derived UTF-8 aliases to locale aliases table. | Serhiy Storchaka | 2014-10-01 | 2 | -0/+11 |
| | | |||||
* | | Null merge | Serhiy Storchaka | 2014-10-01 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 2 | -0/+101 |
| | | |||||
* | | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 3 | -1/+148 |
| | | | | | | | | | | The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths. | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-10-01 | 1 | -5/+8 |
|\ \ | |/ | |||||
| * | Issue 22492: Be explicit that print does not support binary mode files. | Terry Jan Reedy | 2014-10-01 | 1 | -5/+8 |
| | | | | | | | | Original patch by Georg Brandl. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-01 | 1 | -446/+0 |
|\ \ | |/ | |||||
| * | Remove old overridden version of a Sphinx CSS file. | Georg Brandl | 2014-10-01 | 1 | -446/+0 |
| | | | | | | | | All Python-specific styling is now in the theme anyway. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-01 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Make pydoctheme compatible with Sphinx 1.3 HTML output changes. | Georg Brandl | 2014-10-01 | 1 | -4/+4 |
| | | |||||
* | | Closes #20218: Added convenience methods read_text/write_text and read_bytes/ | Georg Brandl | 2014-10-01 | 4 | -0/+114 |
| | | | | | | | | | | | | write_bytes to pathlib.Path objects. Thanks to Christopher Welborn and Ram Rachum for original patches. | ||||
* | | Update 3.5 Idle News up to 3.4.2 changes. | Terry Jan Reedy | 2014-10-01 | 1 | -0/+52 |
|\ \ | |/ | |||||
| * | Update Idle news for 3.4.2 (and 3.4.1). | Terry Jan Reedy | 2014-10-01 | 1 | -0/+57 |
| | | |||||
* | | Issue #16537: Use the new *default* parameter of max(). | Berker Peksag | 2014-10-01 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Issue #16537: Use the new *default* parameter of max(). | Berker Peksag | 2014-10-01 | 1 | -3/+1 |
| | | |||||
* | | null merge | Ned Deily | 2014-10-01 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix overlooked conf.py setting in flattening of Doc directory. | Ned Deily | 2014-10-01 | 1 | -1/+1 |
| | | |||||
* | | Merge #21739: mention subtle difference between loops and listcomps in tutorial. | R David Murray | 2014-10-01 | 1 | -3/+8 |
|\ \ | |/ | |||||
| * | #21739: mention subtle difference between loops and listcomps in tutorial. | R David Murray | 2014-10-01 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | We don't want to go into a full explanation of scopes at this point in the tutorial, so we just mention that the loop creates or overwrites a persistent variable while the listcomp doesn't. Not mentioning this would lead someone to incorrectly assume loops and listcomps were *completely* equivalent, which would confuse them later. Original patch by Rose Ames, tweaked to remove the word 'scope'. | ||||
* | | Merge: #22512: move distutils rpm test's .rpmdb to testing tmpdir. | R David Murray | 2014-10-01 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | #22512: move distutils rpm test's .rpmdb to testing tmpdir. | R David Murray | 2014-10-01 | 1 | -0/+3 |
| | | | | | | | | Patch by Francis MB. | ||||
* | | Issue #22333: test_threaded_import now displays elapsed time in verbose mode. | Victor Stinner | 2014-09-30 | 1 | -0/+4 |
| | | |||||
* | | Issue #22333: Extend timeout in test_threaded_import | Victor Stinner | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Check if the sporadic failure is related to a timeout. The test just failed on the buildbot "x86 Windows7 3.x": 1 thread done / 20 (the 'done' condition was not signaled because 1 < 20). | ||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
|\ \ | |/ |