- d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 18 years ago
- 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 18 years ago
- 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 18 years ago
- a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 18 years ago
- 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 18 years ago
- 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 18 years ago
- 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 18 years ago
- 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
- 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 18 years ago
- f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 18 years ago
- 3e27536 Recent items. by Skip Montanaro · 18 years ago
- 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
- 95f1a1b News about functools.reduce. by Guido van Rossum · 18 years ago
- 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
- 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 18 years ago
- dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 18 years ago
- 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 18 years ago
- 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 18 years ago
- 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
- 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
- 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 18 years ago
- eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 18 years ago
- 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 18 years ago
- f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
- f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
- 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
- ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 18 years ago
- fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 18 years ago
- 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 18 years ago
- 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 18 years ago
- 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 18 years ago
- 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 18 years ago
- 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 18 years ago
- db2b1b3 Reflow long line by Neal Norwitz · 18 years ago
- c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 18 years ago
- 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
- 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
- da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 18 years ago
- 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
- 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 18 years ago
- 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
- f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 18 years ago
- 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 18 years ago
- 25497a1 Fix wrong issue number. by Georg Brandl · 18 years ago
- a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 18 years ago
- 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
- f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
- 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 18 years ago
- c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
- 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
- c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
- 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 18 years ago
- a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
- 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 18 years ago
- 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
- c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 18 years ago
- 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
- 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
- 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
- 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
- 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
- dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
- 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
- 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 18 years ago
- d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
- b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
- e0e70a4 Mention removal of some directories for obsolete platforms by Neal Norwitz · 18 years ago
- a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
- 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
- 8549ce3 Updates of recent changes to logging. by Vinay Sajip · 18 years ago
- 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 18 years ago
- 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 18 years ago
- 3dc6e90 Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
- fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
- d918a65 Added a comment about last change in urllib2.py (all 2xx responses are ok now). by Facundo Batista · 18 years ago
- cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
- 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
- 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
- 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
- 55a1864 Doc that file.next() has undefined behaviour when called on a file opened with by Brett Cannon · 18 years ago
- 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
- e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
- e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
- c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 18 years ago
- 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 18 years ago
- db84603 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
- b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 18 years ago
- c64ad48 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
- 234b1ff Add note about type.__init__(). by Guido van Rossum · 18 years ago
- 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
- 0af3388 Bug #978833: Revert r50844, as it broke _socketobject.dup. Will backport. by Martin v. Löwis · 18 years ago
- 2f401d7 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
- 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 18 years ago
- f493cbd Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
- 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
- cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
- 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
- aa754b7 Remove unused file spotted by Paul Hankin by Neal Norwitz · 18 years ago