- 594b76b Be explicit about what efficient means. by Raymond Hettinger · 17 years ago
- 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 17 years ago
- 2aece57 Correctly call the base class tearDown(); by Amaury Forgeot d'Arc · 17 years ago
- 504a48f Revert my experiment. I found one reason of failures in test_logging. by Amaury Forgeot d'Arc · 17 years ago
- 4130930 Brought documentation for sqlite3 module up-to-date. Fixed Issue1625205 which by Gerhard Häring · 17 years ago
- 554d4f0 At least let the module compile by Amaury Forgeot d'Arc · 17 years ago
- 8a69707 Try to understand why most buildbots suddenly turned to red. by Amaury Forgeot d'Arc · 17 years ago
- a45ab9f NIL => NULL by Benjamin Peterson · 17 years ago
- 1725f24 One #ifdef too much, and I broke all windows buildbots: by Amaury Forgeot d'Arc · 17 years ago
- 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 17 years ago
- 41cf50d #2498 modernized try, except, finally statements in bdb by Benjamin Peterson · 17 years ago
- 69b747b Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
- aa5fbdd Silence compiler warning at the source. by Georg Brandl · 17 years ago
- 473445c Silence a compilation warning by Amaury Forgeot d'Arc · 17 years ago
- a98be45 These svn adds were forgotten in r62000 by Gregory P. Smith · 17 years ago
- 2a11c05 Update sqlite3 module to match current version of pysqlite. by Gerhard Häring · 17 years ago
- d289ea6 #2502: add example how to do enum types with named tuples. by Georg Brandl · 17 years ago
- 489343e Don't use the confusing term "set membership". by Georg Brandl · 17 years ago
- 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
- fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
- b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
- 621cd26 #2406: add examples to gzip docs. by Georg Brandl · 17 years ago
- 0001c2e This patch moves some tests from test_urllib2_net to test_urllib2_localnet. by Gregory P. Smith · 17 years ago
- ab364c4 Name the main method correctly so the test is run by Neal Norwitz · 17 years ago
- 70cea58 Bug 1503: Get the test to pass on OSX. This should make the test more by Neal Norwitz · 17 years ago
- 9fdfaaf Fix compiler warning about finite() missing on Solaris. by Neal Norwitz · 17 years ago
- 85a8969 Merged revisions 61825-61989 via svnmerge from by Martin v. Löwis · 17 years ago
- 53dbcd3 Run 2to3 tests. by Martin v. Löwis · 17 years ago
- fac4f09 Disable test that depends on #2412 being fixed. by Martin v. Löwis · 17 years ago
- d183bdd Revert r61969 which added casts to Py_CHARMASK to avoid compiler warnings. by Neal Norwitz · 17 years ago
- 36550bd Print more information the next time test_socket throws the wrong exception. by Jeffrey Yasskin · 17 years ago
- 023cd00 Allow use of other ports so the test can pass if 9091 is in use by Neal Norwitz · 17 years ago
- 8b9091f Kill a race in test_threading in which the exception info in a thread finishing by Jeffrey Yasskin · 17 years ago
- 7db15fe test_future3.py is a regular test file, and should be part of the test suite by Amaury Forgeot d'Arc · 17 years ago
- da0c025 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
- 853e44c The bug for which there was a test in outstanding_bugs.py was agreed not to be a bug. by Georg Brandl · 17 years ago
- deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 17 years ago
- 6c052fd Fixed tokenize tests by Christian Heimes · 17 years ago
- 61e4590 Build bots are working again - removing the hack by Christian Heimes · 17 years ago
- 23a48ad Added test cases for single quoted strings, both forms of triple quotes, by Eric Smith · 17 years ago
- 81caa79 Quick 'n dirty hack: Increase the magic by 2 to force a rebuild of pyc/pyo files on the build bots by Christian Heimes · 17 years ago
- c0a56ff Pluralss only need one s, not 2 (intss -> ints) by Neal Norwitz · 17 years ago
- 5802bb2 Fix compiler warnings by Neal Norwitz · 17 years ago
- 311d071 Fix test_compiler after adding unicode_literals by Neal Norwitz · 17 years ago
- 231346e Fix warnings about using char as an array subscript. This is not portable by Neal Norwitz · 17 years ago
- 4ebd46a Fix memory leaks by Neal Norwitz · 17 years ago
- 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
- 9a960c6 Revert commit accident by Christian Heimes · 17 years ago
- a82e8db Hopefully added _fileio module to the Windows build system by Christian Heimes · 17 years ago
- 8113586 add commas for introductory clauses by Benjamin Peterson · 17 years ago
- 3784c6b Use the new unicode literals for the io module by Christian Heimes · 17 years ago
- df70e05 C89 compliance: Microsoft compilers want variable declarations at the top by Amaury Forgeot d'Arc · 17 years ago
- fa50bad I forgot to svn add the future test by Christian Heimes · 17 years ago
- 7f23d86 Initialize PyCompilerFlags cf_flags with 0 by Christian Heimes · 17 years ago
- 342212c Surround p_flags access with #ifdef PY_PARSER_REQUIRES_FUTURE_KEYWORD by Christian Heimes · 17 years ago
- 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 17 years ago
- 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 17 years ago
- 018a362 Fix and simplify error handling, silencing a compiler warning. by Georg Brandl · 17 years ago
- 8c78cc3 Updated Misc/NEWS by Christian Heimes · 17 years ago
- 48e2b01 Removed merge tracking for "svnmerge" for by Christian Heimes · 17 years ago
- 5770dda Removed merge tracking for "svnmerge" for by Christian Heimes · 17 years ago
- 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago
- 630b57a Prepare integration of bytearray backport branch by Christian Heimes · 17 years ago
- 13be2cf Added help options to PDB by Benjamin Peterson · 17 years ago
- 27f4374 Add an example for an RFC 822 continuation. by Georg Brandl · 17 years ago
- 7ddd10d Add Josiah. by Georg Brandl · 17 years ago
- fc7b3e3 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 9f7af8d Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 22b3e3a Ensure that the mailbox is closed to prevent problems on Windows with removing by Neal Norwitz · 17 years ago
- 14f0bc7 Changed test so it no longer runs as a side effect of importing. by Jerry Seutter · 17 years ago
- 85fc3c1 Try to get this test to be less flaky. It was failing sometimes because by Neal Norwitz · 17 years ago
- 7c29aae Add various items by Andrew M. Kuchling · 17 years ago
- a8c3f2b Minor docstring typos by Andrew M. Kuchling · 17 years ago
- da868d6 Opps! I merged the revisions, but forgot to add the header to ACKS by Benjamin Peterson · 17 years ago
- fffd939 Make _ctypes.c PY_SSIZE_T_CLEAN. by Thomas Heller · 17 years ago
- 6f7e71d Merged the ACKS from py3k by Benjamin Peterson · 17 years ago
- 8e85ffa Issue #2482: Make sure that the coefficient of a Decimal by Mark Dickinson · 17 years ago
- cdde579 Add Benjamin. by Georg Brandl · 17 years ago
- 3b24ccb Issue #2478: Decimal(sqrt(0)) failed when the decimal context by Mark Dickinson · 17 years ago
- f8f1fbd Move declarations to block start. by Georg Brandl · 17 years ago
- 799b372 #2476: document that %default feature is new in 2.4. by Georg Brandl · 17 years ago
- 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 17 years ago
- d65ab95 Fix tabs. by Georg Brandl · 17 years ago
- d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
- 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 17 years ago
- aef3e52 On platforms without zlib, make this do the right thing and return the python by Gregory P. Smith · 17 years ago
- 1fa588e Use a 32-bit unsigned int here, a long is not needed. by Gregory P. Smith · 17 years ago
- 18f1914 #868845: document <...> reprs. by Georg Brandl · 17 years ago
- bb89e68 Try to get this test to be more stable: by Neal Norwitz · 17 years ago
- be9160b Don't try to close a non-open file. by Neal Norwitz · 17 years ago
- 8844096 A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more by Gregory P. Smith · 17 years ago
- 4677fbf7 Try to fix a bunch of compiler warnings on Win64. by Neal Norwitz · 17 years ago
- 40f5e4c Fix a bunch of UnboundLocalErrors when the tests fail. by Neal Norwitz · 17 years ago
- fac02fa Issue2469: Correct a typo I introduced at r61793: compilation error with UCS4 builds. by Amaury Forgeot d'Arc · 17 years ago
- a113bd9 Added quick hack for bzr by Christian Heimes · 17 years ago
- 6a453c3 Added quick hack for bzr by Christian Heimes · 17 years ago
- b74d084 Conditionalize sys/time.h inclusion. by Martin v. Löwis · 17 years ago
- aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
- cdbc977 Install 2to3 script. by Martin v. Löwis · 17 years ago
- 9bdead0 #1700821: add a note to audioop docs about signedness of sample formats. by Georg Brandl · 17 years ago