- 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
- ae8454a of course I muffed it separating the notes code from the initial_value by Skip Montanaro · 23 years ago
- 8cb00e2 Avoid total dependency on the new module. This addresses the problem by Guido van Rossum · 23 years ago
- b446fc7 add debug calls to self._note for the Semaphore class. This closes bug by Skip Montanaro · 23 years ago
- 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
- aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
- b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
- 81937a4 Resolve patch #449367. by Greg Stein · 23 years ago
- 6cb0d4c Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. by Ka-Ping Yee · 23 years ago
- 6b5a48d Initial check-in of cgitb. by Ka-Ping Yee · 23 years ago
- e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
- ab427b8 Generate correct reprs for Mul, Add, etc. by Jeremy Hylton · 23 years ago
- ec5bfd1 Track removal of doc string from Module().nodes[0] by Jeremy Hylton · 23 years ago
- 8548f9b Add Yield() node by Jeremy Hylton · 23 years ago
- 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
- ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
- 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
- 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
- 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
- 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
- d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
- 59dae8a decode(): Raise a uu.Error if no out_file is given but the file by Barry Warsaw · 23 years ago
- de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
- b0a98e9 Address SF #451547. The approach is a bit draconian: any object that by Guido van Rossum · 23 years ago
- 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
- 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
- 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
- 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
- 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
- 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
- f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
- 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
- db7aed5 [Patch #441691] preprocess() method for Borland C compiler. by Andrew M. Kuchling · 23 years ago
- 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
- 3791838 New unit test for the mimetypes module, to avoid future regressions. by Fred Drake · 23 years ago
- c81a069 Another egregious error that copied the encodings info over the suffix by Fred Drake · 23 years ago
- c47016e Use (c)StringIO for collecting bytes. Fixes bug #451622. by Martin v. Löwis · 23 years ago
- 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
- c019ecb Bad bug: the MimeTypes.readfp() was supposed to take a file object as a by Fred Drake · 23 years ago
- b1d6029 [Patch #444854 from twburton] by Andrew M. Kuchling · 23 years ago
- 6fb8d3a [Patch #442530 from twburton] by Andrew M. Kuchling · 23 years ago
- 297abad The change of type(None).__name__ from 'None' to 'NoneType' broke this by Guido van Rossum · 23 years ago
- a4ff6ab Add tests for overridable operators that have default interpretations by Guido van Rossum · 23 years ago
- ba634b2 Rewrote Jack's latest change so it does what it intended to do... by Just van Rossum · 23 years ago
- 28962cc Given a class without __cmp__ or __eq__, cmp() of two instances of by Guido van Rossum · 23 years ago
- b5a136b Add a test to verify that bound methods work correctly. by Guido van Rossum · 23 years ago
- 31b5323 Don't remove non-directories from sys.path on the mac: files by Jack Jansen · 23 years ago
- e561463 Move one of the tests into the "PEP 255" section, to reflect a change in by Tim Peters · 23 years ago
- 9272b14 Fix typo in astgen script by Jeremy Hylton · 23 years ago
- 80e3675 Add a test for a weird bug I just discovered: a dynamic subclass by Guido van Rossum · 23 years ago
- 7713ac2 Regenerated from new ast.txt and new astgen.py by Jeremy Hylton · 23 years ago
- 033daa4 Test the new semantics for setting and deleting a function's __dict__ by Barry Warsaw · 23 years ago
- b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
- 0460106 Repair Unix-specific assumptions that caused this to fail on Windows. by Tim Peters · 23 years ago
- 406d46e found_terminator(): Add a debug print showing the data. by Barry Warsaw · 23 years ago
- 3a28ca8 Nick Mathewson: test suite for the class browser support module. by Fred Drake · 23 years ago
- 03f7a70 Nick Mathewson: Make sure the recursion is handled properly. by Fred Drake · 23 years ago
- 97dbec9 Remove redundant import (PyChecker). by Guido van Rossum · 23 years ago
- 4a5555b Remove unused variable 'imports' from readmodule_ex(). by Guido van Rossum · 23 years ago
- 8f15bd8 Remove redundant 'import string' (PyChecker). by Guido van Rossum · 23 years ago
- ef8f4de Remove redundant imports (PyChecker). by Guido van Rossum · 23 years ago
- a79bbac Remove redundant 'import sys' (PyChecker). by Guido van Rossum · 23 years ago
- f9f4881 Remove two redundant statements (PyChecker). by Guido van Rossum · 23 years ago
- bfbc18d Remove redundant assignment l = [] from poll3() -- copy-and-paste error. by Guido van Rossum · 23 years ago
- 8710681 Commenting out the getfillable() method -- it's broken, and nobody by Guido van Rossum · 23 years ago
- 7c2cf73 Remove redefinition of has_option() method by Andrew M. Kuchling · 23 years ago
- 8ea9227 Remove empty __init__ (PyChecker) by Andrew M. Kuchling · 23 years ago
- f31d313 Remove redefinition of writelines() method Remove unused variable and import by Andrew M. Kuchling · 23 years ago
- 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
- 1f877ef Remove some dead code (PyChecker) by Andrew M. Kuchling · 23 years ago
- 86c7e22 Add forgotten import (PyChecker) by Andrew M. Kuchling · 23 years ago
- e7abf97 Remove unused import (PyChecker) by Andrew M. Kuchling · 23 years ago
- 6be424f Remove redundant import by Andrew M. Kuchling · 23 years ago
- 994b51e Capture exception message (PyChecker) by Andrew M. Kuchling · 23 years ago
- a49e0a0 Remove unused imports (PyChecker) by Andrew M. Kuchling · 23 years ago
- 3e44248 Remove unused variable by Andrew M. Kuchling · 23 years ago
- 118aa53 Fix malformed line (PyChecker) by Andrew M. Kuchling · 23 years ago
- 49fa2bd Fix two bugs discovered by PyChecker. (I cannot test these, but I'm by Guido van Rossum · 23 years ago
- 246c425 Fix for NameError caught by PyChecker. by Andrew M. Kuchling · 23 years ago
- fd6608b Fix typo (PyChecker) by Andrew M. Kuchling · 23 years ago
- fee3126 Catch curses.error instead of a non-existent global (PyChecker) Edit comment by Andrew M. Kuchling · 23 years ago
- 40ea617 Remove redundant import by Andrew M. Kuchling · 23 years ago
- 33277c7 further work on font config and general feel improvements by Steven M. Gava · 23 years ago
- 5e824c3 SF patch #445412 extract ndiff functionality to difflib, from David Goodger. by Tim Peters · 23 years ago
- 39f77bc Modify _Set to support iteration. by Jeremy Hylton · 23 years ago
- d307740 - Expand test for dynamic objects. by Guido van Rossum · 23 years ago
- a45da92 Make the output of tests skipped readable (i.e., deliberately break it by Tim Peters · 23 years ago
- 9d4fe42 dynamics(): add tests for dynamic *instances* (which are currently by Guido van Rossum · 23 years ago
- 08a6403 Test the unary operator changes to the compiler by Jeremy Hylton · 23 years ago
- f73e30c Add the list of expected skips for Linux 2.x. Restructured the code a by Guido van Rossum · 23 years ago
- a2be2d6 Move line; reported on python-dev by Mark Favas (thanks!). by Tim Peters · 23 years ago
- b5b7b78 Teach regrtest which tests we *expect* to skip on Win32. Please teach it by Tim Peters · 23 years ago
- 28ccc24 removed some cruft by Steven M. Gava · 23 years ago
- a6a4f27 _Condition.wait(): never sleep longer than the timeout time remaining, by Tim Peters · 23 years ago
- dbc363c The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output. by Jack Jansen · 23 years ago
- d5d8fc5 Replace all type comparisons with isinstance() calls by Jeremy Hylton · 23 years ago
- c01e30f repair posix fonts fix by Steven M. Gava · 23 years ago
- 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
- abdfc41 support for help menu changes by Steven M. Gava · 23 years ago
- 5b3ac8f some re-design by Steven M. Gava · 23 years ago