- 231c3c8 Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
- 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
- 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
- 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 19 years ago
- e588c2b Fix errors found by pychecker. by Neal Norwitz · 19 years ago
- d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
- f992a2b Fix errors found by pychecker by Neal Norwitz · 19 years ago
- 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago
- 0e11595 shuffle() doscstring: Removed warning about sequence length by Tim Peters · 19 years ago
- 5114826 Upgrade to ctypes version 0.9.9.7. by Thomas Heller · 19 years ago
- 86116e2 document the class, not its initializer by Skip Montanaro · 19 years ago
- 90e27d3 Apply perky's fix for #1503157: "/".join([u"", u""]) raising OverflowError. by Georg Brandl · 19 years ago
- 22565aa An object with __call__ as an attribute, when called, will have that attribute checked for __call__ itself, and will continue to look until it finds an object without the attribute. This can lead to an infinite recursion. by Brett Cannon · 19 years ago
- b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 19 years ago
- 2007d4e Remove unused variable by Andrew M. Kuchling · 19 years ago
- e558486 Implementing a happy idea from Georg Brandl: make runtest() try to by Tim Peters · 19 years ago
- 2425081 RFE #1491485: str/unicode.endswith()/startswith() now accept a tuple as first argument. by Georg Brandl · 19 years ago
- e7ec81f Test file.__exit__. by Georg Brandl · 19 years ago
- 982c30b Whitespace normalization. by Tim Peters · 19 years ago
- 5cf565d Import wsgiref into the stdlib, as of the external version 0.1-r2181. by Phillip J. Eby · 19 years ago
- 91c64a0 [Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate. by Andrew M. Kuchling · 19 years ago
- c9778a8 Fix grammar and reflow by Neal Norwitz · 19 years ago
- 71dc0a0 Remove the temporary hack to force test_optparse to by Tim Peters · 19 years ago
- 0556e9b testUnicodeOpen(): I have no idea why, but making this by Tim Peters · 19 years ago
- dbb82f6 AutoFileTests.tearDown(): Removed mysterious undocumented by Tim Peters · 19 years ago
- 2b63779 To boost morale :-), force test_optparse to run immediately by Tim Peters · 19 years ago
- 520d8dd Whitespace normalization. by Tim Peters · 19 years ago
- de3b052 Buffer objects would return the read or write buffer for a wrapped object when by Brett Cannon · 19 years ago
- 442b49e Convert test_file to unittest. by Georg Brandl · 19 years ago
- 676725d Add functools.update_wrapper() and functools.wraps() as described in PEP 356 by Nick Coghlan · 19 years ago
- fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 19 years ago
- 996710f pasted set_lk_detect line in wrong spot in previous commit. fixed. passes tests this time. by Gregory P. Smith · 19 years ago
- dda291c * Turn the deadlock situation described in SF bug #775414 into a by Gregory P. Smith · 19 years ago
- ff7d991 - bsddb: the bsddb.dbtables Modify method now raises the proper error and by Gregory P. Smith · 19 years ago
- 4b7a6c8 * If BuildApplet.py is used as an applet it starts with a version of by Ronald Oussoren · 19 years ago
- 80dc76e SF patch 1501987: Remove randomness from test_exceptions, by Tim Peters · 19 years ago
- c27d655 dash_R_cleanup(): Clear filecmp._cache. This accounts for by Tim Peters · 19 years ago
- 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 19 years ago
- 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 19 years ago
- ecc3e67 Convert CFieldObject tp_members to tp_getset, since there is no by Thomas Heller · 19 years ago
- c169e9f Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- 852eae1 Access _struct attributes directly instead of mucking with getattr. by Tim Peters · 19 years ago
- 372b583 * fix DBCursor.pget() bug with keyword argument names when no data= is by Gregory P. Smith · 19 years ago
- d6024d3 Whitespace normalization. by Tim Peters · 19 years ago
- 9d7a69c forgot to add this file in previous commit by Gregory P. Smith · 19 years ago
- f0547d0 * add support for DBSequence objects [patch #1466734] by Gregory P. Smith · 19 years ago
- db8a807 * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902] by Gregory P. Smith · 19 years ago
- 7140de0 Whitespace normalization. by Tim Peters · 19 years ago
- bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 19 years ago
- 76a82e8 * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885] by Gregory P. Smith · 19 years ago
- 06c5c00 "Flat is better than nested." by Tim Peters · 19 years ago
- 3dd2002 bugfix: when log_archive was called with the DB_ARCH_REMOVE flag present by Gregory P. Smith · 19 years ago
- 28eeefe Revert revisions: by Tim Peters · 19 years ago
- c7d1445 Whitespace normalization. by Tim Peters · 19 years ago
- ad62489 Bug #1500293: fix memory leaks in _subprocess module. by Georg Brandl · 19 years ago
- ddbaa66 Patch #1346214: correctly optimize away "if 0"-style stmts by Georg Brandl · 19 years ago
- 3f76779 Patch #1359618: Speed-up charmap encoder. by Martin v. Löwis · 19 years ago
- fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 19 years ago
- af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 19 years ago
- 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- c65a13f Whitespace normalization. by Tim Peters · 19 years ago
- d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
- 7f7386c Fixed struct test to not use unittest. by Martin Blais · 19 years ago
- 38d4d4a Fix memory leak found by valgrind. by Neal Norwitz · 19 years ago
- e152aab Convert docstrings to comments so regrtest -v prints method names by Neal Norwitz · 19 years ago
- 80a18f0 Re-enable a new empty-string test added during the NFS sprint, by Tim Peters · 19 years ago
- 5535da0 Whitespace normalization. by Tim Peters · 19 years ago
- 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 19 years ago
- e08940e Some code style tweaks, and remove apply. by Georg Brandl · 19 years ago
- b9120e7 Correctly dispatch Faults in loads (patch #1498627) by Georg Brandl · 19 years ago
- 622f144 [Bug #1473048] by Andrew M. Kuchling · 19 years ago
- 9f16dd0 On 64-bit platforms running test_struct after test_tarfile would fail by Neal Norwitz · 19 years ago
- dd55b0a Whitespace normalization. by Tim Peters · 19 years ago
- 9e9ef9f changed count to return 0 for slices outside the source string by Fredrik Lundh · 19 years ago
- 4182a75 Change wrapping terminology to overflow masking by Bob Ippolito · 19 years ago
- 93eff6f changed find/rfind to return -1 for matches outside the source string by Fredrik Lundh · 19 years ago
- cdcede6 Convert test_exceptions to unittest. by Georg Brandl · 19 years ago
- b0432bc Do the check for no keyword arguments in __init__ so that by Georg Brandl · 19 years ago
- 861089f Disallow keyword args for exceptions. by Georg Brandl · 19 years ago
- 008b861 Don't fail if the (sub)pkgname already exist. by Neal Norwitz · 19 years ago
- 05f97bf Add a test case for exception pickling. args is never NULL. by Georg Brandl · 19 years ago
- 27c7059 Whitespace normalization. by Tim Peters · 19 years ago
- aba19bc deprecated_err(): Stop bizarre warning messages when the tests by Tim Peters · 19 years ago
- 6067f20 Add a length check to aifc to ensure it doesn't write a bogus file by Bob Ippolito · 19 years ago
- 2fd3977 struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly) by Bob Ippolito · 19 years ago
- b51b470 fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on by Fredrik Lundh · 19 years ago
- 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
- 0849014 When adding a module like functools, it helps to let SVN know about the file. by Nick Coghlan · 19 years ago
- 47dc118 Fix #1494787 (pyclbr counts whitespace as superclass name) by Georg Brandl · 19 years ago
- c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
- a6123ab A clearer error message when passing -R to regrtest.py with by Armin Rigo · 19 years ago
- 2b33037 Patch #1496206: urllib2 PasswordMgr ./. default ports by Georg Brandl · 19 years ago
- a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
- f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 19 years ago
- 4e30617 The cheery optimism of old age. by Tim Peters · 19 years ago
- e895318 Always close BZ2Proxy object. Remove unnecessary struct usage. by Georg Brandl · 19 years ago
- de41dc8 More random thrashing trying to understand spurious by Tim Peters · 19 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
- 1fcdc23 Fix up struct docstrings, add struct.pack_to function for symmetry by Bob Ippolito · 19 years ago