summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-281-0/+1
* backport tim_one's checkin ofMichael W. Hudson2002-02-251-0/+1
* backport loewis' checkin ofMichael W. Hudson2002-02-251-10/+31
* backport loewis' checkin ofMichael W. Hudson2002-02-251-1/+1
* Backport theller's check-in of revision 1.45:Michael W. Hudson2002-02-221-4/+5
* backport tim_one's checkin ofMichael W. Hudson2002-02-222-5/+13
* backport gward's checkin ofMichael W. Hudson2002-02-221-1/+1
* backport akuchling's checkin ofMichael W. Hudson2002-02-221-0/+7
* backport gvanrossum's checkin ofMichael W. Hudson2002-02-221-4/+18
* backport akuchling's checkin ofMichael W. Hudson2002-02-221-1/+1
* Backport theller's checkin of revision 1.35:Michael W. Hudson2002-02-191-1/+5
* SF #515023. Make _DummyThread.join() signature match base class (Thread)Neal Norwitz2002-02-191-1/+1
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-169-24/+15
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-02-081-0/+28
* Backport loewis' checkin of revision 1.44:Michael W. Hudson2002-02-061-0/+4
* string.split() docstring described the interpretation of the maxsplitFred Drake2002-01-301-3/+3
* It's merge time!Michael W. Hudson2002-01-281-1/+5
* It's merge time!Michael W. Hudson2002-01-281-2/+7
* It's merge time!Michael W. Hudson2002-01-281-0/+15
* It's merge time!Michael W. Hudson2002-01-281-5/+8
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-01-281-0/+8
* Add fallback argument to translation(). Set fallback to 1 for 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
* Time2Internaldate(): Call isinstance() once for each of the type testsFred Drake2002-01-051-4/+4
* Check for time.struct_time in addition to tuples. Use 3 charactersMartin v. Löwis2002-01-051-5/+5
* Backport gvanrossum's checkin of revision 1.20:Michael W. Hudson2002-01-041-1/+4
* Backport gvanrossum's checkin of revisionsMichael W. Hudson2002-01-042-5/+16
* Backport gvanrossum's checkin of version 1.10:Michael W. Hudson2001-12-281-0/+2
* Backport of akuchling's checkin of 1.10:Michael W. Hudson2001-12-281-1/+1
* Backport loewis' checkin of version 1.2:Michael W. Hudson2001-12-281-55/+182
* Backport Guido's checkin of version 1.61:Michael W. Hudson2001-12-281-1/+0
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-2892-14096/+40
* 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
* Don't use Latex \code{...} in docstrings.Guido van Rossum2001-12-171-1/+1
* Get rid of the stupid backslash in front of the column zero openBarry Warsaw2001-12-171-1/+1