- 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
- a8dd094 Patch #553277: Accept callbacks that are callable, not callbacks that are true. by Martin v. Löwis · 23 years ago
- 09bdf72 Patch #553403: Fix typo. by Martin v. Löwis · 23 years ago
- e452659 Patch #551410: Implement tp_getiter. by Martin v. Löwis · 23 years ago
- 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 23 years ago
- 000e37c Patch #551011: Fix compilation problems with Cygwin. by Martin v. Löwis · 23 years ago
- 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 23 years ago
- cb37646 Added pycfbridge.c by Jack Jansen · 23 years ago
- 0627c3e Added enumobject.c by Jack Jansen · 23 years ago
- 1624bc0 Move 'Tips and Tricks' to be the last section by Andrew M. Kuchling · 23 years ago
- 3b98dc1 Add section on Setup file by Andrew M. Kuchling · 23 years ago
- 517109b More filling out by Andrew M. Kuchling · 23 years ago
- 21b23b0 Fix typos by Andrew M. Kuchling · 23 years ago
- ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 23 years ago
- 821013e Write two sections, and write some partial text for some other sections by Andrew M. Kuchling · 23 years ago
- d05c74f Add a note explaining the interaction between unbuffered input and by Fred Drake · 23 years ago
- 0b5c112 Prevent convert_path from crashing if the path is an empty string. Bugfix candidate. by Andrew M. Kuchling · 23 years ago
- efaffae First steps towards a generalized converter of Python object by Jack Jansen · 23 years ago
- 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 23 years ago