summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* forward-patch from release21-maint branch:Anthony Baxter2001-12-211-0/+6
* test_parseaddr_empty(): New test for assuring thatBarry Warsaw2001-12-201-0/+4
* SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" addressGuido van Rossum2001-12-201-1/+1
* Whitespace normalization.Tim Peters2001-12-201-1/+0
* partial merge with current pythonware codebase:Fredrik Lundh2001-12-191-3/+4
* Add test for pickling new-style class with custom metaclass.Guido van Rossum2001-12-191-0/+12
* Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with aGuido van Rossum2001-12-191-0/+4
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-192-8/+22
* The test using class initarg failed, because it was lacking aGuido van Rossum2001-12-191-0/+3
* Make the module docstring agree with reality: the module prvides theFred Drake2001-12-191-1/+1
* TemporaryFileWrapper: fixed typo in new comment.Tim Peters2001-12-181-1/+1
* TemporaryFileWrapper: cache the value of os.unlink for use by __del__,Tim Peters2001-12-181-1/+8
* Move the helper class _closedsocket *into* the _socketobject class.Guido van Rossum2001-12-181-7/+6
* Recreated after source changes.Thomas Heller2001-12-181-284/+284
* Second part of fix for bug [#483982] Python 2.2b2 bdist_wininstThomas Heller2001-12-181-3/+6