- c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
- 7995eb2 Tests for pep277 - Unicode file names on Windows NT. by Mark Hammond · 22 years ago
- adf1606 Updates to track Grammar changes. The patch to token.py loosens the regexp to by Michael W. Hudson · 22 years ago
- c2e85bd Patch 594001: PEP 277 - Unicode file name support for Windows NT. by Mark Hammond · 22 years ago
- eb287a2 Fix an endcase bug: initial_indent was ignored when the text was short by Guido van Rossum · 22 years ago
- fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
- 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
- 70e1d9b save the verbose argument as an instance attributes. Subclasses of by Skip Montanaro · 22 years ago
- cc3a6df Commit fix for SF 603831. by Guido van Rossum · 22 years ago
- 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 22 years ago
- 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 419b284 __all__: Updated by Barry Warsaw · 22 years ago
- 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
- 6791137 Now that TestCase is a new-style class, change loadTestsFromModule and by Guido van Rossum · 22 years ago
- 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
- 21ee409 Patch #615069: Fix build problems on SCO Open Server 5. Backported to 2.2. by Martin v. Löwis · 22 years ago
- 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
- 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 22 years ago
- d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago
- f2324b9 Finding a suitable interpreter to spawn needed tweaking on the Mac by Tony Lownds · 22 years ago
- bffa52f Whitespace normalization (get rid of tabs). by Guido van Rossum · 22 years ago
- af7a302 Mac users now see correct modifiers in the Key Binding Entry window. by Tony Lownds · 22 years ago
- 6565b26 Change key binding to avoid conflict. by Tony Lownds · 22 years ago
- d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 22 years ago
- eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 22 years ago
- c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
- f776e69 Code cleanup and add docstrings. by Barry Warsaw · 22 years ago
- 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
- e03e8f0 Use True/False everywhere. by Barry Warsaw · 22 years ago
- 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 22 years ago
- c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 22 years ago
- bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 22 years ago
- 5f25327 Add a pychecker suppression. by Barry Warsaw · 22 years ago
- 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
- 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
- 176916a Allow internal whitespace in keys. by Fred Drake · 22 years ago
- 2ca041f items(): New method, provided by Gustavo Niemeyer in SF bug #545096. by Fred Drake · 22 years ago
- 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 22 years ago
- c2ff905 has_option(): Use the option name transform consistently. by Fred Drake · 22 years ago
- 46466b4 Revert Rev 1.6 by Kurt B. Kaiser · 22 years ago
- 84f4803 Fix Bug 612886 copy/paste menu items fail by Kurt B. Kaiser · 22 years ago
- d404bee try executing 'less' in a parenthesized subshell - prevents systems like by Skip Montanaro · 22 years ago
- 479f3d3 Oops, must convert hyphens to underscores in keys of aliases dict. by Guido van Rossum · 22 years ago
- 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
- 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
- 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
- 67c4cb1 Disable big charsets in UCS-4 builds. Works around #599377. Will backport to 2.2 by Martin v. Löwis · 22 years ago
- 6d817ad Again, I did check in too many changes. Sorry. by Thomas Heller · 22 years ago
- 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 22 years ago
- d8a9d2a SF bug 613233: test_threadedtempfile hangs by Tim Peters · 22 years ago
- 7dfb6e2 Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton by Neal Norwitz · 22 years ago
- b7a88e5 Add yet another alias for ASCII found in the field. Will backport to 2.2.2. by Guido van Rossum · 22 years ago
- 04d9a80 Add regression test for a bug found in the version of the markupbase by Fred Drake · 22 years ago
- d8ce87a On Windows, select() does not accept empty lists. by Thomas Heller · 22 years ago
- 4d895fa Brett's fixes for various bugs and coding issues. Closes SF patch # by Barry Warsaw · 22 years ago
- fd2ede2 Add the bulk of SF patch 595111 by Attila Babo. by Guido van Rossum · 22 years ago
- b976419 Fix bug I created during merge from Python-idle. by Kurt B. Kaiser · 22 years ago
- e49dd4c Blank line missing. by Tony Lownds · 22 years ago
- 8b1b8d6 Work around Mac OS X transient window issues by Tony Lownds · 22 years ago
- e555fc7 Work around Mac OS X platform encoding issues. by Tony Lownds · 22 years ago
- f18efa5 Added new standard keybinding set for Macs. by Tony Lownds · 22 years ago
- 73b9b66 Update Canvas before computing width. Draw turtle at end of drawing circle. by Martin v. Löwis · 22 years ago
- a6026c6 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 22 years ago
- f0cfdf7 Fiddle comments and variable names in whichmodule(). by Jeremy Hylton · 22 years ago
- 065a5ab whichmodule() should skip dummy package entries in sys.modules. by Jeremy Hylton · 22 years ago
- 16849a7 SF Bug #611225. by Kurt B. Kaiser · 22 years ago
- 7ccd30f Fix a problem in site.py which triggers in case sys.path is empty. by Marc-André Lemburg · 22 years ago
- 01824bf Patch #484994: Improve PanedWindow. by Martin v. Löwis · 22 years ago
- c34c4fc Suppress hex/oct constant warnings in <string> on 64-bit platforms, by Guido van Rossum · 22 years ago
- 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 22 years ago
- f027eac Merge Py Idle: Removing config-mac.txt, not used in Idlefork by Kurt B. Kaiser · 22 years ago
- 6283398 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 5fab9c6 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 2a5e350 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 089a64a Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 7879ad0 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- d1ec940 Merge PyIdle changes: Rev 1.3 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
- 06a0987 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 0f4402d Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 05bab1e Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- ce86b10 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 837d15c Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- d679e09 write(): Special case the common situation of a stream that's only by Fred Drake · 22 years ago
- 254eb53 Merge Py Idle changes: Rev 1.10 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
- d8e20a0 Merge Py Idle changes: Rev 1.6 doerwalter (string methods) by Kurt B. Kaiser · 22 years ago
- 7827e17 Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 33931ef Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 6b06f29 Merge Py Idle changes: Rev 1.5 doerwalter string methods by Kurt B. Kaiser · 22 years ago
- 01166da Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- 258cba8 When recursively attempting to find the modules imported by an by Guido van Rossum · 22 years ago
- f1fe145 Merge Py Idle changes: Rev 1.4 (string methods) by Kurt B. Kaiser · 22 years ago
- 75e3790 Merge Py Idle changes: Rev 1.10 (string methods) by Kurt B. Kaiser · 22 years ago
- 220ecbc Merge Py Idle changes: by Kurt B. Kaiser · 22 years ago
- c0a0e08 Since it tests both ntohl and ntohs, the test should not be called by Guido van Rossum · 22 years ago