summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+3
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-0/+3
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-0/+2
* Document fixed bugsBarry Warsaw2007-03-141-0/+5
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-141-0/+3
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-141-0/+4
* Bug #1622896: fix a rare corner case where the bz2 module raised anGeorg Brandl2007-03-131-0/+3
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-131-0/+3
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-131-0/+3
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* Patch #1679379: add documentation for fnmatch.translate().Georg Brandl2007-03-131-0/+2
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-121-0/+3
* 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
* Revert rev. 54198, it's not really backwards compatible.Georg Brandl2007-03-101-3/+0
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-101-0/+5
* Merged revisions 54248 via svnmerge fromThomas Heller2007-03-091-0/+2
* Merged revisions 54244 via svnmerge fromThomas Heller2007-03-091-0/+3
* Manual backport of r54233. This will help prevent spurious Buildbot failuresBrett Cannon2007-03-091-0/+3
* SF #1637850: make_table in difflib did not work with unicodeRaymond Hettinger2007-03-081-0/+2
* SF 1676321: empty() returned wrong resultRaymond Hettinger2007-03-081-0/+2
* Add a NEWS entry for rev. 54207,8.Georg Brandl2007-03-081-0/+6
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-071-0/+3
* Document curses changes.Walter Dörwald2007-03-061-0/+3
* 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 negativeGeorg Brandl2007-03-061-0/+3
* Bug #1674503: close the file opened by execfile() in an error condition.Georg Brandl2007-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
* Fix constantification of None.Raymond Hettinger2007-03-021-0/+3
* Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de...Neal Norwitz2007-02-261-0/+3
* Backport 53901 and 53902 to prevent crash when there is an error decoding uni...Neal Norwitz2007-02-251-0/+2
* Revert r53672, just fix signature of time_isoformat instead.Martin v. Löwis2007-02-181-1/+1
* Patch #1494140: Add documentation for the new struct.Struct object.Georg Brandl2007-02-151-0/+2
* Patch #1657276: Make NETLINK_DNRTMSG conditional.Martin v. Löwis2007-02-131-0/+2
* Patch #685268: Consider a package's __path__ in imputil.Martin v. Löwis2007-02-131-0/+2
* Patch 1463026: Support default namespace in XMLGenerator.Martin v. Löwis2007-02-121-0/+2
* backport: fix trace.py --ignore-dirSkip Montanaro2007-02-111-0/+3
* Bug #1600860: Search for shared python library in LIBDIR, notMartin v. Löwis2007-02-091-0/+3
* Bug #1653736: Properly discard third argument to slot_nb_inplace_power.Martin v. Löwis2007-02-091-0/+2
* Bug #1653736: Complain about keyword arguments to time.isoformat.Martin v. Löwis2007-02-081-0/+2
* Do not let overflows in enumerate() and count() pass silently.Raymond Hettinger2007-02-071-0/+4
* 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-0/+2
* Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...Peter Astrand2007-02-061-0/+3
* Bug #1648179: set.update() not recognizing __iter__ overrides in dict subcla...Raymond Hettinger2007-02-011-0/+3
* [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;Georg Brandl2007-01-311-0/+3
* Patch #1638243: the compiler package is now able to correctly compileGeorg Brandl2007-01-271-0/+4