- 2ec7415 Faster _fix function, and some reordering for a more elegant by Facundo Batista · 18 years ago
- 62edb71 Speedup and cleaning of __str__. Thanks Mark Dickinson. by Facundo Batista · 18 years ago
- 3305c52 Applied my patch #1455 with some extra fixes for VS 2005 by Christian Heimes · 18 years ago
- ef01d82 Implement PEP 366 by Nick Coghlan · 18 years ago
- e4317fa Add test suite for cmd module. by Georg Brandl · 18 years ago
- 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
- dfdfaab Feature #1534 by Christian Heimes · 18 years ago
- 6b29dd0 Backport of -r59242:59246 from py3k by Christian Heimes · 18 years ago
- dafd32b Issue #1521: on 64bit platforms, str.decode fails on very long strings. by Amaury Forgeot d'Arc · 18 years ago
- 0d157a0 Reordering of __new__ to minimize isinstance() calls to most by Facundo Batista · 18 years ago
- 025c347 Issue #1402: PyInterpreterState_Clear() may still invoke user code by Amaury Forgeot d'Arc · 18 years ago
- 636afc5 I forgot to fix one occurence of new in test_descr by Christian Heimes · 18 years ago
- 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
- 715ec18 Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign of by Guido van Rossum · 18 years ago
- b61a1f5 Added a deprecation warning to the 'new' module. by Christian Heimes · 18 years ago
- c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 18 years ago
- 2ffd780 Moved the errno import from inside the functions to the by Facundo Batista · 18 years ago
- 58a6f44 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 18 years ago
- ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
- d3a1bdf revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 18 years ago
- 9401cbe Test cases from Cowlishaw, v2.57. All are pased cleanly. by Facundo Batista · 18 years ago
- 72bc54f Major change in the internal structure of the Decimal by Facundo Batista · 18 years ago
- 6d7914b Make trace and doctest play nice together (issue 1429818). Will backport. by Skip Montanaro · 18 years ago
- eaa2c98 Fix a bug in the test for using __loader__.get_data(). by Brett Cannon · 18 years ago
- 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 18 years ago
- 9db1d5a Add a missing check before deleting a package's __loader__. by Brett Cannon · 18 years ago
- 43e53f8 doctest assumed that a package's __loader__.get_data() method used universal by Brett Cannon · 18 years ago
- 0e5edf5 Remove a unneeded line that had typos. by Brett Cannon · 18 years ago
- 5087980 The incremental decoder for utf-7 must preserve its state between calls. by Amaury Forgeot d'Arc · 18 years ago
- 547867e Another fix for test_shutil. Martin pointed out that it breaks some build bots by Christian Heimes · 18 years ago
- 044d709 Fixed bug #1470 by Christian Heimes · 18 years ago
- 4673e19 Fix the OSX failures in this test -- they were due to /tmp being a symlink by Guido van Rossum · 18 years ago
- 089816b Make this work stand-alone, too. by Guido van Rossum · 18 years ago
- 8f6793b Enable some test_cmd_line_script debugging output to investigate failure on Mac OSX buildbot by Nick Coghlan · 18 years ago
- 183744d Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode()) by Walter Dörwald · 18 years ago
- fc7e72d Fix typo in comment. by Walter Dörwald · 18 years ago
- 327a39b Patch #1739468: Directories and zipfiles containing __main__.py are now executable by Nick Coghlan · 18 years ago
- 57d5669 Now in find, rfind, index, and rindex, you can use None as defaults, by Facundo Batista · 18 years ago
- 414c2b0 add the certificate for the Python SVN repository for testing SSL by Bill Janssen · 18 years ago
- 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 18 years ago
- eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 18 years ago
- b5e5d07 Add test for __fields__ being read-only by Raymond Hettinger · 18 years ago
- 78f27e0 Make __fields__ read-only. Suggested by Issac Morland by Raymond Hettinger · 18 years ago
- 0d75f09 Merge from py3k branch: by Amaury Forgeot d'Arc · 18 years ago
- 0288cb0 Add the test from issue 1704621 (the issue itself is already fixed here). by Guido van Rossum · 18 years ago
- edc526c Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 18 years ago
- ced1646 Fix for #1427: Error in standard module calendar by Christian Heimes · 18 years ago
- 95dd03b Fixed a bug reported (in private email, by Robert Crida) in logging configuration whereby child loggers of a logger named in a configuration file, which are not themselves named in the configuration, are disabled when the configuration is applied. by Vinay Sajip · 18 years ago
- d1ef789 Issue 1416. Add getter, setter, deleter methods to properties that can be by Guido van Rossum · 18 years ago
- 980c4fc Correct a comment about testing methods - nowadays most by Georg Brandl · 18 years ago
- 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
- cdcf887 Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example. by Raymond Hettinger · 18 years ago
- 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
- e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
- 80e95c1 * db->get_flags is only available in BerkeleyDB >= 4.2 by Gregory P. Smith · 18 years ago
- ac11e02 Add the bsddb.db.DBEnv.lock_id_free method. by Gregory P. Smith · 18 years ago
- ec10a4a Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and by Gregory P. Smith · 18 years ago
- b13f70d Add a missing quotation mark. by Brett Cannon · 18 years ago
- 03fd077 Enable the full ctypes c_longdouble tests again. by Thomas Heller · 18 years ago
- 3814a91 Fix for bug 1705170 - contextmanager swallowing StopIteration (2.5 backport candidate) by Nick Coghlan · 18 years ago
- 6d331ca Undo revision 58533 58534 fixes. Those were a workaround for by Gregory P. Smith · 18 years ago
- aae141a Fix bug introduced in revision 58385. Database keys could no longer by Gregory P. Smith · 18 years ago
- 4de2263 Removed non ASCII text from test as requested by Guido. Sorry :/ by Christian Heimes · 18 years ago
- e18f21c Backport of import tests for bug http://bugs.python.org/issue1293 and bug http://bugs.python.org/issue1342 by Christian Heimes · 18 years ago
- 20172f9 check in Tal Einat's update to tabpage.py Patch 1612746 by Kurt B. Kaiser · 18 years ago
- dff51b2 Patch 1353 by Jacob Winther. Add mp4 mapping to mimetypes.py. by Guido van Rossum · 18 years ago
- 60d5840 Add confirmation dialog before printing. Patch 1717170 Tal Einat. by Kurt B. Kaiser · 18 years ago
- ea68474 Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) by Hye-Shik Chang · 18 years ago
- a838a80 - Add support for FreeBSD 8 which is recently forked from FreeBSD 7. by Hye-Shik Chang · 18 years ago
- dd1a846 Fix new pop() method on os.environ on ignorecase-platforms. by Georg Brandl · 18 years ago
- 1e45f80 1. Add comments to provide top-level documentation. by Kurt B. Kaiser · 18 years ago
- aa8a96a Correct an ancient bug in an unused path by removing that path: register() is by Kurt B. Kaiser · 18 years ago
- 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
- e7becc5 Added unittest for calling a function with paramflags (backport from py3k branch). by Thomas Heller · 18 years ago
- f5ade63 Issue 1290. CharacterData.__repr__ was constructing a string by Facundo Batista · 18 years ago
- bababa3 Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 18 years ago
- 01a0957 Shorter name for namedtuple() by Raymond Hettinger · 18 years ago
- 910ab50 Issue 1307 by Derek Shockey, fox the same bug for RCPT. Neal: please backport! by Guido van Rossum · 18 years ago
- 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
- 5e81270 Issue #1307, patch by Derek Shockey. by Guido van Rossum · 18 years ago
- fa61797 Remove duplicate crasher. by Georg Brandl · 18 years ago
- 1486182 Add a crasher for the long-standing issue with closing a file by Armin Rigo · 18 years ago
- 9b5e231 The constructor from tuple was way too permissive: it allowed bad by Facundo Batista · 18 years ago
- 87fc9ad squelch the warning that this test is supposed to trigger. by Gregory P. Smith · 18 years ago
- 3ef21cb A cleaner fix than the one committed last night. Generate random rowids that by Gregory P. Smith · 18 years ago
- f8a2a0b Fix a weird bug in dbtables: if it chose a random rowid string that contained by Gregory P. Smith · 18 years ago
- afed3a4 cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as a by Gregory P. Smith · 18 years ago
- 7066590 Issue #1580738. When HTTPConnection reads the whole stream with read(), by Facundo Batista · 18 years ago
- a1e42e1 Fix the overflow checking of list_repeat. by Armin Rigo · 18 years ago
- abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
- 050afbf Improve error messages by Raymond Hettinger · 18 years ago
- ec56019 test_bigbits was not testing what it seemed to. by Armin Rigo · 18 years ago
- d29f1d2 Use unittest for assertions by Neal Norwitz · 18 years ago
- 3884690 Don't raise a string exception, they don't work anymore. by Neal Norwitz · 18 years ago
- 880605a Let the O/S supply a port if none of the default ports can be used. by Neal Norwitz · 18 years ago
- 5d743fd Fix an uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 18 years ago
- d40f126 Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.append by Gregory P. Smith · 18 years ago
- 3a0de08 Fix test of count.__repr__() to ignore the 'L' if the count is a long by Raymond Hettinger · 18 years ago
- 7fee6dd On OS X, use os.uname() instead of gestalt.sysv(...) to get the by Thomas Heller · 18 years ago
- 631fee6 show paste if > 80 columns. Patch 1659326 Tal Einat. by Kurt B. Kaiser · 18 years ago