| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -2/+22 |
|
|
* | Remove spurious "()" from the __str__() description. | Fred Drake | 2002-05-22 | 1 | -1/+1 |
|
|
* | Jack's documentation for the U mode character on the file() | Barry Warsaw | 2002-05-22 | 2 | -0/+27 |
|
|
* | file_doc: Add some description of the U mode character, but only when | Barry Warsaw | 2002-05-22 | 1 | -0/+10 |
|
|
* | Patch #491107: Cygwin setup.py import workaround patch | Jason Tishler | 2002-05-22 | 1 | -0/+6 |
|
|
* | Regenerated from new Universal Headers. | Jack Jansen | 2002-05-22 | 16 | -261/+717 |
|
|
* | Allow the script to have not only a TEXT filetype but also a null filetype (t... | Jack Jansen | 2002-05-22 | 1 | -1/+3 |
|
|
* | Replaced lots of PyMem_DEL() calls with PyObject_DEL(). | Jack Jansen | 2002-05-22 | 9 | -16/+16 |
|
|
* | Enable WITH_PYMALLOC. | Jack Jansen | 2002-05-22 | 1 | -1/+1 |
|
|
* | Added 2 more addresses to send release notifications to. | Jack Jansen | 2002-05-22 | 1 | -0/+2 |
|
|
* | Added a version annotation for StringTypes. | Fred Drake | 2002-05-22 | 1 | -0/+7 |
|
|
* | 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 |
|
|
* | Minor typo: Message.getall() -> Message.get_all() | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | 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 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 3 | -10/+21 |
|
|
* | Patch 533291. Deprecate None return form of __reduce__. | Raymond Hettinger | 2002-05-21 | 2 | -4/+12 |
|
|
* | Patch 543222. Disable script bindings in shell window. | Raymond Hettinger | 2002-05-21 | 3 | -0/+5 |
|
|
* | Add additional comments on the use of \deprecated. | Fred Drake | 2002-05-21 | 1 | -1/+4 |
|
|
* | Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. | Neil Schemenauer | 2002-05-21 | 1 | -7/+10 |
|
|
* | Patch 549187. Improve string formatting error message. | Raymond Hettinger | 2002-05-21 | 2 | -4/+4 |
|
|
* | Add availability information for a couple of the types, and notes on writing | Fred Drake | 2002-05-21 | 1 | -5/+10 |
|
|
* | Another one. | Guido van Rossum | 2002-05-21 | 1 | -0/+1 |
|
|
* | Patches 558535. The standard Windows binding for Edit Select All | Raymond Hettinger | 2002-05-21 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Fix for | Michael W. Hudson | 2002-05-20 | 1 | -1/+1 |
|
|
* | Add a bit of news about the email package fixes. | Barry Warsaw | 2002-05-20 | 1 | -0/+6 |
|
|
* | 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 |
|
|
* | Typo. | Guido van Rossum | 2002-05-16 | 1 | -1/+1 |
|
|
* | Fix broken reference, minor clarification. | Fred Drake | 2002-05-16 | 1 | -8/+10 |
|
|
* | Typo: build -> built | Fred Drake | 2002-05-16 | 1 | -1/+1 |
|
|
* | Added (with GvR's endorsement) Matthew Dixon Cowles | Raymond Hettinger | 2002-05-16 | 1 | -0/+1 |
|
|
* | Patch 547037. Corrected documentation to match | Raymond Hettinger | 2002-05-16 | 1 | -8/+6 |
|
|
* | 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 |
|
|