summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* more fleshing out, this time primarily the 'general' pageSteven M. Gava2001-08-071-2/+73
* fix for Bug ID 448100 - "test code using NL instead of CRNL"Piers Lauder2001-08-051-1/+1
* began font / indentation pageSteven M. Gava2001-08-051-7/+85
* Hack to workaround bug #445984: attempt to import _socket beforeGreg Ward2001-08-041-0/+4
* further work on keybinding pageSteven M. Gava2001-08-041-29/+119
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-041-39/+46
* Refactor so that it is easier to work with alternate MIME types databases,Fred Drake2001-08-031-67/+138
* Don't use any characters C doesn't guarantee are safe for text-mode files.Tim Peters2001-08-031-12/+12
* Fix stupid bug: when migrating these tests from the Zope repository, theFred Drake2001-08-031-14/+20
* Change some comments into docstrings.Fred Drake2001-08-031-27/+31
* The test opened the binary test data files in text mode! Fixed.Jack Jansen2001-08-031-3/+3
* further work on config dialog, particularly highligthing configSteven M. Gava2001-08-031-34/+146
* Make sure that WeakValueDictionary[] raises KeyError instead of TypeErrorFred Drake2001-08-032-1/+6
* Miscellaneous minor cleanups.Fred Drake2001-08-021-20/+21
* This test failed under python -O.Tim Peters2001-08-021-3/+7
* Unit test for improved package import semantics.Guido van Rossum2001-08-021-0/+74
* Patch #444359: Remove unused imports.Martin v. Löwis2001-08-028-9/+2
* Merge of descr-branch back into trunk.Tim Peters2001-08-025-7/+849
* s/endswith/startswith/Tim Peters2001-08-011-1/+1
* Rewritten version of Finn Bock's SF patch #446907 (Allow jython toTim Peters2001-08-011-1/+4
* Turn an octal constant into a hex constant.Guido van Rossum2001-08-011-1/+1
* A more lightweight (and read only) way to view help textSteven M. Gava2001-07-311-38/+4
* indentation style changed to match existing sourceSteven M. Gava2001-07-312-174/+174
* improve viewfile handlingSteven M. Gava2001-07-311-113/+118
* Add dead imports of modules that are "magically" imported.Martin v. Löwis2001-07-312-0/+11
* Remove obsolete entries from regen scripts.Martin v. Löwis2001-07-3114-40/+1
* Initialize msg to avoid unbound locals.Martin v. Löwis2001-07-315-0/+6
* activate new about dialog for testingSteven M. Gava2001-07-311-5/+7
* removed redundant separate idlfefork verSteven M. Gava2001-07-311-2/+1
* some new dialogs and support files for new about and configuration implementa...Steven M. Gava2001-07-314-0/+365
* Amazing. This would open the sound file in text mode. Fixed.Guido van Rossum2001-07-311-1/+1
* test_codeup should not have had an expected-output file; removing it.Tim Peters2001-07-301-10/+0
* Add tests for getattr() and hasattr() with non-string argsJeremy Hylton2001-07-302-0/+24
* Get the whitespace right!Fred Drake2001-07-301-3/+3
* Fix for SF bug [ #443866 ] Evaluating func_code causing core dumpJeremy Hylton2001-07-302-0/+14
* Ugly fix used when pyexpat is not available.Jeremy Hylton2001-07-301-0/+3
* Fix when pyexpat not builtJeremy Hylton2001-07-301-0/+1
* Patch #442866: Tests for codeop.py.Martin v. Löwis2001-07-302-0/+100
* Patch #445538: add completion for pstats.py sort cmd.Martin v. Löwis2001-07-301-0/+2
* Do convert_path() on script paths (now PyXML builds out of the boxJust van Rossum2001-07-291-0/+2
* Patch #443337: Fix incompatibilities in imputil's behavior.Martin v. Löwis2001-07-281-1/+9
* Remove usage of strop module.Martin v. Löwis2001-07-281-5/+2
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-282-15/+85
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-272-16/+47
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-262-5/+7
* SF bug #444510: int() should guarantee truncation.Tim Peters2001-07-261-0/+13
* Add backwards compatibility.Marc-André Lemburg2001-07-261-1/+6
* Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.Martin v. Löwis2001-07-263-13/+13
* Untabify IPv6 changes.Martin v. Löwis2001-07-265-126/+126
* Fix a denial-of-service attack, SF bug #443120.Guido van Rossum2001-07-251-4/+14