- db4f255 Expand checking in test_sha by Andrew M. Kuchling · 19 years ago
- 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 19 years ago
- 25aabf4 Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 19 years ago
- 065f0c8 Patch #1355023: support whence argument for GzipFile.seek. by Martin v. Löwis · 19 years ago
- 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
- a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 19 years ago
- 3a62404 Correctly forward exception in instance_contains(). by Martin v. Löwis · 19 years ago
- 85dbec6 Bug #1588287: fix invalid assertion for `1,2` in debug builds. by Neal Norwitz · 19 years ago
- abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
- 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 19 years ago
- 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 19 years ago
- 92911bf Add tests for basic argument errors. by Walter Dörwald · 19 years ago
- 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 19 years ago
- 59ba429 Remove leftover test output file. by Georg Brandl · 19 years ago
- cd97208 Convert test_openpty to unittest. by Georg Brandl · 19 years ago
- e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 19 years ago
- 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 19 years ago
- e184433 Convert test_cgi to unittest. by Georg Brandl · 19 years ago
- a962eb3 Convert test_cookie to unittest. by Georg Brandl · 19 years ago
- bd0fb14 Convert test_types to unittest. by Georg Brandl · 19 years ago
- 850b2be Convert test_nis to unittest. by Georg Brandl · 19 years ago
- eecce79 Convert test_poll to unittest. by Georg Brandl · 19 years ago
- 3163179 Convert test_mmap to unittest. by Georg Brandl · 19 years ago
- b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 19 years ago
- 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 19 years ago
- 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 19 years ago
- facd273 Test assert if __debug__ is true. by Georg Brandl · 19 years ago
- 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 19 years ago
- 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 19 years ago
- 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 19 years ago
- b21e081 make test_grammar pass with python -O by Georg Brandl · 19 years ago
- 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 19 years ago
- 2f03760 Convert test_math to unittest. by Georg Brandl · 19 years ago
- 856b446 Update outstanding bugs test file. by Georg Brandl · 19 years ago
- c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 19 years ago
- 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 19 years ago
- 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 19 years ago
- df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 19 years ago
- 0f87183 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 19 years ago
- 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 19 years ago
- b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 19 years ago
- a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 19 years ago
- e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 19 years ago
- d3973b5 Port test___future__ to unittest. by Walter Dörwald · 19 years ago
- ef3f32f Whitespace normalization. by Tim Peters · 19 years ago
- a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 19 years ago
- cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 19 years ago
- 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 19 years ago
- cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 19 years ago
- 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 19 years ago
- 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 19 years ago
- f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
- b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 19 years ago
- 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 19 years ago
- 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
- 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 19 years ago
- 373d90b Convert test_imp over to unittest. by Brett Cannon · 19 years ago
- 54c3db5 Convert test_import to unittest. by Georg Brandl · 19 years ago
- 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 19 years ago
- 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 19 years ago
- 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 19 years ago
- 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 19 years ago
- c839c2f Another crasher. by Armin Rigo · 19 years ago
- c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 19 years ago
- a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 19 years ago
- e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 19 years ago
- 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 19 years ago
- 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 19 years ago
- 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 19 years ago
- bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 19 years ago
- ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 19 years ago
- c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 19 years ago
- c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 19 years ago
- 38f6237 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 19 years ago
- 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 19 years ago
- 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 19 years ago
- 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 19 years ago
- dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 19 years ago
- 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 19 years ago
- a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 19 years ago
- a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
- c1120b4 Hmm, this test has failed at least twice recently on the OpenBSD and by Neal Norwitz · 19 years ago
- ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 19 years ago
- 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 19 years ago
- db38588 Remove the old decimal context management tests from test_contextlib (guess who didn't run the test suite before committing...) by Nick Coghlan · 19 years ago
- 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 19 years ago
- 7b60464 - Move functions common to all path modules into genericpath.py and have the by Jack Diederich · 19 years ago
- 4582d7d A new test here relied on preserving invisible trailing by Tim Peters · 19 years ago
- 147f9ae Whitespace normalization. by Tim Peters · 19 years ago
- cd73a78 The regular expression engine in '_sre' can segfault when interpreting by Armin Rigo · 19 years ago
- 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 19 years ago
- 348dc88 Reverting the patch that tried to fix the issue whereby x**2 raises by Alex Martelli · 19 years ago
- 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 19 years ago
- 20362a8 x**2 should about equal x*x (including for a float x such that the result is by Alex Martelli · 19 years ago
- 29bef0b Baby steps towards better tests for tokenize by Jeremy Hylton · 19 years ago
- 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 19 years ago
- 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 19 years ago
- 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 19 years ago
- 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 19 years ago
- 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 19 years ago