summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-051-0/+69
* Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-052-4/+11
* #15509: If %action substitution produces a null string, drop it.R David Murray2012-09-031-2/+9
* prevert ast errors from being normalized before ast_error_finish is called (c...Benjamin Peterson2012-09-021-0/+6
* #15802: Fix test logic in TestMaildir.test_create_tmpPetri Lehtinen2012-09-011-5/+5
* #12776,#11839: call argparse type function only once.R David Murray2012-09-012-7/+62
* Issue #15800: fix the closing of input / output files when gzip is used as a ...Antoine Pitrou2012-08-291-2/+2
* 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-4/+0
* Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.Mark Dickinson2012-08-241-2/+0
* Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-242-1/+23
* Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-241-0/+10
* #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-242-1/+17
* Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-211-3/+20
* #15752: s/assertRaisesRegexp/assertRaisesRegex/gEzio Melotti2012-08-211-2/+2
* Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().Stefan Krah2012-08-211-0/+8
* Issue #15285: Refactor connect timeout test in test_timeout.Trent Nelson2012-08-211-8/+82
* #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-201-1/+1
* Issue #15738: Fix a missing NULL check in subprocess_fork_exec().Stefan Krah2012-08-201-0/+10
* Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().Stefan Krah2012-08-201-0/+13
* #13579: teach string.Formatter about 'a'.R David Murray2012-08-192-4/+18
* Issue #15595: Fix subprocess.Popen(universal_newlines=True)Andrew Svetlov2012-08-192-2/+35
* Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-181-0/+9
* Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken.Mark Dickinson2012-08-181-4/+0
* #11062: Fix universal newline support in Babyl._install_message()Petri Lehtinen2012-08-161-3/+10
* #11062: Fix adding a message from file to Babyl mailboxPetri Lehtinen2012-08-152-13/+7
* #15269: document dircmp.left and right, and add tests for them.R David Murray2012-08-151-2/+8
* Add test to explicit check the absence regression in subprocess (issue #15592).Andrew Svetlov2012-08-141-0/+12
* Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-143-2/+36
* Fix #15496. Add directory removal helpers to make Windows tests more reliable...Brian Curtin2012-08-131-2/+66
* Revert 961a15aff2a6, this is already checked in another way.Georg Brandl2012-08-111-3/+1
* Closes #15620: check for presence of readline.clear_history(), which is appar...Georg Brandl2012-08-111-1/+3
* Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-111-0/+13
* Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test caseNed Deily2012-08-091-1/+4
* Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-051-5/+7
* Fix universal newlines test to avoid the newline translation done by sys.stdout.Antoine Pitrou2012-08-041-26/+28
* Fix test_sys under Windows (issue #13119)Antoine Pitrou2012-08-041-1/+2
* Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...Andrew Svetlov2012-08-041-5/+26
* Close #13119: use "\r\n" newline for sys.stdout/err on WindowsVictor Stinner2012-08-031-0/+17
* #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-0/+41
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-012-0/+16
* 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/+14
* 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-3/+17
* Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-293-148/+121