- 84332f9 what month is it again? I get confused... by Anthony Baxter · 19 years ago v2.4.4c1
- 126ba44 preparing for 2.4.4c1 by Anthony Baxter · 19 years ago
- f46d5d3 Update distutils version number to match the library version number by Anthony Baxter · 19 years ago
- 2b37ea4 Backport of the pieces of trunk rev 46589 relevant to by Tim Peters · 19 years ago
- b8f82e6 Backport r45505, r45573, r45576 by Martin v. Löwis · 19 years ago
- 2a3d88c [Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list. by Andrew M. Kuchling · 19 years ago
- 392cafb Port of universal binary support for Mac OSX from python 2.5. This takes away by Ronald Oussoren · 19 years ago
- 2d09be9 Backport from trunk r52223: by Hye-Shik Chang · 19 years ago
- 1af9f68 [Backport r51248 | neal.norwitz] by Andrew M. Kuchling · 19 years ago
- b2d0f34 A review of overflow-detecting code in the 2.4 branch. by Armin Rigo · 19 years ago
- 98041d7 Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
- e346a73 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 19 years ago
- 9569ea3 [Backport rev. 51728 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
- 4b32cdd Back out r52076, it's causing the buildbots to fail because of test_charmapcodec. by Georg Brandl · 19 years ago
- cae0a86 Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 19 years ago
- 16e469b Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
- ee2940d Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
- 86b66b9 Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 19 years ago
- adf8a1d Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
- c138772 [Backport rev. 46882 by neal.norwitz] by Andrew M. Kuchling · 19 years ago
- f21bdb4 [Backport rev. 38534 by loewis] by Andrew M. Kuchling · 19 years ago
- 27d7e8d Backport 51850 from release25-maint branch. by Neal Norwitz · 19 years ago
- 56b5458 Backport from trunk r51737: by Hye-Shik Chang · 19 years ago
- e00ffff Fix missing import of the types module in logging.config. by Georg Brandl · 19 years ago
- ba8522a Backport trunk's revision 51565: by Thomas Wouters · 19 years ago
- 79ba8e5 Backport rev 51448: by Georg Brandl · 19 years ago
- ee76a56 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 19 years ago
- 28930e4 Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 19 years ago
- 1f2e503 Backport whitespace-normalization-proofing test_cgi fix. by Georg Brandl · 19 years ago
- 8aab37e Chris McDonough's patch to defend against certain DoS attacks on FieldStorage. by Georg Brandl · 19 years ago
- b302323 Backport fixes for #1523610 (crashes in PyArg_ParseTuple): by Georg Brandl · 19 years ago
- f6f89e6 memcmp() can return values other than -1, 0, and +1 but tp_compare must not. by Thomas Heller · 19 years ago
- cc09e42 Don't produce output in test_builtin. (backport from rev. 51131) by Georg Brandl · 19 years ago
- 4eb9634 Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 19 years ago
- 33b621c Bug #1535182: really test the xreadlines() method of bz2 objects. by Georg Brandl · 19 years ago
- c005e2e Complain about missing VS 2003 in the error message by Martin v. Löwis · 19 years ago
- 9e59967e Patch #1529686: run test_iterlen and test_email_codecs in 2.4. by Georg Brandl · 19 years ago
- 0738db2 Backport r50840 to Python 2.4: by Barry Warsaw · 19 years ago
- 0736c53 - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 19 years ago
- f7664cd Merge rev 50882 from the trunk. by Tim Peters · 19 years ago
- e5db059 Oops, this time, really bump the email version number to 3.0.2. by Barry Warsaw · 19 years ago
- b7e173e Port r50754 to Python 2.4/email 3.0. Bump the email version number to 3.0.2. by Barry Warsaw · 19 years ago
- 04e38d9 Put method-wrappers into trashcan. Fixes #927248. by Martin v. Löwis · 19 years ago
- 4b2c20d Patch #825417: Fix timeout processing in expect, read_until. by Martin v. Löwis · 19 years ago
- 35194d4 Bug #1267547: Put proper recursive setup.py call into the by Martin v. Löwis · 19 years ago
- 92b658c SF bug #1504333: sgmlib should allow angle brackets in quoted values by Fred Drake · 19 years ago
- 7622093 Removed buggy exception handling in doRollover of rotating file handlers. Exceptions now propagate to caller. by Vinay Sajip · 19 years ago
- 44b0193 - SF bug #853506: IP6 address parsing in sgmllib by Fred Drake · 19 years ago
- 6517525 Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47077. by Peter Astrand · 19 years ago
- 53730fe Backport of r47061. by Armin Rigo · 19 years ago
- d7d903a Bug #1117556: SimpleHTTPServer now tries to find and use the system's by Georg Brandl · 19 years ago
- 1f66b00 Bug #1339007: Shelf objects now don't raise an exception in their by Georg Brandl · 19 years ago
- b940515 Merge rev 46840 from trunk. by Tim Peters · 19 years ago
- c9cab18 Add the new test from the #1503157 patch to the branch. by Georg Brandl · 19 years ago
- 7afe7fe Backport of fix of bug #532646 for new-style classes. by Brett Cannon · 19 years ago
- 3337cfd [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxutils.XMLGenerator by Andrew M. Kuchling · 19 years ago
- 5de5dc1 Backport of endianness fix for argvemulator by Ronald Oussoren · 19 years ago
- bf1f768 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 19 years ago
- 84dce40 Remove various dependencies on dictionary order in the standard library by Armin Rigo · 19 years ago
- 872c3bb Code tried to modify a tuple, convert to list before doing that (backport from by Ronald Oussoren · 19 years ago
- 14e4ca4 backport of byteorder issues in applesingle by Ronald Oussoren · 19 years ago
- 38e726d Merge rev 45944 from trunk. by Tim Peters · 19 years ago
- 4c99867 Backport SF bug/patch #1433877: string parameter to ioctl not null terminated by Thomas Wouters · 19 years ago
- 1ee6d94 Bug #1481530: allow "from os.path import ..." with imputil by Georg Brandl · 19 years ago
- ba3429b Bug #1472191: convert breakpoint indices to ints before comparing them to ints by Georg Brandl · 19 years ago
- d68e43a Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 19 years ago
- dca3767 Patch #1464708 from William McVey: fixed handling of nested comments in mail by Barry Warsaw · 19 years ago
- 969ca9c Backport r45774: by Neal Norwitz · 19 years ago
- fee327c Bug #1478429: make datetime.datetime.fromtimestamp accept every float, by Georg Brandl · 19 years ago
- a64b981 Bug #1478326: don't allow '/' in distutils.util.get_platform machine names by Georg Brandl · 19 years ago
- 3ee5dd6 Put break at correct level so *all* root HKEYs acutally get checked for by Trent Mick · 19 years ago
- 3a6d19e Merge rev 45631 from trunk. by Tim Peters · 19 years ago
- 949fc9c Merge rev 45516 from trunk. by Tim Peters · 19 years ago
- b182621 Merge rev 45498 from trunk. by Tim Peters · 19 years ago
- 2a2e7bd Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 19 years ago
- 5319074 Backport 45338: by Neal Norwitz · 19 years ago
- c2b1cda reverting r45322 - "traceback.format_exception_only() now prepends by Anthony Baxter · 19 years ago
- e5a7968 Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
- b5ee849 backport 43519. fixes SF bug 1117761. by Gregory P. Smith · 19 years ago
- 17cfe2b Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
- 5ae66c2 StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840). by Vinay Sajip · 19 years ago
- f9129b4 Patch #1466993: remove wrong comment in socket.py (backport from rev. 43746) by Georg Brandl · 19 years ago
- a5f43e1 Whitespace normalization. by Tim Peters · 19 years ago
- 2870125 Merge rev 43734 from the trunk. by Tim Peters · 19 years ago
- 44c2fd3 Fix bsddb.db.DBError derived exceptions so they can be unpickled. by Gregory P. Smith · 19 years ago
- 74171ba backport of 43688: by Anthony Baxter · 19 years ago
- 920430a backport: by Anthony Baxter · 19 years ago
- 93973ff Rev 43597 on the branch purported to merge rev 43578 from the trunk, by Tim Peters · 19 years ago
- 119dc70 backport r43579 by Anthony Baxter · 19 years ago
- 0860da9 backport of r43578 by Anthony Baxter · 19 years ago
- d3bff37 Backport 43568: by Neal Norwitz · 19 years ago
- 8a90631 Backport of r39612: some more fixes for inspect.getsource(). by Armin Rigo · 19 years ago
- 9be60ec Bug #1458017: make distutils.Log._log more forgiving when passing in by Georg Brandl · 19 years ago
- ac4eea4 Merge rev 43518 from trunk. by Tim Peters · 19 years ago
- a33a35e Merge rev 43516 from trunk. by Tim Peters · 19 years ago
- 1c63b55 Merge rev 43511 from the trunk. by Tim Peters · 19 years ago
- 40fec61 Make test_socket_ssl pass on Windows by Georg Brandl · 19 years ago
- 831c229 bug #1257988: don't bail out on gethostbyname(gethostname()) failure by Georg Brandl · 19 years ago
- d63d436 Patch #1462313, bug #1443328: the pickle modules now can handle classes by Georg Brandl · 19 years ago
- c97f592 Patch #1380952: fix SSL objects timing out on consecutive read()s by Georg Brandl · 19 years ago