summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [Bug #220993; may also fix bug #479469] Fix flakiness when oldAndrew M. Kuchling2002-02-011-0/+7
* Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32Guido van Rossum2002-02-011-4/+18
* package_dir must be converted from the distutils path conventions toThomas Heller2002-02-011-1/+5
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
* more work on configuration savingSteven M. Gava2002-02-013-34/+57
* Restrict the mode to the lowest four octal positions; higher positionsAndrew M. Kuchling2002-01-311-1/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-318-4/+108
* string.split() docstring described the interpretation of the maxsplitFred Drake2002-01-301-3/+3
* Thanks to Detlef Lannert for pointing out a typo in the code thatTim Peters2002-01-301-1/+1
* New TemporaryFile implementation for Windows: this doesn't need aTim Peters2002-01-301-1/+17
* This test left a new set of 3 junk files behind each time it was run.Tim Peters2002-01-301-11/+18
* Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate.Martin v. Löwis2002-01-291-0/+4
* further work on config savingSteven M. Gava2002-01-292-17/+90
* SF bug #509805 tempfile.gettempdir not threadsafeTim Peters2002-01-281-2/+28
* Test case of a singleton multipart; i.e. a multipart/* with only oneBarry Warsaw2002-01-271-0/+8
* test_multipart_one_part(): Idempotency test case for a multipart/*Barry Warsaw2002-01-271-1/+5
* _parsebody(): When adding subparts to a multipart container, make sureBarry Warsaw2002-01-271-2/+7
* further work on saving configsSteven M. Gava2002-01-243-47/+165
* dialog for getting a new config file section nameSteven M. Gava2002-01-241-0/+99
* staying current with python idle fixesSteven M. Gava2002-01-231-2/+2
* fix for python2.2 -Qnew division error,Steven M. Gava2002-01-231-1/+1
* more on config savingSteven M. Gava2002-01-221-16/+30
* further work on config savingSteven M. Gava2002-01-222-30/+107
* extension config reading by configDialog andSteven M. Gava2002-01-213-134/+173
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-1911-109/+50
* further work on keybinding configurationSteven M. Gava2002-01-193-15/+123
* keybinding configurationSteven M. Gava2002-01-192-13/+31
* keybinding configurationSteven M. Gava2002-01-195-72/+110
* SWIGing a source file <name>.i silently overwrites <name>.c if it isThomas Heller2002-01-181-2/+2
* Allow abspath to still do something sensisble if the nt module can not be imp...Mark Hammond2002-01-171-1/+11
* Disable code intended for PEP 277.Guido van Rossum2002-01-151-5/+6
* Only test ntpath.abspath() on Windows. This allows the rest of the module toFred Drake2002-01-151-2/+12
* Patch #414775: Add --skip-build option to bdist command.Martin v. Löwis2002-01-123-3/+18
* key binding handling dialogSteven M. Gava2002-01-121-0/+208
* Add a per-message fallback mechanism for translations.Martin v. Löwis2002-01-111-13/+50
* Add fallback argument to translation(). Request fallbacks on install.Martin v. Löwis2002-01-111-2/+5
* Fix webbrowser.py security bug: be more careful about what we pass toFred Drake2002-01-071-12/+15
* Ensure Unicode filenames work with glob - they already do, but the test seems...Mark Hammond2002-01-071-1/+9
* Restore Python 2.1 StringIO.py behaviour: support concatenatingMarc-André Lemburg2002-01-062-5/+23
* Time2Internaldate(): Call isinstance() once for each of the type testsFred Drake2002-01-051-4/+4
* Remove unused imports, clean up trailing whitespace.Fred Drake2002-01-051-2/+0
* Check for time.struct_time in addition to tuples. Use 3 charactersMartin v. Löwis2002-01-052-5/+19
* loading core keybindings via new config system plusSteven M. Gava2002-01-048-31/+40
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-047-139/+69
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-035-64/+153
* remove futzing with text fontSteven M. Gava2002-01-031-20/+10
* fixups and improvementsSteven M. Gava2002-01-031-2/+3
* moving to new config systemSteven M. Gava2002-01-031-15/+19
* Fix typo in labelAndrew M. Kuchling2002-01-021-1/+1
* SF Patch #494867 test file methodsNeal Norwitz2002-01-011-0/+29