- 5310e50 - Patch #1060577: Extract list of RPM files from spec file in by Martin v. Löwis · 18 years ago
- abd8a33 Whitespace normalization. by Tim Peters · 18 years ago
- ef7f3bf Change to improve speed of _fixupChildren by Vinay Sajip · 18 years ago
- 1ead698 I'm assuming this is correct, it fixes the tests so they pass again by Neal Norwitz · 18 years ago
- 98c70ac Add tests for incremental codecs with an errors argument. by Walter Dörwald · 18 years ago
- 92911bf Add tests for basic argument errors. by Walter Dörwald · 18 years ago
- 7d00099 Move the check for openpty to the beginning. by Georg Brandl · 18 years ago
- 59ba429 Remove leftover test output file. by Georg Brandl · 18 years ago
- cd97208 Convert test_openpty to unittest. by Georg Brandl · 18 years ago
- e8328ba Convert test_MimeWriter to unittest. by Georg Brandl · 18 years ago
- 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 18 years ago
- e184433 Convert test_cgi to unittest. by Georg Brandl · 18 years ago
- a962eb3 Convert test_cookie to unittest. by Georg Brandl · 18 years ago
- bd0fb14 Convert test_types to unittest. by Georg Brandl · 18 years ago
- 850b2be Convert test_nis to unittest. by Georg Brandl · 18 years ago
- eecce79 Convert test_poll to unittest. by Georg Brandl · 18 years ago
- 3163179 Convert test_mmap to unittest. by Georg Brandl · 18 years ago
- b9f4ad3 Bug #1576657: when setting a KeyError for a tuple key, make sure that by Georg Brandl · 18 years ago
- 7a4e804 Bug #1586773: extend hashlib docstring. by Georg Brandl · 18 years ago
- 2c9838e Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders. by Georg Brandl · 18 years ago
- 5b4e1c2 Fix the new EncodedFile test to work with big endian platforms. by Georg Brandl · 18 years ago
- facd273 Test assert if __debug__ is true. by Georg Brandl · 18 years ago
- 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
- 6c0e1e8 Bug #1357915: allow all sequence types for shell arguments in subprocess. by Georg Brandl · 18 years ago
- fe9c71b Remove trailing comma. by Georg Brandl · 18 years ago
- 5addf70 Bug #1586448: the compiler module now emits the same bytecode for by Georg Brandl · 18 years ago
- 8f99f81 Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and by Georg Brandl · 18 years ago
- 07fdcfd Fix test_modulefinder so it doesn't fail when run after test_distutils. by Neal Norwitz · 18 years ago
- 21997af Fix bug #1565514, SystemError not raised on too many nested blocks. by Neal Norwitz · 18 years ago
- b21e081 make test_grammar pass with python -O by Georg Brandl · 18 years ago
- 0b67962 Convert test_opcodes to unittest. by Georg Brandl · 18 years ago
- 2f03760 Convert test_math to unittest. by Georg Brandl · 18 years ago
- 856b446 Update outstanding bugs test file. by Georg Brandl · 18 years ago
- c6fdec6 Convert test_global, test_scope and test_grammar to unittest. by Georg Brandl · 18 years ago
- 3a3d8ea Port test_bufio to unittest. by Walter Dörwald · 18 years ago
- 112d1a6 Modulefinder now handles absolute and relative imports, including tests. by Thomas Heller · 18 years ago
- df08f0b WindowsError.str should display the windows error code, by Thomas Heller · 18 years ago
- 872dba4 [Patch #1574068 by Scott Dial] urllib and urllib2 were using by Andrew M. Kuchling · 18 years ago
- 6d72b0e Clarify docstring by Andrew M. Kuchling · 18 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 · 18 years ago
- 41eb716 [Bug #1576241] Let functools.wraps work with built-in functions by Andrew M. Kuchling · 18 years ago
- ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 18 years ago
- b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 18 years ago
- efb5707 Typo fix by Andrew M. Kuchling · 18 years ago
- a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
- e97c759 Remove passwd.adjunct.byname from list of maps by Martin v. Löwis · 18 years ago
- d3973b5 Port test___future__ to unittest. by Walter Dörwald · 18 years ago
- ef3f32f Whitespace normalization. by Tim Peters · 18 years ago
- d2ea4a2 ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
- d80e0c8 Fix turtle so that you can launch the demo2 function on its own instead of only by Brett Cannon · 18 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 · 18 years ago
- cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 18 years ago
- 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 18 years ago
- cbeb687 Update the peephole optimizer to remove more dead code (jumps after returns) by Neal Norwitz · 18 years ago
- 65ad043 Bug #1560179: speed up posixpath.(dir|base)name by Georg Brandl · 18 years ago
- 3520771 Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
- 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 18 years ago
- 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
- b2e81e3 Bug #1550524: better heuristics to find correct class definition by Georg Brandl · 18 years ago
- d076153 Bug #813342: Start the IDLE subprocess with -Qnew if the parent by Georg Brandl · 18 years ago
- f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
- d6272a3 MacOSX: The universal build requires that users have the MacOSX10.4u SDK by Ronald Oussoren · 18 years ago
- d610369 MacOSX: distutils changes the values of BASECFLAGS and LDFLAGS when using a by Ronald Oussoren · 18 years ago
- b788346 Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault by Hye-Shik Chang · 18 years ago
- 615842f A very minor bug fix: this code looks like it is designed to accept by Armin Rigo · 18 years ago
- 9d57e53 [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. by Andrew M. Kuchling · 18 years ago
- 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 18 years ago
- 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
- 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
- 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
- 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
- 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
- 2c050af Modified LogRecord.__init__ to make the func parameter optional. (See SF #1569622). by Vinay Sajip · 18 years ago
- e0b6735 Add comment explaining that error msgs may be due to user code when by Kurt B. Kaiser · 18 years ago
- c426ffc Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 18 years ago
- 54c3db5 Convert test_import to unittest. by Georg Brandl · 18 years ago
- a92979a Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
- 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
- 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
- 05b3c45 Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes by Georg Brandl · 18 years ago
- 8d1e5bf Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
- 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
- 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
- 8c66745 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
- 11b3535 Make the error message for when the time data and format do not match clearer. by Brett Cannon · 18 years ago
- c839c2f Another crasher. by Armin Rigo · 18 years ago
- c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
- a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
- 2c94bf7 Fix webbrowser.BackgroundBrowser on Windows. by Georg Brandl · 18 years ago
- e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 18 years ago
- 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
- 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 18 years ago
- 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 18 years ago
- bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 18 years ago
- ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 18 years ago
- 2244af5 The cast function did not accept c_char_p or c_wchar_p instances by Thomas Heller · 18 years ago
- fdb62f0 Anonymous structure fields that have a bit-width specified did not work, by Thomas Heller · 18 years ago
- c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 18 years ago
- c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 18 years ago
- 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago