- a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
- 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
- 55c54a2 Frak; this test also fails by Andrew M. Kuchling · 18 years ago
- f2881e8 Darn; this test works when you run test_pty.py directly, but fails when regrtest runs it (the os.read() raises os.error). I can't figure out the cause, so am commenting out the test. by Andrew M. Kuchling · 18 years ago
- 4281902 [Patch #827559 from Chris Gonnerman] Make SimpleHTTPServer redirect when a directory URL is missing the trailing slash; this lets relative links work. by Andrew M. Kuchling · 18 years ago
- ee0e6d1 [Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect; by Andrew M. Kuchling · 18 years ago
- 3fa5e6e [Bug #776202] Apply Walter Doerwald's patch to use text mode for encoded files by Andrew M. Kuchling · 18 years ago
- 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 18 years ago
- dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 18 years ago
- b29069d [Bug #737202; fix from Titus Brown] Make CGIHTTPServer work for scripts in sub-directories by Andrew M. Kuchling · 18 years ago
- eabc0e8 Typo fix by Andrew M. Kuchling · 18 years ago
- d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 18 years ago
- fd7e162 Fix typo. by Walter Dörwald · 18 years ago
- 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 18 years ago
- b6060db Lars asked for permission on on python-dev for work on tarfile.py by Neal Norwitz · 18 years ago
- 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 18 years ago
- a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 18 years ago
- b688573 Two grammar fixes by Andrew M. Kuchling · 18 years ago
- 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 18 years ago
- eca4c31 [Apply length-checking.diff from bug #1599254] by Andrew M. Kuchling · 18 years ago
- ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
- 94547f7 Bug #1590891: random.randrange don't return correct value for big number by Raymond Hettinger · 18 years ago
- ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 18 years ago
- 8183c63 Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 18 years ago
- 29ff461 [Patch #1587139 by kxroberto] Protect lock acquisition/release with by Andrew M. Kuchling · 18 years ago
- c911e91 [Patch #1600491 from Jim Jewett] Describe how to build help files on Windows by Andrew M. Kuchling · 18 years ago
- 5227857 [Patch #1617413 from Dug Song] Fix HTTP Basic authentication via HTTPS by Andrew M. Kuchling · 18 years ago
- 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
- 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 18 years ago
- 8fe2d20 [Patch #1618455 by Ben Maurer] Improve speed of HMAC by using str.translate() by Andrew M. Kuchling · 18 years ago
- e3a985f Make sre's SubPattern objects accept slice objects like it already accepts by Thomas Wouters · 18 years ago
- ab4b873 Fix markup by Andrew M. Kuchling · 18 years ago
- 44b054b [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
- 9059843 Describe new methods in Queue module by Andrew M. Kuchling · 18 years ago
- 0693ae1 [Bug #1616726] Fix description of generator.close(); if you raise some random exception, the exception is raised and doesn't trigger a RuntimeError by Andrew M. Kuchling · 18 years ago
- ff5c229 Bump version by Andrew M. Kuchling · 18 years ago
- 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 18 years ago
- c3200b9 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 18 years ago
- 1646568 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
- 76fdb8c Added news on recent changes to logging by Vinay Sajip · 18 years ago
- 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 18 years ago
- 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 18 years ago
- c745df8 Remove unneeded imports of 'warnings'. by Brett Cannon · 18 years ago
- 905820c Remove an unneeded import of 'warnings'. by Brett Cannon · 18 years ago
- da1ad32 Fix typo. by Walter Dörwald · 18 years ago
- 66a1726 Patch by "cuppatea" (SF #1503765) by Vinay Sajip · 18 years ago
- 5492e17 Patch by Jeremy Katz (SF #1609407) by Vinay Sajip · 18 years ago
- f54a63b Move errno imports back to individual functions. by Georg Brandl · 18 years ago
- 0adf084 Fix a typo by Neal Norwitz · 18 years ago
- ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 18 years ago
- b130743 Patch #1608267: fix a race condition in os.makedirs() is the directory by Georg Brandl · 18 years ago
- 66fab42 #1577756: svnversion doesn't react to LANG=C, use LC_ALL=C to force by Georg Brandl · 18 years ago
- c789f34 Add test for SF bug 1576657 by Raymond Hettinger · 18 years ago
- 9c14ffb Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug by Raymond Hettinger · 18 years ago
- 0c85086 Port Armin's fix for a dict resize vulnerability (svn revision 46589, sf bug 1456209). by Raymond Hettinger · 18 years ago
- f31e175 Eliminate two redundant calls to PyObject_Hash(). by Raymond Hettinger · 18 years ago
- 70f4669 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 18 years ago
- 8211297 Fix a bad assumption that all objects assigned to '__loader__' on a module by Brett Cannon · 18 years ago
- 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
- 0a286d0 Fix pickle doc typo Patch #1608758 by George Yoshida · 18 years ago
- 9be4905 fix a versionchanged tag by George Yoshida · 18 years ago
- d149d0c - Fix build failure on kfreebsd and on the hurd. by Matthias Klose · 18 years ago
- a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 18 years ago
- 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
- 8609da9 Move IDLE news into NEWS.txt. by Martin v. Löwis · 18 years ago
- 8a7e76b Add name to credits (for untokenize). by Raymond Hettinger · 18 years ago
- f008203 Move xdrlib tests from the module into a separate test script, by Walter Dörwald · 18 years ago
- c764340 Update version. by Guido van Rossum · 18 years ago
- 7037085 Forgot a case where the locals can now be a general mapping by Armin Rigo · 18 years ago
- ef583a4 Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
- 73e7e05 Bug #1603789: grammatical error in Tkinter docs. by Georg Brandl · 18 years ago
- 21d900f Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 18 years ago
- 4d542ec Disable _XOPEN_SOURCE on NetBSD 1.x. Will backport to 2.5 by Martin v. Löwis · 18 years ago
- 25d208b Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
- a3c7767 ... and the number of the counting shall be three. by Raymond Hettinger · 18 years ago
- a912c6c Fix and/add typo by Raymond Hettinger · 18 years ago
- f390442 a test for an error condition not covered by existing tests by Michael W. Hudson · 18 years ago
- 3f96902 Bug #1601630: little improvement to getopt docs by Georg Brandl · 18 years ago
- 39b8b6a Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig')) by Walter Dörwald · 18 years ago
- 4ebbefe Patch #1362975: Rework CodeContext indentation algorithm to by Martin v. Löwis · 18 years ago
- 2607e6c Conditionalize definition of _CRT_SECURE_NO_DEPRECATE by Martin v. Löwis · 18 years ago
- 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 18 years ago
- 10cdb74 Oops, convert tabs to spaces by Neal Norwitz · 18 years ago
- 4fe4423 Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
- 5dba6f7 Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 18 years ago
- 1e75386 Further markup fix. by Georg Brandl · 18 years ago
- 942f5e7 markup fix by George Yoshida · 18 years ago
- 45e230a Speed up function calls into the math module by using METH_O. by Neal Norwitz · 18 years ago
- 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 18 years ago
- 9eec51c Add a test case of data w/ bytes > 127 by Andrew M. Kuchling · 18 years ago
- cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
- 283a135 Patch [ 1586791 ] better error msgs for some TypeErrors by Georg Brandl · 18 years ago
- db4f255 Expand checking in test_sha by Andrew M. Kuchling · 18 years ago
- bba003e Patch #1472877: Fix Tix subwidget name resolution. Will backport to 2.5. by Martin v. Löwis · 18 years ago
- ef5fd3e Patch #1594554: Always close a tkSimpleDialog on ok(), even by Martin v. Löwis · 18 years ago
- c73a4a4 Patch #1538878: Don't make tkSimpleDialog dialogs transient if by Martin v. Löwis · 18 years ago
- 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 18 years ago
- 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
- 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 18 years ago
- adff8eb Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 18 years ago