| Commit message (Expand) | Author | Age | Files | Lines |
* | As discussed on python-dev, add a mechanism to indicate features | Neal Norwitz | 2002-05-29 | 1 | -0/+1 |
|
|
* | Whitespace normalization | Neal Norwitz | 2002-05-29 | 1 | -2/+2 |
|
|
* | Importing Charset should not fail when Unicode is disabled. (XXX | Guido van Rossum | 2002-05-28 | 1 | -3/+11 |
|
|
* | This is a Python 2.1 and 2.2 bugfix candidate: | Christian Tismer | 2002-05-28 | 1 | -11/+5 |
|
|
* | Geiger Ho's patch for better subclassing | Steven M. Gava | 2002-05-27 | 1 | -1/+1 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -3/+65 |
|
|
* | GvR's rpc patch | Chui Tey | 2002-05-26 | 7 | -94/+1208 |
|
|
* | Fix for SF bug 551412. When _PyType_Lookup() is called on a type | Guido van Rossum | 2002-05-24 | 1 | -0/+16 |
|
|
* | Don't require Unicode support. | Guido van Rossum | 2002-05-24 | 1 | -2/+9 |
|
|
* | Whitespace normalized. | Raymond Hettinger | 2002-05-23 | 1 | -11/+11 |
|
|
* | Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. | Raymond Hettinger | 2002-05-23 | 1 | -0/+81 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 20 | -101/+100 |
|
|
* | parseaddr(): Fixed in the same way that Message.getaddrlist() was | Barry Warsaw | 2002-05-23 | 2 | -1/+10 |
|
|
* | force gzip module to open files using 'b'inary mode. | Skip Montanaro | 2002-05-23 | 2 | -1/+9 |
|
|
* | Closes: #556025 seg fault when doing list(xrange(1e9)) | Neal Norwitz | 2002-05-22 | 1 | -0/+11 |
|
|
* | Bump to version 2.0.4 | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | getaddresses(): Like the change in rfc822.py, this one needs to access | Barry Warsaw | 2002-05-22 | 2 | -1/+8 |
|
|
* | add BooleanType | Skip Montanaro | 2002-05-21 | 1 | -0/+1 |
|
|
* | In both spilldata() functions, pretend that the docstring for | Guido van Rossum | 2002-05-21 | 1 | -2/+8 |
|
|
* | Message.getaddrlist(): Use the AddressList.addresslist attribute | Barry Warsaw | 2002-05-21 | 2 | -2/+21 |
|
|
* | Patch 533291. Deprecate None return form of __reduce__. | Raymond Hettinger | 2002-05-21 | 1 | -0/+4 |
|
|
* | Munge the RCS keywords to avoid updates, so the version number matches that | Fred Drake | 2002-05-21 | 1 | -1/+1 |
|
|
* | Use types.StringTypes instead of explicit (str, unicode) list | Michael W. Hudson | 2002-05-20 | 1 | -1/+1 |
|
|
* | Guess what? --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -4/+7 |
|
|
* | More --disable-unicode stuff. | Michael W. Hudson | 2002-05-20 | 2 | -10/+15 |
|
|
* | Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- | Michael W. Hudson | 2002-05-20 | 1 | -2/+2 |
|
|
* | tolerate --disable-unicode... | Michael W. Hudson | 2002-05-20 | 1 | -2/+3 |
|
|
* | More mindless --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -23/+24 |
|
|
* | easy --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -2/+4 |
|
|
* | A test message w/ CRLF line endings | Barry Warsaw | 2002-05-19 | 1 | -0/+45 |
|
|
* | Add two new tests of recent email package fixes: CRLF line endings, | Barry Warsaw | 2002-05-19 | 1 | -0/+26 |
|
|
* | I've thought about it some more, and I believe it is proper for the | Barry Warsaw | 2002-05-19 | 1 | -10/+20 |
|
|
* | Fixed a bug in the splitting of lines, and improved the splitting for | Barry Warsaw | 2002-05-19 | 1 | -11/+29 |
|
|
* | Complete a merge of the mimelib project and the Python cvs codebases | Barry Warsaw | 2002-05-19 | 7 | -45/+168 |
|
|
* | Added Mitchell Surface's regression tests for base64. Closes patch #550002. | Raymond Hettinger | 2002-05-18 | 1 | -0/+59 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-15 | 1 | -28/+30 |
|
|
* | 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 |
|
|
* | 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. Moved temp variables inside guard. | Raymond Hettinger | 2002-05-13 | 1 | -7/+6 |
|
|
* | Jim Fulton reported a segfault in dir(). A heavily proxied object | Guido van Rossum | 2002-05-13 | 1 | -0/+20 |
|
|
* | 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 |
|
|
* | Make StringIO work in --disable-unicode builds... | Michael W. Hudson | 2002-05-13 | 2 | -2/+4 |
|
|
* | Adds tests for degrees() and radians() functions added to mathmodule. | Raymond Hettinger | 2002-05-13 | 1 | -0/+10 |
|
|
* | SF bug 555042: zip() may trigger MemoryError. | Tim Peters | 2002-05-12 | 1 | -1/+11 |
|
|