- 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
- dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
- 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
- f839e49 Remove Mikael as the maintainer of BeOS at his request. With no maintainer by Brett Cannon · 17 years ago
- 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 17 years ago
- 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
- 82955f6 Update the tools before building the docs by Neal Norwitz · 17 years ago
- 5c404ae Try to make the comment a little clearer. by Neal Norwitz · 17 years ago
- 7def3e0 Support the new doc system. by Neal Norwitz · 17 years ago
- 35c2096 Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). by Neal Norwitz · 17 years ago
- 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
- f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
- 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago
- eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
- 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
- f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
- f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 17 years ago
- 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 17 years ago
- 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
- ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
- fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
- 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 17 years ago
- 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
- 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 17 years ago
- 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 17 years ago
- cd1690e Mention Senthil Kumaran. by Martin v. Löwis · 17 years ago
- df46226 urllib2_localnet says it leaks probably due to threads. So ignore it. by Neal Norwitz · 17 years ago
- 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 17 years ago
- db2b1b3 Reflow long line by Neal Norwitz · 17 years ago
- c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 17 years ago
- 5995357 Ignore valgrind problems on Ubuntu from ld by Neal Norwitz · 17 years ago
- 67862ba Add Atul Varma for patch # 1667860 by Neal Norwitz · 17 years ago
- 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
- 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
- da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
- 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 17 years ago
- 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 17 years ago
- 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
- f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 17 years ago
- 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago
- 25497a1 Fix wrong issue number. by Georg Brandl · 17 years ago
- a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
- 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 17 years ago
- 19a7daa Mail if there is an installation failure. by Neal Norwitz · 17 years ago
- f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
- 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 17 years ago
- c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 17 years ago
- 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
- c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 17 years ago
- 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 17 years ago
- adf694b Fix typo in doc by Neal Norwitz · 17 years ago
- a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 17 years ago
- 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 17 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
- 6f73816 Add Alexandre Vassalotti. by Martin v. Löwis · 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
- fa15511 Change the maintainer of the BeOS port. by Brett Cannon · 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
- 25e4461 Remove references to stdwin which was removed long ago. by Neal Norwitz · 18 years ago
- 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
- d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
- 58e123d Verify changes to the trunk go to the normal checkins list 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
- 714e19a There really are some tests that are problematic. by Neal Norwitz · 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
- 5d08bd7 Add an optional address to copy the failure mails to. by Neal Norwitz · 18 years ago
- bcc1822 Add Travis Oliphant. by Martin v. Löwis · 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
- 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 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