| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport source role for linking to files in the cpython repo. | Éric Araujo | 2011-08-18 | 1 | -1/+11 |
| | | | | | | | | | | | | | | Georg added this role in our 3.2 doc tools and gave the greenlight for a backport on python-dev. This code is a simplified version of the 3.2 code; the version of Sphinx used with Python 2.7 doesn’t have the function used to parse markup like :role:`text to be displayed <text to be processed>` (I was persuaded it was a standard reST construct, but it is actually a Sphinx innovation that has to be supported explicitly in role code —I’ll be damned). It is thus not possible to write for example :source:`the NEWS file <Misc/NEWS>`, but :source:`Misc/NEWS` will work. | ||||
| * | Avoid title case in flowing text (backport from 3.2) | Éric Araujo | 2011-08-13 | 1 | -2/+3 |
| | | |||||
| * | Issue #12718: Add documentation on using custom importers. | Vinay Sajip | 2011-08-11 | 1 | -0/+25 |
| | | |||||
| * | Remove the un-exercised in-module test code. | Senthil Kumaran | 2011-08-10 | 1 | -68/+0 |
| | | |||||
| * | Fix closes Issue12722 - link heapq source in the text format in the ↵ | Senthil Kumaran | 2011-08-10 | 1 | -1/+1 |
| | | | | | documentation. | ||||
| * | Issue 12717: Fix-up an earlier backport in ConfigParser. | Raymond Hettinger | 2011-08-09 | 2 | -1/+23 |
| | | |||||
| * | Repair markup. | Georg Brandl | 2011-08-09 | 1 | -1/+1 |
| | | |||||
| * | Confirm that the prime example is actually correct. We get so many ↵ | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
| | | | | | complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. | ||||
| * | #12709: add error_callback argument to map_async documentation | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
| | | |||||
| * | #10741: add documentation for PyGILState_GetThisThreadState() | Sandro Tosi | 2011-08-07 | 2 | -1/+11 |
| | | |||||
| * | #12677: correct turtle orientation in doc | Sandro Tosi | 2011-08-07 | 3 | -6/+6 |
| | | |||||
| * | whitespace fix. | Senthil Kumaran | 2011-08-07 | 1 | -1/+0 |
| | | |||||
| * | Remove the old dead test program within the module in 2.7. | Senthil Kumaran | 2011-08-07 | 1 | -62/+0 |
| | | |||||
| * | Fix grammar | Eli Bendersky | 2011-08-06 | 1 | -3/+3 |
| | | |||||
| * | Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. | Senthil Kumaran | 2011-08-06 | 1 | -6/+6 |
| | | |||||
| * | s/a/an - grammar? | Senthil Kumaran | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. | Senthil Kumaran | 2011-08-06 | 1 | -2/+2 |
| | | |||||
| * | Fix closes issue12698 - make the no_proxy environment variable handling a ↵ | Senthil Kumaran | 2011-08-06 | 2 | -1/+5 |
| | | | | | bit lenient (accomodate spaces in between the items) | ||||
| * | dosmodule is, thankfully, no more | Benjamin Peterson | 2011-08-04 | 1 | -2/+0 |
| | | |||||
| * | add svn+ssh testcase for urljoin. | Senthil Kumaran | 2011-08-03 | 1 | -0/+1 |
| | | |||||
| * | include svn+ssh as well. | Senthil Kumaran | 2011-08-03 | 1 | -1/+1 |
| | | |||||
| * | Fix closes issue12683 - urljoin to work with relative join of svn scheme. | Senthil Kumaran | 2011-08-03 | 3 | -1/+6 |
| | | |||||
| * | Fix closes issue12663 - Correcting the ArgumentParser.error description. ↵ | Senthil Kumaran | 2011-08-02 | 1 | -1/+1 |
| | | | | | Patch by Sandro Tosi. | ||||
| * | Branch merge | Éric Araujo | 2011-08-02 | 3 | -3/+7 |
| |\ | |||||
| | * | Fix incorrect mtime comparison in distutils (#11933). | Éric Araujo | 2011-08-02 | 3 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a regression introduced in 9211a5d7d0b4, when uses of ST_MTIME constants were changed to uses of st_mtime attributes. As diagnosed in the bug report, this change is not merely stylistic: st_mtime is a float but ST_MTIME’s resolution is rounded to the seconds, so there was a mismatch between the values seen by file_util and dep_util which caused an sdist to be unnecessarily created a second time on an ext4 filesystem. This patch has been tested by John S. Gruber, who reported the bug. As this is a simple code revert, I think it’s okay to commit without a unit test. | ||||
| * | | #12670: Fix struct code after forward declaration on ctypes doc | Sandro Tosi | 2011-08-02 | 1 | -2/+2 |
| | | | |||||
| * | | Fix closes Issue12183 - Explain the Symlink copy behavior in ↵ | Senthil Kumaran | 2011-08-02 | 1 | -2/+3 |
| | | | | | | | | | shutil.copytree. Patch by Petri Lehtinen. | ||||
| * | | Backport 68b5f87566fb | Stefan Krah | 2011-08-01 | 1 | -0/+3 |
| | | | |||||
| * | | Use attribute access instead of index access for namedtuple. | Georg Brandl | 2011-08-01 | 1 | -1/+1 |
| |/ | |||||
| * | Branch merge | Éric Araujo | 2011-08-01 | 7 | -54/+112 |
| |\ | |||||
| | * | Stop trying to write into the stdlib during lib2to3 tests (#12331). | Éric Araujo | 2011-07-31 | 2 | -7/+14 |
| | | | | | | | | | | | This prevents tests from failing when run from a Python installed in a read-only directory. | ||||
| | * | Fix regression with distutils MANIFEST handing (#11104, #8688). | Éric Araujo | 2011-07-31 | 5 | -40/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changed behavior of sdist in 2.7 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (d29399100973 by Tarek and f7639dcdffc3 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. I also removed a stanza in the docs that was forgotten in Tarek’s first changeset. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me. | ||||
| | * | Let “make patchcheck” work for out-of-dir builds (#9860) | Éric Araujo | 2011-07-30 | 1 | -7/+13 |
| | | | |||||
| * | | Closes #12667: Corrected documentation for SMTPHandler secure argument. | Vinay Sajip | 2011-08-01 | 1 | -2/+8 |
| | | | |||||
| * | | Fix typo reported by Sandro Tosi. | Ezio Melotti | 2011-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | running tests enables us to discover that they actually work | Benjamin Peterson | 2011-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | merge heads. | Senthil Kumaran | 2011-07-31 | 1 | -1/+2 |
| |\ \ | |||||
| | * \ | merge heads | Benjamin Peterson | 2011-07-31 | 1 | -1/+1 |
| | |\ \ | |||||
| | * | | | be precise | Benjamin Peterson | 2011-07-31 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | using test_support.transient_internet helper method in the urllib2net test. | Senthil Kumaran | 2011-07-31 | 1 | -3/+5 |
| | |/ / |/| | | |||||
| * | | | #12531: Fix spaces. | Ezio Melotti | 2011-07-30 | 1 | -1/+1 |
| |/ / | |||||
| * | | note Ellipsis syntax | Benjamin Peterson | 2011-07-30 | 1 | -1/+1 |
| | | | |||||
| * | | add space | Benjamin Peterson | 2011-07-30 | 1 | -0/+1 |
| | | | |||||
| * | | document NotImplemented | Benjamin Peterson | 2011-07-30 | 1 | -0/+9 |
| |/ | |||||
| * | Issue #11699: fix documentation of OptionParser.get_option_group. Patch by ↵ | Eli Bendersky | 2011-07-30 | 1 | -2/+3 |
| | | | | | Petri Lehtinen | ||||
| * | Document that atexit execution order is undefined (#9788) | Éric Araujo | 2011-07-29 | 1 | -1/+3 |
| | | |||||
| * | Add a link target for argparse.Namespace (#8982) | Éric Araujo | 2011-07-29 | 1 | -7/+10 |
| | | |||||
| * | Make “pydoc somebuiltin.somemethod” work (#8887) | Éric Araujo | 2011-07-29 | 3 | -8/+29 |
| | | |||||
| * | Backout duplicate changeset ed34ca4e639c | Éric Araujo | 2011-07-29 | 1 | -2/+0 |
| | | |||||
| * | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
| | | |||||
