summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-145-8/+5
| * | | #19934: fix mangled wordingAndrew Kuchling2015-05-131-3/+3
| * | | Issue #22064: Improve the misleading message from 2to3 when skipping optional...Berker Peksag2015-05-131-1/+1
| * | | Issue #23971: Fix underestimated presizing in dict.fromkeys()Raymond Hettinger2015-05-132-2/+4
| * | | Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
| * | | use imperativeBenjamin Peterson2015-05-121-2/+2
| * | | Defend against a mutation during comparisonRaymond Hettinger2015-05-121-0/+5
| * | | Issue #24161: Document that PyIter_Check() returns false positives for old-s...Raymond Hettinger2015-05-111-0/+4
| * | | Adds UUIDs for 2.7.10Steve Dower2015-05-111-0/+2
| * | | add trailing slashBenjamin Peterson2015-05-111-1/+1
| * | | - Do not italicize punctuation in the python man pagedoko@ubuntu.com2015-05-101-6/+6
| * | | add news section for 2.7.11Benjamin Peterson2015-05-101-0/+12
* | | | 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-101-0/+1
* 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-091-18/+30
* Upgrade setuptools to 15.2Donald Stufft2015-05-092-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-271-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