summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+3
* Bug #1678647: write a newline after printing an exception in anyGeorg Brandl2007-03-121-0/+3
* Backport from Py3k branch:Georg Brandl2007-03-121-0/+4
* Patch #1677862: Require a space or tab after import in .pth files.Martin v. Löwis2007-03-121-0/+2
* Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.Martin v. Löwis2007-03-121-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-0/+3
* Patch #1675981: remove unreachable code from type.__new__() method.Žiga Seilnacht2007-03-111-0/+2
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-101-0/+4
* Add proper attribution for a bug fix.Collin Winter2007-03-101-1/+2
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+3
* Bug #1651235: When a tuple was passed to a ctypes function call,Thomas Heller2007-03-091-0/+3
* Patch #1491866: change the complex() constructor to allow parthensized forms....Collin Winter2007-03-091-0/+4
* Add Ziga Seilnacht.Martin v. Löwis2007-03-091-0/+4
* Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)Thomas Heller2007-03-091-0/+3
* Bug #1629566: clarify the docs on the return values of parsedate() and parsed...Collin Winter2007-03-091-0/+3
* Patch #957003: Implement smtplib.LMTP.Martin v. Löwis2007-03-091-0/+2
* Add NEWS item for patch #1481079 (r54234).Collin Winter2007-03-091-0/+2
* Introduce test.test_support.TransientResource. It's a context manager toBrett Cannon2007-03-081-0/+4
* Add a NEWS entry for rev. 54207,8.Georg Brandl2007-03-081-0/+6
* Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').Martin v. Löwis2007-03-071-0/+2
* Patch #787789: allow to pass custom TestRunner instances to unittest'sGeorg Brandl2007-03-071-0/+3
* Patches #1550273, #1550272: fix a few bugs in unittest and add aGeorg Brandl2007-03-071-0/+3
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+3
* Patch #703779: unset __file__ in __main__ after running a file. ThisGeorg Brandl2007-03-071-0/+4
* Variant of patch #697613: don't exit the interpreter on a SystemExitGeorg Brandl2007-03-071-0/+5
* Document change to curses.Walter Dörwald2007-03-061-0/+2
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-0/+3
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-061-0/+2
* Patch #1646728: datetime.fromtimestamp fails with negativeGuido van Rossum2007-03-061-0/+3
* patch 1673619 - identify extension modules which cannot be builtSkip Montanaro2007-03-061-0/+3
* Patch #912410: Replace HTML entity references for attribute valuesMartin v. Löwis2007-03-061-0/+3
* Patch #1663234: you can now run doctest on test files and modulesGeorg Brandl2007-03-061-0/+3
* Bug #1674503: close the file opened by execfile() in an error condition.Georg Brandl2007-03-061-0/+2
* Patch #1121142: Implement ZipFile.open.Martin v. Löwis2007-03-061-0/+2
* Patch #1671450: add a section about subclassing builtin types to theGeorg Brandl2007-03-061-0/+3
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-0/+3
* Added Pete for 3101 tooNeal Norwitz2007-03-051-0/+3
* note MacPorts/BerkDB change in setup.pySkip Montanaro2007-03-041-0/+2
* Add Pat and Eric for work on PEP 3101 in the sandboxNeal Norwitz2007-03-011-0/+3
* Add collections.NamedTupleRaymond Hettinger2007-03-011-0/+2
* Add news about changes to metaclasses and __bases__ error checking.Jeremy Hylton2007-02-271-0/+7
* When printing an unraisable error, don't print exceptions. before the name.Neal Norwitz2007-02-261-0/+3
* Fix typo.Georg Brandl2007-02-261-1/+1
* Add Steven Bethard to help out with patches.Neal Norwitz2007-02-261-0/+3
* Fix crash in exec when unicode filename can't be decoded.Jeremy Hylton2007-02-251-0/+1
* Add itertools.izip_longest().Raymond Hettinger2007-02-211-0/+2
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-192-0/+4
* Moved misplaced news item.Lars Gustäbel2007-02-191-3/+3
* Add merge() function to heapq.Raymond Hettinger2007-02-191-0/+2
* Update the encoding package's search function to use absolute imports whenBrett Cannon2007-02-151-0/+3