- d4c0969 . by Skip Montanaro · 17 years ago
- a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
- eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
- 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
- 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
- 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
- bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
- 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
- 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
- 8b6a17b News entry for by Thomas Heller · 17 years ago
- 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
- 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
- c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
- c0f800d Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
- e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
- 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
- 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
- 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
- 897704d Bug #1733488: Fix compilation of bufferobject.c on AIX. by Martin v. Löwis · 17 years ago
- 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
- c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 17 years ago
- 2413e03 Backport 55731: by Neal Norwitz · 17 years ago
- 2e23bb7 Fix wrong issue number. (backport from rev. 55735) by Georg Brandl · 17 years ago
- ba871a0 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
- b40092b Merged revisions 55677 via svnmerge from by Thomas Heller · 17 years ago
- f86ae69 Backport rev 55450: by Neal Norwitz · 17 years ago
- dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
- 4c87581 HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 17 years ago
- 80a42c0 Update with the version that has been running for a while. Most of by Neal Norwitz · 18 years ago
- daa2e58 Backport fix for r54646-7: properly clear locale cache in time.strptime when by Brett Cannon · 18 years ago
- a801b6a Backport r54712: document that calling file.next() on a file open for writing by Brett Cannon · 18 years ago
- d1e3f6d Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
- f784d91 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
- 2f131d8 Recommit r54805: by Barry Warsaw · 18 years ago
- 93a3603 Backport r54786: by Walter Dörwald · 18 years ago
- 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 18 years ago
- d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 18 years ago
- ef57abd 2.5.1 final by Anthony Baxter · 18 years ago
- 87b5d91 Revert 53667 by Raymond Hettinger · 18 years ago
- e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 18 years ago
- 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 18 years ago
- 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
- 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
- 5d2d2ef - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
- d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
- 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
- 93e9384 Backport 54644: by Neal Norwitz · 18 years ago
- 48642d4 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
- 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
- 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
- a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 18 years ago
- fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
- 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
- e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
- e1b4a7e Add NEWS entry for old item by Andrew M. Kuchling · 18 years ago
- 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 18 years ago
- 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
- 8e92dd0 move note to the correct section by Gregory P. Smith · 18 years ago
- 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
- c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
- 385cd40 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
- 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
- 1a5fe58 Document fixed bugs by Barry Warsaw · 18 years ago
- 94c8872 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
- 027ac24 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
- d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
- 1300831 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
- 74fb211 Patch #1569798: fix a bug in distutils when building Python from a by Georg Brandl · 18 years ago
- 6cdcdbc Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to by Georg Brandl · 18 years ago
- 0a24d10 Patch #1679379: add documentation for fnmatch.translate(). by Georg Brandl · 18 years ago
- e19d7a3 Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. Fixed by patch #922167. by Collin Winter · 18 years ago
- a8cfa2a Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 18 years ago
- 3e43bcc Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number. by Collin Winter · 18 years ago
- ad3d2c2 Patch #1675981: remove unreachable code from type.__new__() method. by Žiga Seilnacht · 18 years ago
- 237458b Revert rev. 54198, it's not really backwards compatible. by Georg Brandl · 18 years ago
- 86d8d35 Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. Fixed by patch #1545011. by Collin Winter · 18 years ago
- 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
- f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
- afd9b2b Manual backport of r54233. This will help prevent spurious Buildbot failures by Brett Cannon · 18 years ago
- 1622d82 SF #1637850: make_table in difflib did not work with unicode by Raymond Hettinger · 18 years ago
- 154bc7c SF 1676321: empty() returned wrong result by Raymond Hettinger · 18 years ago
- d59ea47 Add a NEWS entry for rev. 54207,8. (backport from rev. 54222) by Georg Brandl · 18 years ago
- 84a0b8d Patch #1001604: glob.glob() now returns unicode filenames if it was by Georg Brandl · 18 years ago
- 6a9c780 Document curses changes. by Walter Dörwald · 18 years ago
- 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
- ffb0a80 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
- 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
- 15e138a Bug #1674503: close the file opened by execfile() in an error condition. by Georg Brandl · 18 years ago
- 1d56c2f Patch #1671450: add a section about subclassing builtin types to the by Georg Brandl · 18 years ago
- 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 18 years ago
- d882e36 Fix constantification of None. by Raymond Hettinger · 18 years ago
- 036b3be Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __del__). by Neal Norwitz · 18 years ago
- a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 18 years ago
- b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
- ee467d0 Patch #1494140: Add documentation for the new struct.Struct object. by Georg Brandl · 18 years ago
- 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 18 years ago
- ef67690 Patch #685268: Consider a package's __path__ in imputil. by Martin v. Löwis · 18 years ago
- 626b2e9 Patch 1463026: Support default namespace in XMLGenerator. Fixes #847665. by Martin v. Löwis · 18 years ago
- 4a67a67 backport: fix trace.py --ignore-dir by Skip Montanaro · 18 years ago
- 523539d Bug #1600860: Search for shared python library in LIBDIR, not by Martin v. Löwis · 18 years ago