summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | #13769: Enhance docs for ensure_ascii semantics in JSON decoding functionsPetri Lehtinen2012-09-012-11/+16
| * | #12776,#11839: call argparse type function only once.R David Murray2012-09-012-7/+62
| * | Closes #15710: accept long in _checkLevel.Vinay Sajip2012-08-291-1/+1
| * | Issue #15765: Fix quirky NetBSD getcwd() behaviour.Trent Nelson2012-08-291-2/+10
| * | use the stricter PyMapping_Check (closes #15801)Benjamin Peterson2012-08-281-0/+3
| * | Fix wrong way of adding Error information in shutil.copytree.Georg Brandl2012-08-251-1/+1
| * | Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)Mark Dickinson2012-08-241-2/+0
| * | Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-242-1/+21
| * | Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-241-0/+10
| * | #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+1
| * | #13579: minimize code base drift for 'a' string.Formatter change.R David Murray2012-08-191-4/+4
| * | Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-181-0/+9
| * | #11062: Fix adding a message from file to Babyl mailboxPetri Lehtinen2012-08-152-1/+14
| * | #9161: Fix test to use standard optparse test pattern (what was I thinking?)R David Murray2012-08-141-6/+6
| * | Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-143-2/+39
| * | #9161: add test for the bug fixed by r82581.R David Murray2012-08-141-0/+7
| * | Fix #15496. Add directory removal helpers to make Windows tests more reliable...Brian Curtin2012-08-131-2/+66
| * | Graft a89d654adaa2 from 3.2 branch. Fixes #15620.Georg Brandl2012-08-111-0/+4
| |\ \
| * | | Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+13
| * | | Fix #15567. collections.deque wasn't importedBrian Curtin2012-08-101-1/+2
| * | | Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder ...Vinay Sajip2012-08-041-4/+6
| * | | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...Andrew Svetlov2012-08-041-5/+25
| * | | #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
| * | | Closes #15469: Correct __sizeof__ support for dequeJesus Cea2012-08-031-0/+16
| * | | Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-2/+50
| * | | Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-311-2/+2
| * | | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-301-1/+1
| * | | Issue #14018: Update the OS X IDLE Tcl/Tk warning check to includeNed Deily2012-07-302-6/+13
| * | | Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-291-0/+11
| * | | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-291-4/+18
| * | | Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-293-151/+126
| * | | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-291-10/+42
| * | | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-272-1/+40
| * | | Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-253-7/+38
| * | | Better test for Issue #15402: Add a __sizeof__ method to struct.StructJesus Cea2012-07-231-4/+4
| * | | Issue #15402: Add a __sizeof__ method to struct.Struct.Meador Inge2012-07-231-0/+10
| * | | #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-232-2/+33
| * | | merge headsGregory P. Smith2012-07-225-22/+84
| |\ \ \
| | * | | #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-222-14/+30
| | * | | #12353: argparse now correctly handles null argument values.R David Murray2012-07-222-1/+2
| | * | | #14391: clarify docstring discussion of Action's 'type' argument's value.R David Murray2012-07-211-4/+4
| | * | | #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
| | * | | Issue #14579: Fix error handling bug in the utf-16 decoder.Antoine Pitrou2012-07-201-2/+26
| | * | | Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-0/+20
| * | | | Consistently raise a TypeError when a non str is passed to hashlib.newGregory P. Smith2012-07-222-1/+2
| |/ / /
| * | | Fix the with_poll tests for platforms without poll. missing import.Gregory P. Smith2012-07-161-0/+1
| * | | Issue 15337: help() shown as undocumentedRaymond Hettinger2012-07-162-4/+5
| * | | Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-162-1/+220
| * | | Try other approach to fix issue #15334.Antoine Pitrou2012-07-131-3/+8
| * | | Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1