summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Print encoded versions of the file names in test application. Fixes #496084Martin v. Löwis2001-12-301-2/+16
* test_support: add a docstring to vereq().Tim Peters2001-12-292-2/+11
* SF Patch #497487 add test to compare conjugate of a complex numberNeal Norwitz2001-12-291-1/+4
* SF Patch #494873 add tests for complex numbers including calls to int()/long()Neal Norwitz2001-12-291-0/+21
* SF Patch #494874 add tests for int()/long() invalid parametersNeal Norwitz2001-12-291-0/+23
* SF Patch #494872 test repr() of a built-in moduleNeal Norwitz2001-12-291-0/+1
* SF Patch #494876, test invalid parameters to pow()Neal Norwitz2001-12-291-0/+20
* Thread.__bootstrap(): ignore exceptions in the self.__delete() call inGuido van Rossum2001-12-281-1/+4
* Fix for SF bug ##497426: can't deepcopy recursive new objectsGuido van Rossum2001-12-281-1/+10
* Fix for SF bug ##497426: can't deepcopy recursive new objectsGuido van Rossum2001-12-281-4/+6
* Update the docstring too. :-)Guido van Rossum2001-12-281-1/+1
* SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous passwordGuido van Rossum2001-12-281-13/+8
* _reduce(): Avoid infinite recursion in the pickler when self.__class__Guido van Rossum2001-12-271-0/+2
* Don't set passiveserver to 0 in connect(). See SF bug #495693.Guido van Rossum2001-12-231-1/+0
* Regenerated for Linux 2.2.4.Martin v. Löwis2001-12-221-55/+182
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-215-4/+34
* Suggested by Pete Shinners: treat .m and .mm files as source code.Andrew M. Kuchling2001-12-211-1/+1