summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix forMichael W. Hudson2002-05-201-1/+1
* Add a bit of news about the email package fixes.Barry Warsaw2002-05-201-0/+6
* 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
* Typo.Guido van Rossum2002-05-161-1/+1
* Fix broken reference, minor clarification.Fred Drake2002-05-161-8/+10
* Typo: build -> builtFred Drake2002-05-161-1/+1
* Added (with GvR's endorsement) Matthew Dixon CowlesRaymond Hettinger2002-05-161-0/+1
* Patch 547037. Corrected documentation to matchRaymond Hettinger2002-05-161-8/+6
* Back out #555929Martin v. Löwis2002-05-155-13/+24
* Added missing index entries for mapping methods. Closes patch #548693.Raymond Hettinger2002-05-151-1/+7
* This is patchMichael W. Hudson2002-05-151-28/+30
* Patch #555929: Cygwin AH_BOTTOM cleanup patchJason Tishler2002-05-155-24/+13
* Patch #553678: Cygwin Makefile.pre.in vestige patchJason Tishler2002-05-151-1/+0
* 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
* Minor wording changes, plus correct a typo.Fred Drake2002-05-141-7/+7
* 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. Brings docs inline with random.py 1.29Raymond Hettinger2002-05-131-1/+1
* Closes SF bug 527139. Moved temp variables inside guard.Raymond Hettinger2002-05-131-7/+6
* Correct gammavariate's method name and domain.Raymond Hettinger2002-05-131-2/+2
* Added typechecking to the individual python->CF converters, so we can use the...Jack Jansen2002-05-131-2/+16
* Added CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-133-3/+372
* Jim Fulton reported a segfault in dir(). A heavily proxied objectGuido van Rossum2002-05-132-7/+35
* 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
* array_tounicode isn't defined in --disable-unicode builds...Michael W. Hudson2002-05-131-0/+4
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-132-2/+4
* Add #ifdef PY_USING_UNICODE sections, so thatWalter Dörwald2002-05-131-0/+6
* Noted SF patch 552452 adding degree/radian conversions to mathmodule.c.Raymond Hettinger2002-05-131-0/+2
* Added degrees() and radians() to mathmodule. Closes patch 552452 andRaymond Hettinger2002-05-131-0/+27
* Adds tests for degrees() and radians() functions added to mathmodule.Raymond Hettinger2002-05-131-0/+10
* Added degrees() and radians() to mathmodule. Closing patch 552452 andRaymond Hettinger2002-05-131-0/+8
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-123-16/+168
* (py-execute-region): Do the blank line skipping inside theBarry Warsaw2002-05-121-8/+7
* SF bug 555042: zip() may trigger MemoryError.Tim Peters2002-05-122-3/+18
* Noted change in ftplib 1.68 closing SF patch 553277.Raymond Hettinger2002-05-121-0/+7
* Closes SF patch 553277. Per GvR, reverting to original patch -- the way toRaymond Hettinger2002-05-121-1/+1
* Closes SF patch: 552468.Raymond Hettinger2002-05-121-4/+2
* Fix typo: ptread --> pthreadFred Drake2002-05-111-1/+1
* - Get data from CFData objects as Python strings and vv.Jack Jansen2002-05-102-1/+34
* Use isinstance() in preference to comparison of type by is.Jeremy Hylton2002-05-101-2/+2