summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Inline PyImport_GetModulesReloading(). Backport from r54368.Collin Winter2007-03-131-10/+8
* Patch #1194449: correctly detect unbound methods in pydoc.Georg Brandl2007-03-131-2/+2
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-132-10/+14
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-133-2/+14
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-132-2/+5
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-132-0/+6
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-132-0/+33
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-127-2/+64
* Typo fix.Georg Brandl2007-03-121-1/+1
* Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.Martin v. Löwis2007-03-123-7/+13
* Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in theBarry Warsaw2007-03-123-4/+17
* Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...Collin Winter2007-03-121-1/+1
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-112-2/+13
* Patch #1675981: remove unreachable code from type.__new__() method.Žiga Seilnacht2007-03-112-7/+7
* Add missing "return" statements in exception handler.Georg Brandl2007-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-103-20/+4
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-103-0/+7
* Merged revisions 54248 via svnmerge fromThomas Heller2007-03-093-19/+15
* Merged revisions 54244 via svnmerge fromThomas Heller2007-03-094-5/+10
* Fix SF #1676971, Complex OverflowError has a typoNeal Norwitz2007-03-091-1/+1
* Manual backport of r54233. This will help prevent spurious Buildbot failuresBrett Cannon2007-03-092-1/+10
* SF #1637850: make_table in difflib did not work with unicodeRaymond Hettinger2007-03-082-5/+6
* 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