summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Closes #16155: fix a few errors in doctest output of the FAQ pages.Georg Brandl2014-10-063-6/+17
* Closes #12148: clarify "or's together option flags" in doctest docs.Georg Brandl2014-10-061-3/+3
* Closes #21782: the default hash(x) is not exactly id(x) but derived from it.Georg Brandl2014-10-061-2/+2
* Closes #10031: overhaul the "imports" section of the programming FAQ.Georg Brandl2014-10-061-16/+2
* Closes #21480: better explanation of "hg touch" in the Makefile.Georg Brandl2014-10-061-2/+6
* Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention...Georg Brandl2014-10-062-30/+35
* Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__.Georg Brandl2014-10-061-0/+6
* Document builtin classes as such, not functions.Georg Brandl2014-10-061-41/+41
* Closes #22565: fix argument types of PyErr_WarnEx.Georg Brandl2014-10-061-1/+1
* Issue #22546: update doc for mini-language float None presentation type.Terry Jan Reedy2014-10-061-4/+6
* PyObject not PyType (closes #18494)Benjamin Peterson2014-10-061-2/+2
* Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-053-0/+52
* cleanup test_posixVictor Stinner2014-10-051-9/+10
* Issue #22390: Remove files created by testsVictor Stinner2014-10-057-3/+10
* Issue #22290: Fix error handling in the _posixsubprocess module.Victor Stinner2014-10-052-6/+47
* Closes #19477: remove outdated documentation of tp_print type object slot.Georg Brandl2014-10-051-24/+1
* #14201: Update ctypes docs to match behavior changed from 214b28d7a999.R David Murray2014-10-041-5/+10
* #11866: Eliminate race condition in the computation of names for new threads.R David Murray2014-10-042-5/+7
* Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is ...Antoine Pitrou2014-10-043-1/+7
* Fixed issue number for issue #22470 in Misc/NEWS.Serhiy Storchaka2014-10-041-1/+1
* Merge headsSerhiy Storchaka2014-10-042-14/+14
|\
| * Realign packaging docs with PyPUG changesNick Coghlan2014-10-042-14/+14
* | Issue #22518: Fixed integer overflow issues in "backslashreplace",Serhiy Storchaka2014-10-042-2/+11
|/
* Issue #22219: The zipfile module CLI now adds entries for directoriesSerhiy Storchaka2014-10-042-2/+12
* #14056: Small improvements to the tarfile documentation.R David Murray2014-10-041-10/+13
* separate cert loading tests into Windows and non-Windows casesBenjamin Peterson2014-10-031-0/+15
* also use openssl envvars to find certs on windows (closes #22449)Benjamin Peterson2014-10-033-2/+12
* Fix a few typo/grammar issues in the multiprocessing docs.Zachary Ware2014-10-031-3/+3
* #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
* #8473: Add tests that doctest uses universal newlines in testfile.R David Murray2014-10-031-0/+30
* Closes #18729: minor markup improvement.Georg Brandl2014-10-021-1/+1
* Closes #19434: fix copy-paste error in MIMENonMultipart docstring.Georg Brandl2014-10-021-1/+1
* Issue #20079: Fixed tests.Serhiy Storchaka2014-10-021-1/+1
* Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file.Serhiy Storchaka2014-10-021-1/+11
* Issue #20076: Remove just added the sr_rs.utf8@latn alias because it isSerhiy Storchaka2014-10-021-1/+0
* closes #22528: add source links to symtable and compileallGeorg Brandl2014-10-022-0/+8
* Closes #19342: improve docstrings in grp module.Georg Brandl2014-10-021-6/+6
* Remove unused and now removed config value.Georg Brandl2014-10-021-7/+1
* Issue #21971: Index and update turtledemo doc.Terry Jan Reedy2014-10-021-13/+18
* - Issue #17219: Add library build dir for Python extension cross-builds.doko@ubuntu.com2014-10-022-1/+3
* - Issue #18096: Fix library order returned by python-config.doko@ubuntu.com2014-10-023-3/+6
* Issue #20076: Added non derived UTF-8 aliases to locale aliases table.Serhiy Storchaka2014-10-012-0/+11
* Issue #20079: Added locales supported in glibc 2.18 to locale alias table.Serhiy Storchaka2014-10-012-0/+101
* Issue 22492: Be explicit that print does not support binary mode files.Terry Jan Reedy2014-10-011-5/+8
* Remove old overridden version of a Sphinx CSS file.Georg Brandl2014-10-011-446/+0
* Make pydoctheme compatible with Sphinx 1.3 HTML output changes.Georg Brandl2014-10-011-4/+4
* Update Idle news for 3.4.2 (and 3.4.1).Terry Jan Reedy2014-10-011-0/+57
* Issue #16537: Use the new *default* parameter of max().Berker Peksag2014-10-011-3/+1
* Fix overlooked conf.py setting in flattening of Doc directory.Ned Deily2014-10-011-1/+1
* #21739: mention subtle difference between loops and listcomps in tutorial.R David Murray2014-10-011-3/+8