- 3e99c0a Updated the sqlite3 module to the external pysqlite 2.2.2 version. by Gerhard Häring · 19 years ago
- ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
- cdd4328 Remove $CJKCodecs$ RCS tags. The CJKCodecs isn't maintained outside anymore. by Hye-Shik Chang · 19 years ago
- 6d7cd7d Whitespace normalization. by Tim Peters · 19 years ago
- 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
- 81efcf6 Make copy of test_mailbox.py. We'll still want to check the backward by Andrew M. Kuchling · 19 years ago
- 21fbd57 SF bug #1473760 TempFile can hang on Windows. by Tim Peters · 19 years ago
- 6ff67ef Merge in changes from ctypes 0.9.9.6 upstream version. by Thomas Heller · 19 years ago
- b0a1e6b Add explanatory message by Andrew M. Kuchling · 19 years ago
- 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 19 years ago
- 94785ef Correct implementation and documentation of os.confstr. Add a simple test by Skip Montanaro · 19 years ago
- a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 19 years ago
- 584b0e0 Whilespace normalization (reindint.py). by Tim Peters · 19 years ago
- 54ddd23 Split ``get_platform()`` into ``get_supported_platform()`` and by Phillip J. Eby · 19 years ago
- 7e97ee6 A dictresize() attack. If oldtable == mp->ma_smalltable then pure by Armin Rigo · 19 years ago
- 15b1f14 add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. by Michael W. Hudson · 19 years ago
- 041669f Whitespace normalization by Neal Norwitz · 19 years ago
- 8f925cc Handle easy_install being run via -m with no __file__ if done from a zipfile. by Phillip J. Eby · 19 years ago
- 069159b Initial import of setuptools, with integrated tests. by Phillip J. Eby · 19 years ago
- e247e89 Finally figured out why this module did its imports at the by Tim Peters · 19 years ago
- 742cd24 test_pyclbr goes nuts when a module contains code to try importing a class by Phillip J. Eby · 19 years ago
- ceb3087 Second phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
- c7605f2 local.__del__(): This didn't actually do anything, because of too by Tim Peters · 19 years ago
- ab1d245 First phase of refactoring for runpy, pkgutil, pydoc, and setuptools by Phillip J. Eby · 19 years ago
- 1a00e18 Reindent. by Martin v. Löwis · 19 years ago
- f62eee1 Remove bogus character. by Martin v. Löwis · 19 years ago
- bd30f52 Patch #790710: Add breakpoint command lists in pdb. by Martin v. Löwis · 19 years ago
- 59075eb disutils checks if MACOSX_DEPLOYMENT_TARGET is consistent with the value at by Ronald Oussoren · 19 years ago
- 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 19 years ago
- 749d070 Teach platform about darwin/x86 by Ronald Oussoren · 19 years ago
- dfde91a Fix for a bug exposed by r45232: by Armin Rigo · 19 years ago
- 4b16de4 Add a comment to explain why we are calling _cleanup() by Neal Norwitz · 19 years ago
- 00ac0d2 Try to stop the test from leaking and yet still work on windows by Neal Norwitz · 19 years ago
- cb0f66f Get test to consistently show no leaks by Neal Norwitz · 19 years ago
- aa220a7 Whitespace normalization. by Tim Peters · 19 years ago
- c5c9ce9 Add missing SVN eol-style property to text files. by Tim Peters · 19 years ago
- 0db2a98 Patch #1063914: Add clipboard_get. by Martin v. Löwis · 19 years ago
- cb28419 Make test_timeout not fail on systems with no dots in their fqdn. by Thomas Wouters · 19 years ago
- 767833d Make test_warnings play nice with regrtest -R:: now that regrtest doesn't by Thomas Wouters · 19 years ago
- 993633c Specialcase 'xs4all' (.nl/.net/.com/whatever else we have) as well as by Thomas Wouters · 19 years ago
- 631f513 This test no longer leaks, and test_generators sufficiently tests it to by Thomas Wouters · 19 years ago
- b8f81d4 Add missing DECREF to PyErr_WriteUnraisable(). That function reports by Thomas Wouters · 19 years ago
- 60eab2b Consolidate 'leak_test1' and 'refleaks_tests', since they both test for the by Thomas Wouters · 19 years ago
- b3deb94 Add missing PyObject_GC_Track call, causing *some* itertools.tee objects to by Thomas Wouters · 19 years ago
- 4b501e6 Patch #1191700: Adjust column alignment in bdb breakpoint lists. by Martin v. Löwis · 19 years ago
- 7f09811 Changed comments to make sense now that the LazyList-based by Tim Peters · 19 years ago
- 8ebb28d Fix SF#1470508: crash in generator cycle finalization. There were two by Phillip J. Eby · 19 years ago
- c187f33 Whitespace normalization. by Tim Peters · 19 years ago
- 78a0be6 Add a BufferedIncrementalEncoder class that can be used for implementing by Walter Dörwald · 19 years ago
- a40cf31 Make error message less misleading for u"a..b".encode("idna"). by Walter Dörwald · 19 years ago
- b17f12b Fix wrong attribute name. by Walter Dörwald · 19 years ago
- 6493699 Make raise statements PEP 8 compatible. by Walter Dörwald · 19 years ago
- 969ef75 Show case: reference cycles involving only the ob_type field are rather by Armin Rigo · 19 years ago
- 15be5ec Call encode()/decode() with final==True as the last call in the by Walter Dörwald · 19 years ago
- 38a76a1 Copy note from leakers README here too. We want to keep all test cases. by Neal Norwitz · 19 years ago
- 6212922 Restore test tee with some modifications. by Neal Norwitz · 19 years ago
- cde8750 Move the old test_generator_cycle.py which leaked but was removed into the test by Neal Norwitz · 19 years ago
- 03f3be5 Update notes to address cyclic garbage and what should happen when a test is fixed. by Neal Norwitz · 19 years ago
- 7db4f24 When using -R, lots of "*** DocTestRunner.merge:" nuisance messages by Tim Peters · 19 years ago
- 8e6480c Whitespace normalization. by Tim Peters · 19 years ago
- 7f573f7 Add a test for Py_ssize_t. Correct typo in getargs.c. by Georg Brandl · 19 years ago
- 07c6071 test_compile can be really long if we are using -u compiler. by Neal Norwitz · 19 years ago
- 0cfa58c Remove tests that no longer leak. There is still one leaking generator test by Neal Norwitz · 19 years ago
- ba8194b tty isn't supported on all boxes. by Tim Peters · 19 years ago
- 57fdcbc reverting r45321: Patch #860326: traceback.format_exception_only() now by Anthony Baxter · 19 years ago
- 24c274f Patch #860326: traceback.format_exception_only() now prepends the by Georg Brandl · 19 years ago
- 6402998 Fixes bug #1117761 by Gregory P. Smith · 19 years ago
- 14c6b46 Closes bug #1149413 by Gregory P. Smith · 19 years ago
- 55d031e Fix for a bug found by Armin Rigo, plus test. by Thomas Heller · 19 years ago
- 314fce9 Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. by Georg Brandl · 19 years ago
- f69a24c Update test_sundry. Many modules have now tests, but by Georg Brandl · 19 years ago
- e29002c Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. by Anthony Baxter · 19 years ago
- bc96609 Patch #1463288: use a context manager to temporarily switch locales. by Walter Dörwald · 19 years ago
- d3a9162 Add another little test to make sure we roundtrip multiple list comp ifs ok. by Neal Norwitz · 19 years ago
- ced6cdd Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test by Thomas Wouters · 19 years ago
- 502348d StreamHandler now checks explicitly for None before using sys.stderr as the stream (see SF bug #1463840). by Vinay Sajip · 19 years ago
- 0c46985 Adjust whitespace. by Neal Norwitz · 19 years ago
- b94a368 Add whitespace after comma by Neal Norwitz · 19 years ago
- 319c47f Try to repair what may be the last new test failure on the by Tim Peters · 19 years ago
- 171b868 subclasspropagation(): Squash two more bogus hash(x) == id(x) by Tim Peters · 19 years ago
- 413c922 Whitespace normalization. by Tim Peters · 19 years ago
- 85b362f specials(): squash another incorrect hash(x) == id(x) by Tim Peters · 19 years ago
- 4703211 Updated the warnings, linecache, inspect, traceback, site, and doctest modules by Phillip J. Eby · 19 years ago
- 7731dfd Huh. This belonged with the last checkin -- no idea why svn didn't commit it. by Tim Peters · 19 years ago
- 6902b44 Try to repair more new buildbot failures in "x86 OpenBSD trunk", due by Tim Peters · 19 years ago
- 9bdc85f Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, by Tim Peters · 19 years ago
- 8845935 Fix one of the tests that fails on the "x86 OpenBSD trunk" buildbot, due by Tim Peters · 19 years ago
- 3daf304 Whitespace normalization. by Tim Peters · 19 years ago
- a19dc0b DecimalContextTestCase: this permanently changed the by Tim Peters · 19 years ago
- bd0c10f test_contextlib wasn't actually being run by regrtest.py. Or more precisely, by Phillip J. Eby · 19 years ago
- 93149d9 Minor clarity edit to contextlib per Guido's request. by Phillip J. Eby · 19 years ago
- 17de8ff Patch #1467770: Add Popen objects to _active only in __del__. by Martin v. Löwis · 19 years ago
- 10acfd0 Patch #1429775: Link Python modules to libpython on linux if by Martin v. Löwis · 19 years ago
- b04dee9 Patch #1462222: Fix Tix.Grid. Closes #1036406. by Martin v. Löwis · 19 years ago
- 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 19 years ago
- a50794b Patch #1466993: remove wrong comment in socket.py by Georg Brandl · 19 years ago
- ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
- aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 19 years ago
- 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 19 years ago
- c5d0dbd Fix a couple of strings that were no-ops. urllib.open_file was a docstring by Neal Norwitz · 19 years ago