summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge: #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-092-1/+2
|\
| * #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-092-1/+2
| |
* | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-092-1/+5
|\ \ | |/
| * #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-092-1/+5
| | | | | | | | Patch by Alexander Belopolsky.
* | #18615: Make sndhdr return namedtuples.R David Murray2014-10-095-5/+39
| | | | | | | | Patch by Claudiu Popa.
* | Merge 3.4Victor Stinner2014-10-091-1/+1
|\ \ | |/
| * Issue #22588: Fix typo in _testcapi.test_incref_decref_API()Victor Stinner2014-10-091-1/+1
| |
* | (Merge 3.4) Issue #22568: Fix compilation of posixmodule.c with Open Watcom:Victor Stinner2014-10-091-21/+21
|\ \ | |/ | | | | | | rename "utime" variable to "ut" to avoid conflict with the C utime() function. Patch written by Jeffrey Armstrong.
| * Issue #22568: Fix compilation of posixmodule.c with Open Watcom: rename "utime"Victor Stinner2014-10-091-21/+21
| | | | | | | | | | variable to "ut" to avoid conflict with the C utime() function. Patch written by Jeffrey Armstrong.
* | (Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
|\ \ | |/ | | | | The result type is Py_ssize_t (and not int).
| * Closes #22580: Fix documentation of PyUnicode_Tailmatch()Victor Stinner2014-10-091-1/+1
| | | | | | | | The result type is Py_ssize_t (and not int).
* | whatsnew: Fix markup.Berker Peksag2014-10-091-1/+2
| |
* | whatsnew: Add PEP 478.Berker Peksag2014-10-091-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2014-10-091-19/+21
|\ \ | |/
| * Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-19/+21
| | | | | | | | method so it can be reused by the new extension dialog.
* | Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-085-42/+33
|\ \ | |/ | | | | _PyErr_ChainExceptions() function.
| * Issue #21715: Extracted shared complicated code in the _io module to newSerhiy Storchaka2014-10-085-42/+33
| | | | | | | | _PyErr_ChainExceptions() function.
* | Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ↵Antoine Pitrou2014-10-088-161/+63
|\ \ | |/ | | | | | | | | exception tracebacks. Initial patch by Mark Shannon.
| * Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ↵Antoine Pitrou2014-10-088-161/+63
| | | | | | | | | | | | exception tracebacks. Initial patch by Mark Shannon.
* | Drop pydocgui.pyw from the distribution (post-merge merge from 165aa40bfe2e)Steve Dower2014-10-081-4/+1
| |
* | Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
|\ \ | |/ | | | | The correct parameter name is "fp", not "file".
| * Issue #22576: Fix signatures of FTP.storbinary() and FTP.storlines() methods.Berker Peksag2014-10-081-4/+4
| | | | | | | | The correct parameter name is "fp", not "file".
* | Mostly-null-merge from 3.4 branch following 3.4.2 release.Larry Hastings2014-10-082-2/+3
|\ \ | |/
| * Merge from 3.4.2 release head back into 3.4 mainline.Larry Hastings2014-10-0811-12619/+99
| |\
| | * Post-release changes after 3.4.2 final.Larry Hastings2014-10-082-1/+13
| | |
| | * Added tag v3.4.2 for changeset ab2c023a9432Larry Hastings2014-10-061-0/+1
| | |
| | * Release bump for 3.4.2 final.v3.4.2Larry Hastings2014-10-065-8/+8
| | |
| | * Update pydoc topics and fix supsicious markup for 3.4.2 final.Larry Hastings2014-10-063-85/+85
| | |
| | * Drop pydocgui.pyw from the distribution.Martin v. Löwis2014-09-211-4/+1
| | |
* | | Merge with 3.4: idlelib.configHandlerTerry Jan Reedy2014-10-071-255/+233
|\ \ \ | |/ /
| * | idlelib.configHandler: revise docstrings, add spaces, use False/True, add someTerry Jan Reedy2014-10-071-255/+233
| | | | | | | | | | | | TODOs (mostly to do after add tests), and make a few other changes.
* | | merge 3.4Benjamin Peterson2014-10-071-9/+8
|\ \ \ | |/ /
| * | use source role instead of linking to svnBenjamin Peterson2014-10-071-9/+8
| | |
* | | merge with 3.4Georg Brandl2014-10-063-6/+17
|\ \ \ | |/ /
| * | Closes #16155: fix a few errors in doctest output of the FAQ pages.Georg Brandl2014-10-063-6/+17
| | |
* | | merge with 3.4Georg Brandl2014-10-061-3/+3
|\ \ \ | |/ /
| * | Closes #12148: clarify "or's together option flags" in doctest docs.Georg Brandl2014-10-061-3/+3
| | |
* | | merge with 3.4Georg Brandl2014-10-061-2/+2
|\ \ \ | |/ /
| * | Closes #21782: the default hash(x) is not exactly id(x) but derived from it.Georg Brandl2014-10-061-2/+2
| | |
* | | merge with 3.4Georg Brandl2014-10-062-18/+8
|\ \ \ | |/ /
| * | Closes #10031: overhaul the "imports" section of the programming FAQ.Georg Brandl2014-10-061-16/+2
| | | | | | | | | | | | | | | | | | Remove the advice to never use relative imports; it is a leftover from 2.x implicit 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 #21480: better explanation of "hg touch" in the Makefile.Georg Brandl2014-10-061-2/+6
| | |
* | | merge with 3.4Georg Brandl2014-10-062-30/+35
|\ \ \ | |/ /
| * | Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and ↵Georg Brandl2014-10-062-30/+35
| | | | | | | | | | | | mention that they call the PEP 3119 methods.
* | | merge with 3.4Georg Brandl2014-10-061-0/+6
|\ \ \ | |/ /
| * | Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+6
| | |
* | | merge with 3.4Georg Brandl2014-10-061-41/+41
|\ \ \ | |/ /
| * | Document builtin classes as such, not functions.Georg Brandl2014-10-061-41/+41
| | |
* | | merge with 3.4Georg Brandl2014-10-061-1/+1
|\ \ \ | |/ /
| * | Closes #22565: fix argument types of PyErr_WarnEx.Georg Brandl2014-10-061-1/+1
| | |