summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 17862: Improve the signature of itertools grouper() recipe.Raymond Hettinger2013-05-061-2/+2
* #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.Ezio Melotti2013-05-052-2/+5
* Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-042-3/+14
* Elaborate on bytes-like objects.Antoine Pitrou2013-05-041-1/+5
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-045-1/+53
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-043-0/+6
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-034-6/+5
* # 1722 - Add a note on urllib helper functions like splittype, splithost etc.Senthil Kumaran2013-05-021-0/+7
* #16518: fix links in glossary entry.Ezio Melotti2013-05-011-2/+2
* Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-302-22/+26
* #16518: add "bytes-like object" to the glossary.Ezio Melotti2013-04-301-0/+4
* move the NEWS entry to the right section and mention ctypes.Gregory P. Smith2013-04-301-3/+3
* NEWS entryGregory P. Smith2013-04-301-0/+3
* This local change was lost during the fixing of issue17192 to updateGregory P. Smith2013-04-301-0/+5
* #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.Ezio Melotti2013-04-291-0/+2
* #7152: Remove incorrectly added reference to DataHandler.R David Murray2013-04-281-1/+1
* Add missing NEWS entry for issue #17843.Nadeem Vawda2013-04-281-0/+3
* Issue #17843: Remove bz2 test data that triggers antivirus warnings.Nadeem Vawda2013-04-282-7/+6
* Reflow paragraph.R David Murray2013-04-281-4/+4
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-283-9/+15
* Issue #17842. Added base64 module tests with bytearray arguments.Serhiy Storchaka2013-04-281-0/+26
* Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-284-7/+10
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-243-2/+14
* Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-233-2/+16
* #17729: remove the Advocacy HOWTO from the index.Ezio Melotti2013-04-231-1/+0
* #17729: remove the outdated Advocacy HOWTO, as suggested by the author.Ezio Melotti2013-04-231-355/+0
* Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-223-22/+24
* Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...Vinay Sajip2013-04-222-6/+32
* #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-211-1/+2
* Issue #17670: Provide an example of expandtabs() usage.Ned Deily2013-04-211-4/+16
* #17065: Use process-unique key for winreg test.R David Murray2013-04-212-2/+11
* Issue #17801: fix shebang line of gprof2html.pyNed Deily2013-04-201-1/+1
* #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs.R David Murray2013-04-201-4/+17
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-173-2/+38
* #14735: Update IDLE docs to omit "Control-z on Windows".Roger Serwy2013-04-172-2/+3
* #17740: fix links to the socket function. Initial patch by Zachary Ware.Ezio Melotti2013-04-171-8/+8
* Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) ...Antoine Pitrou2013-04-161-5/+11
* Issue #17710: Fix cPickle raising a SystemError on bogus input.Antoine Pitrou2013-04-154-5/+11
* Issue #17703: Fix a regression where an illegal use of Py_DECREF() after inte...Antoine Pitrou2013-04-152-5/+14
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-153-15/+8
* Issue #17728: Specify default precision for float.format for presentation typ...Eric V. Smith2013-04-151-2/+3
* #17341: Include name in re error message about invalid group name.R David Murray2013-04-144-2/+19
* Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-138/+155
* Fix example ignoring ".svn" directories in compileall.Georg Brandl2013-04-141-1/+1
* The Integral class does not contain implementations for the bit-shifting oper...Georg Brandl2013-04-141-4/+4
* The im_class of unbound class methods is actually not the same as im_self.Georg Brandl2013-04-141-5/+4
* Clarify that the function *definition* creates the function and the binding i...Georg Brandl2013-04-141-2/+2
* Fix refcount leak in the reference counting example section (!).Georg Brandl2013-04-141-1/+3
* Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,Georg Brandl2013-04-141-7/+29
* bind('') does not do the same as bind('localhost')Georg Brandl2013-04-141-3/+5