summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python 2.7.10 finalv2.7.10Benjamin Peterson2015-05-232-4/+4
* allow square brackets in cookie values (#22931)Benjamin Peterson2015-05-233-3/+29
* make idlever.py self-updating (closes #24199)Benjamin Peterson2015-05-221-1/+4
* deque is not varsized, so using Py_SIZE is nonsensical (closes #24162)Benjamin Peterson2015-05-151-1/+1
* Added tag v2.7.10rc1 for changeset 80ccce248ba2Benjamin Peterson2015-05-100-0/+0
* bump version to 2.7.10rc1v2.7.10rc1Benjamin Peterson2015-05-105-9/+9
* update pydoc-topicsBenjamin Peterson2015-05-101-45/+45
* ensure .keywords is always a dictBenjamin Peterson2015-05-093-9/+9
* fix libffi compilation on FreeBSD (#23042)Benjamin Peterson2015-05-081-18/+30
* Upgrade setuptools to 15.2Donald Stufft2015-05-082-1/+1
* Minor updates to the OS X installer ReadMe.rtf.Ned Deily2015-05-081-3/+3
* Issue #20274: When calling a _sqlite.Connection, it now complains if passedLarry Hastings2015-05-082-3/+12
* Fixed English in error message.Serhiy Storchaka2015-05-061-1/+1
* Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longerSerhiy Storchaka2015-05-063-5/+56
* Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-062-2/+15
* update example, since python.org is HTTPS-only now (closes #24118)Benjamin Peterson2015-05-031-5/+5
* Issue #23330: h2py now supports arbitrary filenames in #include.Serhiy Storchaka2015-05-032-1/+3
* #24108: Update fnmatch.translate example to show correct output.R David Murray2015-05-021-1/+1
* #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
* Defer deleted item decref until after the deque is restored to a consistent s...Raymond Hettinger2015-05-022-7/+11
* Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq.Raymond Hettinger2015-05-022-50/+24
* Issue #24060: Made logging.Formatter documentation a little clearer.Vinay Sajip2015-05-021-1/+3
* update linksBenjamin Peterson2015-04-301-6/+6
* improve phrasingBenjamin Peterson2015-04-291-2/+1
* allow 2.7 to be built with asan (closes #24061)Benjamin Peterson2015-04-261-0/+20
* remove extern definition, since it's in a header file (closes #24058)Benjamin Peterson2015-04-261-2/+0
* Issue #23356: Simplify convert_arg_line_to_args example.Berker Peksag2015-04-261-4/+1
* fix relative link (closes #24057)Benjamin Peterson2015-04-251-2/+2
* Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
* Use more precise Tcl version checks in tests.Serhiy Storchaka2015-04-231-2/+2
* Issue #16840: Skip bignum tests on minor releases where they are not supported.Serhiy Storchaka2015-04-221-1/+3
* Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-223-25/+23
* Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...Serhiy Storchaka2015-04-212-10/+19
* Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.Serhiy Storchaka2015-04-212-1/+3
* recommend requests library (closes #23989)Benjamin Peterson2015-04-203-0/+15
* Issue #16840: Turn on support of bignums only in final release of Tcl 8.5.Serhiy Storchaka2015-04-201-1/+1
* Issue #23728: Added a test for binascii.crc_hqx().Serhiy Storchaka2015-04-201-0/+8
* Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.Serhiy Storchaka2015-04-203-3/+64
* Issue #23998: PyImport_ReInitLock() now checks for lock allocation errorChristian Heimes2015-04-192-1/+7
* Issue #23536: Clarified scope of fileConfig()'s API.Vinay Sajip2015-04-181-0/+12
* Backported tests from issue #20175.Serhiy Storchaka2015-04-162-3/+23
* Fix PyGILState_GetThisThreadState() prototype in the API documentation.Charles-Fran?ois Natali2015-04-151-1/+1
* Issue #23811: Add missing newline to the PyCompileError error message.Berker Peksag2015-04-142-1/+4
* Reword NEWS item a bitAndrew Kuchling2015-04-141-2/+2
* #17898: reset k and v so that the loop doesn't use an old valueAndrew Kuchling2015-04-143-1/+31
* #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)Andrew Kuchling2015-04-131-1/+3
* remove useless word (closes #23929)Benjamin Peterson2015-04-131-1/+1
* Issue #23730: Document the return value of ZipFile.extractZachary Ware2015-04-131-0/+2
* - Regenerate the configure file.doko2015-04-131-3/+7
* - Use PLATDIR for the platform directory everywhere (refactoring only)doko2015-04-133-3/+6