summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.Raymond Hettinger2002-05-231-0/+81
* Whitespace normalization.Tim Peters2002-05-2320-101/+100
* parseaddr(): Fixed in the same way that Message.getaddrlist() wasBarry Warsaw2002-05-232-1/+10
* force gzip module to open files using 'b'inary mode.Skip Montanaro2002-05-232-1/+9
* Closes: #556025 seg fault when doing list(xrange(1e9))Neal Norwitz2002-05-221-0/+11
* Bump to version 2.0.4Barry Warsaw2002-05-221-1/+1
* getaddresses(): Like the change in rfc822.py, this one needs to accessBarry Warsaw2002-05-222-1/+8
* add BooleanTypeSkip Montanaro2002-05-211-0/+1
* In both spilldata() functions, pretend that the docstring forGuido van Rossum2002-05-211-2/+8
* Message.getaddrlist(): Use the AddressList.addresslist attributeBarry Warsaw2002-05-212-2/+21
* Patch 533291. Deprecate None return form of __reduce__.Raymond Hettinger2002-05-211-0/+4
* Munge the RCS keywords to avoid updates, so the version number matches thatFred Drake2002-05-211-1/+1
* Use types.StringTypes instead of explicit (str, unicode) listMichael W. Hudson2002-05-201-1/+1
* Guess what? --disable-unicode proofing.Michael W. Hudson2002-05-201-4/+7
* More --disable-unicode stuff.Michael W. Hudson2002-05-202-10/+15
* Use types.StringTypes instead of (types.StringType, types.UnicodeType) --Michael W. Hudson2002-05-201-2/+2
* tolerate --disable-unicode...Michael W. Hudson2002-05-201-2/+3
* More mindless --disable-unicode proofing.Michael W. Hudson2002-05-201-23/+24
* easy --disable-unicode proofing.Michael W. Hudson2002-05-201-2/+4
* A test message w/ CRLF line endingsBarry Warsaw2002-05-191-0/+45
* Add two new tests of recent email package fixes: CRLF line endings,Barry Warsaw2002-05-191-0/+26
* I've thought about it some more, and I believe it is proper for theBarry Warsaw2002-05-191-10/+20
* Fixed a bug in the splitting of lines, and improved the splitting forBarry Warsaw2002-05-191-11/+29
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-197-45/+168
* Added Mitchell Surface's regression tests for base64. Closes patch #550002.Raymond Hettinger2002-05-181-0/+59
* This is patchMichael W. Hudson2002-05-151-28/+30
* Added docstrings excerpted from Python Library Reference.Raymond Hettinger2002-05-154-1/+121
* Fixed bug: Split RPC message into two parts instead of threeChui Tey2002-05-141-1/+1
* Simplify code to remove an unnecessary test.Fred Drake2002-05-141-2/+1
* Use spaces, not tabs for indents.Guido van Rossum2002-05-141-4/+4
* Added tests for new degree/radian conversions.Raymond Hettinger2002-05-141-0/+2
* Closes patch 529408 deprecating random.stdgamma().Raymond Hettinger2002-05-141-11/+35
* smtp_RCPT(): Removed a somewhat embarrassing debugging line, found byBarry Warsaw2002-05-141-3/+0
* Closes SF bug 527139. Moved temp variables inside guard.Raymond Hettinger2002-05-131-7/+6
* Jim Fulton reported a segfault in dir(). A heavily proxied objectGuido van Rossum2002-05-131-0/+20
* SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.Guido van Rossum2002-05-131-1/+1
* SF 554073. Fix typo in error reporting of unrecognized characterGuido van Rossum2002-05-131-1/+1
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-132-2/+4
* Adds tests for degrees() and radians() functions added to mathmodule.Raymond Hettinger2002-05-131-0/+10
* SF bug 555042: zip() may trigger MemoryError.Tim Peters2002-05-121-1/+11
* Closes SF patch 553277. Per GvR, reverting to original patch -- the way toRaymond Hettinger2002-05-121-1/+1
* Use isinstance() in preference to comparison of type by is.Jeremy Hylton2002-05-101-2/+2
* Patch #553277: Accept callbacks that are callable, not callbacks that are true.Martin v. Löwis2002-05-081-1/+1
* Prevent convert_path from crashing if the path is an empty string. Bugfix ca...Andrew M. Kuchling2002-05-061-2/+2
* random.gauss() uses a piece of hidden state used by nothing else,Tim Peters2002-05-052-1/+23
* Remove all tests that rely on deprecated-in-2.2 features of xrange objects.Fred Drake2002-05-022-29/+0
* Patch 550804: Make os.environ.copy() return a copy.Martin v. Löwis2002-05-021-0/+4
* Added regression tests for xrange object attributes.Fred Drake2002-05-021-0/+23
* Buffer-object repitition and concatenation has worked all along; add a testFred Drake2002-05-021-0/+6
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-011-0/+3