summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Bug #1563759: struct.unpack doens't support buffer protocol objectsRaymond Hettinger2007-04-041-0/+6
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+9
* Array module's buffer interface can now handle empty arrays.Raymond Hettinger2007-04-021-0/+7
* SF #1693079 Array module cannot pickle empty arraysRaymond Hettinger2007-04-021-0/+15
* Backport 54594:Neal Norwitz2007-03-311-0/+7
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-211-0/+9
* Test and fix fromkeys optional argument.Raymond Hettinger2007-03-211-0/+3
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-2/+6
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+50
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+32
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-1/+1
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-141-0/+23
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+9
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-122-0/+19
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
* Revert rev. 54198, it's not really backwards compatible.Georg Brandl2007-03-101-10/+0
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+1
* Manual backport of r54233. This will help prevent spurious Buildbot failuresBrett Cannon2007-03-091-1/+7
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3
* Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 5...Georg Brandl2007-03-071-0/+7
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+10
* Backport checkin:Walter Dörwald2007-03-061-0/+9
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-0/+6
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-061-0/+5
* Patch #1646728: datetime.fromtimestamp fails with negativeGeorg Brandl2007-03-061-0/+9
* A test case for the defaultdict KeyError bug.Georg Brandl2007-03-061-0/+9
* A test case for the fix in #1674228.Georg Brandl2007-03-061-0/+11
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-0/+14
* Fix a bug in test_dict and test_userdict, found at the PyPy sprint.Georg Brandl2007-03-042-6/+6
* Fix constantification of None.Raymond Hettinger2007-03-021-0/+5
* Backported r51621 from p3yk:Thomas Wouters2007-02-252-4/+4
* Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().Raymond Hettinger2007-02-191-0/+20
* Revert r53672.Martin v. Löwis2007-02-181-5/+0
* Patch 1463026: Support default namespace in XMLGenerator.Martin v. Löwis2007-02-121-1/+38
* Bug #1653736: Complain about keyword arguments to time.isoformat.Martin v. Löwis2007-02-081-0/+5
* Do not let overflows in enumerate() and count() pass silently.Raymond Hettinger2007-02-071-2/+1
* Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...Raymond Hettinger2007-02-071-0/+2
* Check for a common user error with defaultdict().Raymond Hettinger2007-02-071-3/+4
* SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclassesRaymond Hettinger2007-02-071-0/+8
* [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;Georg Brandl2007-01-311-0/+15
* Patch #1638243: the compiler package is now able to correctly compileGeorg Brandl2007-01-271-0/+31
* Backport fix for bug #1643943.Brett Cannon2007-01-251-0/+4
* If you created a weakref in an object's __del__ method to itself it wouldBrett Cannon2007-01-232-1/+16
* [Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple testAndrew M. Kuchling2007-01-221-1/+34
* Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-212-3/+54
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-214-1/+43
* Fix for bug #1634343: allow specifying empty arguments on WindowsPeter Astrand2007-01-131-0/+2
* SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().Raymond Hettinger2007-01-111-0/+11