summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3
* SF 1676321: empty() returned wrong resultRaymond Hettinger2007-03-082-1/+3
* Add a NEWS entry for rev. 54207,8.Georg Brandl2007-03-081-0/+6
* Fix #1676656: \em is different from \emph...Georg Brandl2007-03-081-1/+1
* Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 5...Georg Brandl2007-03-071-0/+7
* backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s).Georg Brandl2007-03-071-0/+9
* Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.Georg Brandl2007-03-071-1/+3
* Typo fix.Georg Brandl2007-03-071-1/+1
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-073-4/+20
* Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.Georg Brandl2007-03-071-4/+3
* Document curses changes.Walter Dörwald2007-03-061-0/+3
* Backport checkin:Walter Dörwald2007-03-062-2/+71
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-063-13/+20
* Patch #1673121: update README wrt. OSX default shell.Georg Brandl2007-03-061-3/+3
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-063-1/+25
* Patch #1602128: clarify that richcmp methods can return NotImplementedGeorg Brandl2007-03-061-7/+9
* Patch #1646728: datetime.fromtimestamp fails with negativeGeorg Brandl2007-03-063-0/+18
* A test case for the defaultdict KeyError bug.Georg Brandl2007-03-061-0/+9
* Fix another reincarnation of bug #1576657 in defaultdict.Georg Brandl2007-03-061-2/+6
* Bug #1674503: close the file opened by execfile() in an error condition.Georg Brandl2007-03-062-2/+4
* Patch #1672481: fix bug in idlelib.MultiCall.Georg Brandl2007-03-061-0/+2
* A test case for the fix in #1674228.Georg Brandl2007-03-061-0/+11
* Patch #1671450: add a section about subclassing builtin types to theGeorg Brandl2007-03-063-1/+190
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-053-1/+18
* Fix a bug in test_dict and test_userdict, found at the PyPy sprint.Georg Brandl2007-03-042-6/+6
* Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Res...Georg Brandl2007-03-021-2/+5
* Fix constantification of None.Raymond Hettinger2007-03-023-5/+17
* Fix typo (noticed in Raymond's r54053 commit adding NamedTupleAndrew M. Kuchling2007-03-011-1/+1
* Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de...Neal Norwitz2007-02-262-1/+8
* Markup fixAndrew M. Kuchling2007-02-261-2/+2
* Backport from Py3k branch: fix refleak in PyString_Format.Georg Brandl2007-02-261-1/+5
* Backported r51621 from p3yk:Thomas Wouters2007-02-252-4/+4
* Backport 53901 and 53902 to prevent crash when there is an error decoding uni...Neal Norwitz2007-02-252-0/+4
* Fixup set/dict interoperability.Raymond Hettinger2007-02-191-0/+11
* Provide an example of defaultdict with non-zero constant factory function.Raymond Hettinger2007-02-191-8/+12
* Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().Raymond Hettinger2007-02-194-7/+73
* Revert r53672.Martin v. Löwis2007-02-181-5/+0
* Revert r53672, just fix signature of time_isoformat instead.Martin v. Löwis2007-02-182-3/+6
* Minor fix for currentframe (SF #1652788).Vinay Sajip2007-02-171-5/+5
* Add missing \versionadded.Georg Brandl2007-02-151-0/+4
* Patch #1494140: Add documentation for the new struct.Struct object.Georg Brandl2007-02-152-0/+57
* Make functools.wraps() docs a bit clearer.Georg Brandl2007-02-151-6/+11
* Backport 53776: Ignore directory time stampsMartin v. Löwis2007-02-141-1/+2
* Patch #1657276: Make NETLINK_DNRTMSG conditional.Martin v. Löwis2007-02-132-0/+4
* Bug #1658794: Remove extraneous 'this'.Martin v. Löwis2007-02-131-1/+1
* Patch #685268: Consider a package's __path__ in imputil.Martin v. Löwis2007-02-132-0/+6
* Patch 1463026: Support default namespace in XMLGenerator.Martin v. Löwis2007-02-123-17/+59
* Bug #1656581: Point out that external file objects are supposed to beLars Gustäbel2007-02-121-2/+3
* backport: fix trace.py --ignore-dirSkip Montanaro2007-02-112-1/+4
* Bug #1656078: typo in in profile docs.Georg Brandl2007-02-091-1/+1