- bf9cb3f Use function instead of macro spellings for PyObject_memorystuff. by Tim Peters · 23 years ago
- c9ca5c8 Whitespace normalization. by Tim Peters · 23 years ago
- 8ac1495 Whitespace normalization. by Tim Peters · 23 years ago
- f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 23 years ago
- 12424bc force gzip module to open files using 'b'inary mode. closes patch #536278. by Skip Montanaro · 23 years ago
- d4e5be5 Closes: #556025 seg fault when doing list(xrange(1e9)) by Neal Norwitz · 23 years ago
- 7779b20 Remove spurious "()" from the __str__() description. by Fred Drake · 23 years ago
- 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 23 years ago
- 4be55b5 file_doc: Add some description of the U mode character, but only when by Barry Warsaw · 23 years ago
- 24cf776 Patch #491107: Cygwin setup.py import workaround patch by Jason Tishler · 23 years ago
- a43b2c4 Regenerated from new Universal Headers. by Jack Jansen · 23 years ago
- a7f4ded Allow the script to have not only a TEXT filetype but also a null filetype (to enable files to be created from the Unix side of OSX to be droppable on the MacPython interpreter). by Jack Jansen · 23 years ago
- 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 23 years ago
- 422cdde Enable WITH_PYMALLOC. by Jack Jansen · 23 years ago
- 94ce52e Added 2 more addresses to send release notifications to. by Jack Jansen · 23 years ago
- c585075 Added a version annotation for StringTypes. Added documentation for BooleanType. by Fred Drake · 23 years ago
- 4319315 Bump to version 2.0.4 by Barry Warsaw · 23 years ago
- 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 23 years ago
- c421ad4 Minor typo: Message.getall() -> Message.get_all() by Barry Warsaw · 23 years ago
- 012ed5d add BooleanType by Skip Montanaro · 23 years ago
- 5e355b2 In both spilldata() functions, pretend that the docstring for by Guido van Rossum · 23 years ago
- 0a8d4d5 Message.getaddrlist(): Use the AddressList.addresslist attribute by Barry Warsaw · 23 years ago
- 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 23 years ago
- 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 23 years ago
- 7f7d5bf Patch 543222. Disable script bindings in shell window. by Raymond Hettinger · 23 years ago
- f79f2f9 Add additional comments on the use of \deprecated. by Fred Drake · 23 years ago
- a2b11ec Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. by Neil Schemenauer · 23 years ago
- 0ebac97 Patch 549187. Improve string formatting error message. by Raymond Hettinger · 23 years ago
- 5ecb7aa Add availability information for a couple of the types, and notes on writing by Fred Drake · 23 years ago
- fecdb49 Another one. by Guido van Rossum · 23 years ago
- 8eaa3ad Patches 558535. The standard Windows binding for Edit Select All by Raymond Hettinger · 23 years ago
- 2513357 Munge the RCS keywords to avoid updates, so the version number matches that by Fred Drake · 23 years ago
- 755f75e Use types.StringTypes instead of explicit (str, unicode) list by Michael W. Hudson · 23 years ago
- 7b7ba54 Guess what? --disable-unicode proofing. by Michael W. Hudson · 23 years ago
- f207277 More --disable-unicode stuff. by Michael W. Hudson · 23 years ago
- 3704644 Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- by Michael W. Hudson · 23 years ago
- 9c37306 tolerate --disable-unicode... by Michael W. Hudson · 23 years ago
- 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 23 years ago
- 286225b easy --disable-unicode proofing. by Michael W. Hudson · 23 years ago
- d95c828 Fix for by Michael W. Hudson · 23 years ago
- 47f3e2c Add a bit of news about the email package fixes. by Barry Warsaw · 23 years ago
- 6d86f83 A test message w/ CRLF line endings by Barry Warsaw · 23 years ago
- e0d85c8 Add two new tests of recent email package fixes: CRLF line endings, by Barry Warsaw · 23 years ago
- 7e21b67 I've thought about it some more, and I believe it is proper for the by Barry Warsaw · 23 years ago
- 812031b Fixed a bug in the splitting of lines, and improved the splitting for by Barry Warsaw · 23 years ago
- 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 23 years ago
- 2ae8753 Added Mitchell Surface's regression tests for base64. Closes patch #550002. by Raymond Hettinger · 23 years ago
- 18ca791 Typo. by Guido van Rossum · 23 years ago
- 4e76555 Fix broken reference, minor clarification. by Fred Drake · 23 years ago
- 742dc77 Typo: build -> built by Fred Drake · 23 years ago
- f077f79 Added (with GvR's endorsement) Matthew Dixon Cowles by Raymond Hettinger · 23 years ago
- cadc9fb Patch 547037. Corrected documentation to match by Raymond Hettinger · 23 years ago
- 1e1fcef Back out #555929 by Martin v. Löwis · 23 years ago
- b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 23 years ago
- 8bf46e4 This is patch by Michael W. Hudson · 23 years ago
- eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 23 years ago
- 5cc21ae Patch #553678: Cygwin Makefile.pre.in vestige patch by Jason Tishler · 23 years ago
- d1fa3db Added docstrings excerpted from Python Library Reference. Closes patch 556161. by Raymond Hettinger · 23 years ago
- 55956c9 Fixed bug: Split RPC message into two parts instead of three by Chui Tey · 23 years ago
- 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 23 years ago
- 30d59ba Simplify code to remove an unnecessary test. by Fred Drake · 23 years ago
- 570764d Use spaces, not tabs for indents. by Guido van Rossum · 23 years ago
- 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 23 years ago
- b760efb Closes patch 529408 deprecating random.stdgamma(). by Raymond Hettinger · 23 years ago
- bdc8289 smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by by Barry Warsaw · 23 years ago
- 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 23 years ago
- ca6cdc2 Closes SF bug 527139. Moved temp variables inside guard. by Raymond Hettinger · 23 years ago
- 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 23 years ago
- eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 23 years ago
- 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 23 years ago
- 4402241 Jim Fulton reported a segfault in dir(). A heavily proxied object by Guido van Rossum · 23 years ago
- df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 23 years ago
- 6a1bd39 SF 554073. Fix typo in error reporting of unrecognized character by Guido van Rossum · 23 years ago
- 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 23 years ago
- e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 23 years ago
- 775c11f Add #ifdef PY_USING_UNICODE sections, so that by Walter Dörwald · 23 years ago
- 87f59ee Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. by Raymond Hettinger · 23 years ago
- d6f2267 Added degrees() and radians() to mathmodule. Closes patch 552452 and by Raymond Hettinger · 23 years ago
- 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 23 years ago
- c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 23 years ago
- 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 23 years ago
- 69c9266 (py-execute-region): Do the blank line skipping inside the by Barry Warsaw · 23 years ago
- 39a86c2 SF bug 555042: zip() may trigger MemoryError. by Tim Peters · 23 years ago
- 9b1df1d Noted change in ftplib 1.68 closing SF patch 553277. by Raymond Hettinger · 23 years ago
- e874fc3 Closes SF patch 553277. Per GvR, reverting to original patch -- the way to by Raymond Hettinger · 23 years ago
- 9415309 Closes SF patch: 552468. by Raymond Hettinger · 23 years ago
- 59518b0 Fix typo: ptread --> pthread Closes SF bug #554644. by Fred Drake · 23 years ago
- 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 23 years ago
- e037665 Use isinstance() in preference to comparison of type by is. by Jeremy Hylton · 23 years ago
- fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 23 years ago
- 007c04a [from Oct 2000] Start fleshing out the "Examples" section. by Greg Ward · 23 years ago
- 954ce8b [from Oct 2000] by Greg Ward · 23 years ago
- 58437f2 [from Oct 2000] Clarify explanations of header file search directories. by Greg Ward · 23 years ago
- 1f89e2a Fix markup error that suppressed space. by Fred Drake · 23 years ago
- b2cb37f Fix typo by Andrew M. Kuchling · 23 years ago
- 4225132 Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! by Jack Jansen · 23 years ago
- 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 23 years ago
- c9abc1d Remove news about PyMalloc_*. Do we need to say anything about pymalloc? by Neil Schemenauer · 23 years ago
- 40df710 Updates and rewriting by Andrew M. Kuchling · 23 years ago
- d8a20d2 Patch #553230: Create LIBDIR if necessary. Bugfix candidate. by Martin v. Löwis · 23 years ago