| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Back out #555929 | Martin v. Löwis | 2002-05-15 | 5 | -13/+24 |
|
|
* | Added missing index entries for mapping methods. Closes patch #548693. | Raymond Hettinger | 2002-05-15 | 1 | -1/+7 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-15 | 1 | -28/+30 |
|
|
* | Patch #555929: Cygwin AH_BOTTOM cleanup patch | Jason Tishler | 2002-05-15 | 5 | -24/+13 |
|
|
* | Patch #553678: Cygwin Makefile.pre.in vestige patch | Jason Tishler | 2002-05-15 | 1 | -1/+0 |
|
|
* | Added docstrings excerpted from Python Library Reference. | Raymond Hettinger | 2002-05-15 | 4 | -1/+121 |
|
|
* | Fixed bug: Split RPC message into two parts instead of three | Chui Tey | 2002-05-14 | 1 | -1/+1 |
|
|
* | Minor wording changes, plus correct a typo. | Fred Drake | 2002-05-14 | 1 | -7/+7 |
|
|
* | Simplify code to remove an unnecessary test. | Fred Drake | 2002-05-14 | 1 | -2/+1 |
|
|
* | Use spaces, not tabs for indents. | Guido van Rossum | 2002-05-14 | 1 | -4/+4 |
|
|
* | Added tests for new degree/radian conversions. | Raymond Hettinger | 2002-05-14 | 1 | -0/+2 |
|
|
* | Closes patch 529408 deprecating random.stdgamma(). | Raymond Hettinger | 2002-05-14 | 1 | -11/+35 |
|
|
* | smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by | Barry Warsaw | 2002-05-14 | 1 | -3/+0 |
|
|
* | Closes SF bug 527139. Brings docs inline with random.py 1.29 | Raymond Hettinger | 2002-05-13 | 1 | -1/+1 |
|
|
* | Closes SF bug 527139. Moved temp variables inside guard. | Raymond Hettinger | 2002-05-13 | 1 | -7/+6 |
|
|
* | Correct gammavariate's method name and domain. | Raymond Hettinger | 2002-05-13 | 1 | -2/+2 |
|
|
* | Added typechecking to the individual python->CF converters, so we can use the... | Jack Jansen | 2002-05-13 | 1 | -2/+16 |
|
|
* | Added CFPreferences support. Added these as functions, not methods, which see... | Jack Jansen | 2002-05-13 | 3 | -3/+372 |
|
|
* | Jim Fulton reported a segfault in dir(). A heavily proxied object | Guido van Rossum | 2002-05-13 | 2 | -7/+35 |
|
|
* | SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. | Guido van Rossum | 2002-05-13 | 1 | -1/+1 |
|
|
* | SF 554073. Fix typo in error reporting of unrecognized character | Guido van Rossum | 2002-05-13 | 1 | -1/+1 |
|
|
* | array_tounicode isn't defined in --disable-unicode builds... | Michael W. Hudson | 2002-05-13 | 1 | -0/+4 |
|
|
* | Make StringIO work in --disable-unicode builds... | Michael W. Hudson | 2002-05-13 | 2 | -2/+4 |
|
|
* | Add #ifdef PY_USING_UNICODE sections, so that | Walter Dörwald | 2002-05-13 | 1 | -0/+6 |
|
|
* | Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. | Raymond Hettinger | 2002-05-13 | 1 | -0/+2 |
|
|
* | Added degrees() and radians() to mathmodule. Closes patch 552452 and | Raymond Hettinger | 2002-05-13 | 1 | -0/+27 |
|
|
* | Adds tests for degrees() and radians() functions added to mathmodule. | Raymond Hettinger | 2002-05-13 | 1 | -0/+10 |
|
|
* | Added degrees() and radians() to mathmodule. Closing patch 552452 and | Raymond Hettinger | 2002-05-13 | 1 | -0/+8 |
|
|
* | - Better exception when a NULL CF object is encountered. | Jack Jansen | 2002-05-12 | 3 | -16/+168 |
|
|
* | (py-execute-region): Do the blank line skipping inside the | Barry Warsaw | 2002-05-12 | 1 | -8/+7 |
|
|
* | SF bug 555042: zip() may trigger MemoryError. | Tim Peters | 2002-05-12 | 2 | -3/+18 |
|
|
* | Noted change in ftplib 1.68 closing SF patch 553277. | Raymond Hettinger | 2002-05-12 | 1 | -0/+7 |
|
|
* | Closes SF patch 553277. Per GvR, reverting to original patch -- the way to | Raymond Hettinger | 2002-05-12 | 1 | -1/+1 |
|
|
* | Closes SF patch: 552468. | Raymond Hettinger | 2002-05-12 | 1 | -4/+2 |
|
|
* | Fix typo: ptread --> pthread | Fred Drake | 2002-05-11 | 1 | -1/+1 |
|
|
* | - Get data from CFData objects as Python strings and vv. | Jack Jansen | 2002-05-10 | 2 | -1/+34 |
|
|
* | Use isinstance() in preference to comparison of type by is. | Jeremy Hylton | 2002-05-10 | 1 | -2/+2 |
|
|
* | Give the enumerate() PEP a section of its own | Andrew M. Kuchling | 2002-05-10 | 1 | -36/+50 |
|
|
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -9/+202 |
|
|
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -2/+4 |
|
|
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -14/+18 |
|
|
* | Fix markup error that suppressed space. | Fred Drake | 2002-05-10 | 1 | -1/+1 |
|
|
* | Fix typo | Andrew M. Kuchling | 2002-05-09 | 1 | -1/+1 |
|
|
* | Fixed string and dict conversion, and implemented booleans and numbers (int a... | Jack Jansen | 2002-05-08 | 1 | -14/+49 |
|
|
* | Partial fix for string handling. Null byte TBD. | Jack Jansen | 2002-05-08 | 1 | -2/+4 |
|
|
* | Remove news about PyMalloc_*. Do we need to say anything about | Neil Schemenauer | 2002-05-08 | 1 | -6/+1 |
|
|
* | Updates and rewriting | Andrew M. Kuchling | 2002-05-08 | 1 | -110/+112 |
|
|
* | Patch #553230: Create LIBDIR if necessary. Bugfix candidate. | Martin v. Löwis | 2002-05-08 | 1 | -1/+1 |
|
|
* | Patch #553277: Accept callbacks that are callable, not callbacks that are true. | Martin v. Löwis | 2002-05-08 | 2 | -1/+2 |
|
|
* | Patch #553403: Fix typo. | Martin v. Löwis | 2002-05-08 | 2 | -3/+3 |
|
|