Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Closes #22580: Fix documentation of PyUnicode_Tailmatch() | Victor Stinner | 2014-10-09 | 1 | -1/+1 | |
| | | | | | | | | The result type is Py_ssize_t (and not int). | |||||
* | | Issue 3068: Move idlelib.configDialog action button creation into a separate | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 | |
| | | | | | | | | method so it can be reused by the new extension dialog. | |||||
* | | idlelib.configHandler: revise docstrings, add spaces, use False/True, add some | Terry Jan Reedy | 2014-10-07 | 1 | -254/+232 | |
| | | | | | | | | TODOs (mostly to do after add tests), and make a few other changes. | |||||
* | | use source role instead of linking to svn | Benjamin Peterson | 2014-10-07 | 1 | -10/+7 | |
| | | ||||||
* | | make _socket.socket weakrefable (closes #22569) | Benjamin Peterson | 2014-10-06 | 3 | -3/+15 | |
| | | | | | | | | Patch from Alex Gaynor. | |||||
* | | Closes #19071: "self" argument is not the module for module functions in 2.x. | Georg Brandl | 2014-10-06 | 1 | -2/+3 | |
| | | ||||||
* | | Closes #16155: fix a few errors in doctest output of the FAQ pages. | Georg Brandl | 2014-10-06 | 3 | -6/+14 | |
| | | ||||||
* | | Closes #17057: fix grammar in old-style vs new-style class docs. | Georg Brandl | 2014-10-06 | 1 | -14/+14 | |
| | | ||||||
* | | Issue #1686: Fix string.Template when overriding the pattern attribute. | Florent Xicluna | 2010-09-18 | 3 | -9/+39 | |
| | | ||||||
* | | Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. | Georg Brandl | 2014-10-06 | 1 | -3/+5 | |
| | | ||||||
* | | Closes #10031: overhaul the "imports" section of the programming FAQ. | Georg Brandl | 2014-10-06 | 2 | -16/+6 | |
| | | | | | | | | | | | | Remove the advice to never use relative imports. Remove the advice to locally import modules in __init__, it is a strange practice. Remove the advice to use "from ... import *" with some modules. | |||||
* | | Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. | Georg Brandl | 2014-10-06 | 1 | -0/+5 | |
| | | ||||||
* | | Document builtin classes as such, not functions. | Georg Brandl | 2014-10-06 | 1 | -33/+36 | |
| | | ||||||
* | | Update 2.7 idlelib.configHandler and reduce differences from 3.4 code. | Terry Jan Reedy | 2014-10-06 | 1 | -17/+19 | |
| | | ||||||
* | | Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). | Terry Jan Reedy | 2014-10-06 | 1 | -7/+7 | |
| | | ||||||
* | | #14201: Update ctypes docs to match behavior changed from 214b28d7a999. | R David Murray | 2014-10-04 | 1 | -5/+10 | |
| | | | | | | | | Original patch by Erik Johansson, slightly updated by Meador Inge. | |||||
* | | #11866: Eliminate race condition in the computation of names for new threads. | R David Murray | 2014-10-04 | 2 | -4/+7 | |
| | | | | | | | | Original patch by Peter Saveliev. | |||||
* | | Fixed issue number for issue #22470 in Misc/NEWS. | Serhiy Storchaka | 2014-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fixed compilation error introduced in 3f7519f633ed (issue #22518). | Serhiy Storchaka | 2014-10-04 | 1 | -2/+1 | |
| | | ||||||
* | | Issue #22518: Fixed integer overflow issues in "backslashreplace" and | Serhiy Storchaka | 2014-10-04 | 2 | -2/+15 | |
| | | | | | | | | "xmlcharrefreplace" error handlers. | |||||
* | | Issue #22219: The zipfile module CLI now adds entries for directories | Serhiy Storchaka | 2014-10-04 | 2 | -2/+12 | |
| | | | | | | | | (including empty directories) in ZIP file. | |||||
* | | #14056: Small improvements to the tarfile documentation. | R David Murray | 2014-10-04 | 1 | -10/+14 | |
| | | | | | | | | Patch by Éric Araujo with help from Lars Gustäbel. | |||||
* | | separate cert loading tests into Windows and non-Windows cases | Benjamin Peterson | 2014-10-03 | 1 | -0/+15 | |
| | | ||||||
* | | also use openssl envvars to find certs on windows (closes #22449) | Benjamin Peterson | 2014-10-03 | 3 | -2/+12 | |
| | | | | | | | | Patch by Christian Heimes and Alex Gaynor. | |||||
* | | - Add CVE number for Issue #21831 | doko@ubuntu.com | 2014-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | Fix a few typo/grammar issues in the multiprocessing docs. | Zachary Ware | 2014-10-03 | 1 | -3/+3 | |
| | | | | | | | | Reported by Scott Hinton on docs@. | |||||
* | | #8473: make doctest.testfile use universal newline mode. | R David Murray | 2014-10-03 | 3 | -1/+30 | |
| | | ||||||
* | | 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: Updated alias mapping to glibc 2.19 SUPPORTED file. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+11 | |
| | | ||||||
* | | 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 heads | 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 | |
| | | | ||||||
* | | | Closes #19342: improve docstrings in grp module. | Georg Brandl | 2014-10-02 | 1 | -6/+6 | |
| | | | ||||||
* | | | Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ↵ | Georg Brandl | 2014-10-02 | 4 | -74/+47 | |
|/ / | | | | | | | the 3.x branches | |||||
* | | fix sslwrap_simple (closes #22523) | Benjamin Peterson | 2014-10-02 | 3 | -11/+19 | |
| | | | | | | | | Thanks Alex Gaynor. | |||||
* | | - 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-01 | 2 | -2/+5 | |
| | | ||||||
* | | Issue #20076: Added non derived UTF-8 aliases to locale aliases table. | Serhiy Storchaka | 2014-10-01 | 2 | -0/+9 | |
| | | ||||||
* | | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 2 | -0/+101 | |
| | | ||||||
* | | allow longs as indexes to group() (closes #22530) | Benjamin Peterson | 2014-10-01 | 3 | -1/+8 | |
| | | ||||||
* | | this test will only work on 64-bit machines | Benjamin Peterson | 2014-10-01 | 1 | -0/+1 | |
| | | ||||||
* | | use Py_ssize_t for file offset and length computations in iteration (closes ↵ | Benjamin Peterson | 2014-10-01 | 3 | -8/+21 | |
| | | | | | | | | #22526) | |||||
* | | #22512: move distutils rpm test's .rpmdb to testing tmpdir. | R David Murray | 2014-10-01 | 1 | -0/+3 | |
| | | | | | | | | Patch by Francis MB. | |||||
* | | Issue 22465: grammar, number agreement. | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
* | | Remove duplicate PyLong function descriptions. | Georg Brandl | 2014-09-30 | 1 | -28/+0 | |
| | | ||||||
* | | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵ | Georg Brandl | 2014-09-30 | 22 | -117/+8 | |
| | | | | | | | | nested subdirectory anymore. | |||||
* | | Dont define an empty SPHINXOPTS, which overrides a definition from the ↵ | Georg Brandl | 2014-09-30 | 1 | -1/+0 | |
| | | | | | | | | environment. | |||||
* | | Prepare sphinx extensions for 1.3. | Georg Brandl | 2014-09-30 | 2 | -1/+3 | |
| | | ||||||
* | | add link to pdb source (closes #22528) | Benjamin Peterson | 2014-09-30 | 1 | -0/+3 | |
| | |