- cbce202 Hack to workaround bug #445984: attempt to import _socket before by Greg Ward · 23 years ago
- 60fc707 further work on keybinding page by Steven M. Gava · 23 years ago
- c173137 Derived from SF patch #446899 Permit import of .pyw under Windows, from by Tim Peters · 23 years ago
- eeee4ec Refactor so that it is easier to work with alternate MIME types databases, by Fred Drake · 23 years ago
- e861365 Don't use any characters C doesn't guarantee are safe for text-mode files. by Tim Peters · 23 years ago
- 84bb9d8 Fix stupid bug: when migrating these tests from the Zope repository, the by Fred Drake · 23 years ago
- 1d4601d Change some comments into docstrings. by Fred Drake · 23 years ago
- fffd722 The test opened the binary test data files in text mode! Fixed. by Jack Jansen · 23 years ago
- 952d0a5 further work on config dialog, particularly highligthing config by Steven M. Gava · 23 years ago
- 4fd06e0 Make sure that WeakValueDictionary[] raises KeyError instead of TypeError by Fred Drake · 23 years ago
- c916cdc Miscellaneous minor cleanups. by Fred Drake · 23 years ago
- d342c62 This test failed under python -O. by Tim Peters · 23 years ago
- 394a47b Unit test for improved package import semantics. by Guido van Rossum · 23 years ago
- 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 722d78f s/endswith/startswith/ by Tim Peters · 23 years ago
- 66e1a25 Rewritten version of Finn Bock's SF patch #446907 (Allow jython to by Tim Peters · 23 years ago
- b363c1f Turn an octal constant into a hex constant. by Guido van Rossum · 23 years ago
- b9d07b5 A more lightweight (and read only) way to view help text by Steven M. Gava · 23 years ago
- d721c48 indentation style changed to match existing source by Steven M. Gava · 23 years ago
- 885c0bb improve viewfile handling indentation style changed to match existing source by Steven M. Gava · 23 years ago
- 6cd441d Add dead imports of modules that are "magically" imported. by Martin v. Löwis · 23 years ago
- bbe500e Remove obsolete entries from regen scripts. by Martin v. Löwis · 23 years ago
- 2ad2569 Initialize msg to avoid unbound locals. by Martin v. Löwis · 23 years ago
- 7d9ed72 activate new about dialog for testing by Steven M. Gava · 23 years ago
- 646c65c removed redundant separate idlfefork ver by Steven M. Gava · 23 years ago
- 44d3d1a some new dialogs and support files for new about and configuration implementations by Steven M. Gava · 23 years ago
- 3fc9582 Amazing. This would open the sound file in text mode. Fixed. SF bug #446219. by Guido van Rossum · 23 years ago
- 108efac test_codeup should not have had an expected-output file; removing it. by Tim Peters · 23 years ago
- b7a7731 Add tests for getattr() and hasattr() with non-string args by Jeremy Hylton · 23 years ago
- c974bf4 Get the whitespace right! by Fred Drake · 23 years ago
- 5121e7d Fix for SF bug [ #443866 ] Evaluating func_code causing core dump by Jeremy Hylton · 23 years ago
- e3c37d6 Ugly fix used when pyexpat is not available. by Jeremy Hylton · 23 years ago
- 3c19ec4 Fix when pyexpat not built by Jeremy Hylton · 23 years ago
- 3bd071e Patch #442866: Tests for codeop.py. by Martin v. Löwis · 23 years ago
- 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
- 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 23 years ago
- 70195da Patch #443337: Fix incompatibilities in imputil's behavior. by Martin v. Löwis · 23 years ago
- d3011cd Remove usage of strop module. by Martin v. Löwis · 23 years ago
- 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
- 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 23 years ago
- 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 23 years ago
- 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
- 7cf92fa Add backwards compatibility. by Marc-André Lemburg · 23 years ago
- 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
- 4eb5940 Untabify IPv6 changes. by Martin v. Löwis · 23 years ago
- 2e441f7 Fix a denial-of-service attack, SF bug #443120. by Guido van Rossum · 23 years ago
- 7cf7e7e Undo revision 1.7: always mangle a #! line containing "python" to point by Greg Ward · 23 years ago
- e628a2f Don't "import *" from stat at all -- just import what's needed, and by Greg Ward · 23 years ago
- 80d1dd5 Fix for bug #444493: u'\U00010001' segfaults with current CVS on wide builds. by Marc-André Lemburg · 23 years ago
- 1669669 Remove unused imports from previous checkin. by Martin v. Löwis · 23 years ago
- a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
- 5e9eb98 Oh, ok, so plainpager is probably marginally better. by Fred Drake · 23 years ago
- 0a66fcb If $TERM is "dumb" or "emacs", just dump the text instead of trying to run by Fred Drake · 23 years ago
- f973c6d Make this test work under Windows as well. by Fred Drake · 23 years ago
- 99e87f9 Test for the "glob" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
- fa712ca Whitespace normalization. by Tim Peters · 23 years ago
- 4c81d60 Tests for the "commands" module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
- 1586136 New tests by Nick Mathewson, for the fpformat module. by Fred Drake · 23 years ago
- ba247a6 updated about info for 0.8.1 release by Steven M. Gava · 23 years ago
- 88ff736 new material for 0.8.1 release by Steven M. Gava · 23 years ago
- 1377594 On WIndows, skip the part of test_dircache that can't work on Windows. by Tim Peters · 23 years ago
- 87cc0c3 Whitespace normalization, plus: by Tim Peters · 23 years ago
- 7f5296e Make the add*() helper functions more robust for use after intialization by Fred Drake · 23 years ago
- 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
- 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- 0f715d2 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
- 27eebb8 Use string.ascii_letters instead of string.letters. Remove unused import. by Fred Drake · 23 years ago
- 960fdf9 Added the constants ascii_letters, ascii_lowercase, and ascii_uppercase by Fred Drake · 23 years ago
- 6c6bfb7 Make the unicode-escape and the UTF-16 codecs handle surrogates by Marc-André Lemburg · 23 years ago
- 27451d0 Copying this 2.1.1 bugfix to the trunk: by Guido van Rossum · 23 years ago
- 15e5d53 apply patch item #416253 by Piers Lauder · 23 years ago
- 34d9705 fix missed conversion in ESR's string conversion by Piers Lauder · 23 years ago
- fae9fb1 update in preparation for 0.8.1 alpha release by Steven M. Gava · 23 years ago
- d39993e bring up to date for 0.8.1 release by Steven M. Gava · 23 years ago
- 84073bf Regression test for the dircache module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
- 8e6669a Test for the repr module, contributed by Nick Mathewson. by Fred Drake · 23 years ago
- 390e9db Make the new docstrings better conform to Guido's style guide. by Fred Drake · 23 years ago
- 08f8dd6 Added docstrings based on a patch by Evelyn Mitchell. by Fred Drake · 23 years ago
- a58947f Make sure path names inserted into ZIP files are normalized to use "/" as by Fred Drake · 23 years ago
- d4f7f60 Add some test cases for ntpath.join(). by Tim Peters · 23 years ago
- 3b5e4d1 Cosmetic: break the long lines in test_ntpath.py, and get rid of its by Tim Peters · 23 years ago
- 1bdd0f2 SF bug #44271: os.path.expanduser problem w/o HOME set. by Tim Peters · 23 years ago
- acd32d3 Added function xml.sax.saxutils.quoteattr(). by Fred Drake · 23 years ago
- 3550dd3 Patch #442512: put block indices in the right byte order on bigendian systems. by Martin v. Löwis · 23 years ago
- d0cd95c Replace __import__ with import as. by Martin v. Löwis · 23 years ago
- 4d712a4 minor tidy-ups ready for 0.8.1 alpha tarball release by Steven M. Gava · 23 years ago
- 3f8f164 Remove some false comments. by Fred Drake · 23 years ago
- cdab3bf If the user's environment has set the BROWSER environment variable (as Gnome by Skip Montanaro · 23 years ago
- 70b014d Minor changes for stylistic cleanliness and consistency. by Fred Drake · 23 years ago
- 984158d Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. by Martin v. Löwis · 23 years ago
- 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
- 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago
- 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 23 years ago
- b1a77dd Deleting zombies by Guido van Rossum · 23 years ago
- 59e07bd INSTALLATION: Remove the coexist.patch instructions by Kurt B. Kaiser · 23 years ago
- c9a4215 Put this in the attic, at least for now... by Kurt B. Kaiser · 23 years ago
- 96d8842 Implement idle command interface as suggested by GvR [idle-dev] 16 July by Kurt B. Kaiser · 23 years ago
- cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 23 years ago
- 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 23 years ago