1. 755f75e Use types.StringTypes instead of explicit (str, unicode) list by Michael W. Hudson · 22 years ago
  2. 7b7ba54 Guess what? --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  3. f207277 More --disable-unicode stuff. by Michael W. Hudson · 22 years ago
  4. 3704644 Use types.StringTypes instead of (types.StringType, types.UnicodeType) -- by Michael W. Hudson · 22 years ago
  5. 9c37306 tolerate --disable-unicode... by Michael W. Hudson · 22 years ago
  6. 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  7. 286225b easy --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  8. d95c828 Fix for by Michael W. Hudson · 22 years ago
  9. 47f3e2c Add a bit of news about the email package fixes. by Barry Warsaw · 22 years ago
  10. 6d86f83 A test message w/ CRLF line endings by Barry Warsaw · 22 years ago
  11. e0d85c8 Add two new tests of recent email package fixes: CRLF line endings, by Barry Warsaw · 22 years ago
  12. 7e21b67 I've thought about it some more, and I believe it is proper for the by Barry Warsaw · 22 years ago
  13. 812031b Fixed a bug in the splitting of lines, and improved the splitting for by Barry Warsaw · 22 years ago
  14. 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 22 years ago
  15. 2ae8753 Added Mitchell Surface's regression tests for base64. Closes patch #550002. by Raymond Hettinger · 22 years ago
  16. 18ca791 Typo. by Guido van Rossum · 22 years ago
  17. 4e76555 Fix broken reference, minor clarification. by Fred Drake · 22 years ago
  18. 742dc77 Typo: build -> built by Fred Drake · 22 years ago
  19. f077f79 Added (with GvR's endorsement) Matthew Dixon Cowles by Raymond Hettinger · 22 years ago
  20. cadc9fb Patch 547037. Corrected documentation to match by Raymond Hettinger · 22 years ago
  21. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  22. b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 22 years ago
  23. 8bf46e4 This is patch by Michael W. Hudson · 22 years ago
  24. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  25. 5cc21ae Patch #553678: Cygwin Makefile.pre.in vestige patch by Jason Tishler · 22 years ago
  26. d1fa3db Added docstrings excerpted from Python Library Reference. Closes patch 556161. by Raymond Hettinger · 22 years ago
  27. 55956c9 Fixed bug: Split RPC message into two parts instead of three by Chui Tey · 22 years ago
  28. 9aa97e8 Minor wording changes, plus correct a typo. by Fred Drake · 22 years ago
  29. 30d59ba Simplify code to remove an unnecessary test. by Fred Drake · 22 years ago
  30. 570764d Use spaces, not tabs for indents. by Guido van Rossum · 22 years ago
  31. 2d2b51b Added tests for new degree/radian conversions. by Raymond Hettinger · 22 years ago
  32. b760efb Closes patch 529408 deprecating random.stdgamma(). by Raymond Hettinger · 22 years ago
  33. bdc8289 smtp_RCPT(): Removed a somewhat embarrassing debugging line, found by by Barry Warsaw · 22 years ago
  34. 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 22 years ago
  35. ca6cdc2 Closes SF bug 527139. Moved temp variables inside guard. by Raymond Hettinger · 22 years ago
  36. 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 22 years ago
  37. eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 22 years ago
  38. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
  39. 4402241 Jim Fulton reported a segfault in dir(). A heavily proxied object by Guido van Rossum · 22 years ago
  40. df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 22 years ago
  41. 6a1bd39 SF 554073. Fix typo in error reporting of unrecognized character by Guido van Rossum · 22 years ago
  42. 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  43. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  44. 775c11f Add #ifdef PY_USING_UNICODE sections, so that by Walter Dörwald · 22 years ago
  45. 87f59ee Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. by Raymond Hettinger · 22 years ago
  46. d6f2267 Added degrees() and radians() to mathmodule. Closes patch 552452 and by Raymond Hettinger · 22 years ago
  47. 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 22 years ago
  48. c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 22 years ago
  49. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
  50. 69c9266 (py-execute-region): Do the blank line skipping inside the by Barry Warsaw · 22 years ago
  51. 39a86c2 SF bug 555042: zip() may trigger MemoryError. by Tim Peters · 22 years ago
  52. 9b1df1d Noted change in ftplib 1.68 closing SF patch 553277. by Raymond Hettinger · 22 years ago
  53. e874fc3 Closes SF patch 553277. Per GvR, reverting to original patch -- the way to by Raymond Hettinger · 22 years ago
  54. 9415309 Closes SF patch: 552468. by Raymond Hettinger · 22 years ago
  55. 59518b0 Fix typo: ptread --> pthread Closes SF bug #554644. by Fred Drake · 22 years ago
  56. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 22 years ago
  57. e037665 Use isinstance() in preference to comparison of type by is. by Jeremy Hylton · 22 years ago
  58. fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 22 years ago
  59. 007c04a [from Oct 2000] Start fleshing out the "Examples" section. by Greg Ward · 22 years ago
  60. 954ce8b [from Oct 2000] by Greg Ward · 22 years ago
  61. 58437f2 [from Oct 2000] Clarify explanations of header file search directories. by Greg Ward · 22 years ago
  62. 1f89e2a Fix markup error that suppressed space. by Fred Drake · 22 years ago
  63. b2cb37f Fix typo by Andrew M. Kuchling · 22 years ago
  64. 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 · 22 years ago
  65. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 22 years ago
  66. c9abc1d Remove news about PyMalloc_*. Do we need to say anything about pymalloc? by Neil Schemenauer · 22 years ago
  67. 40df710 Updates and rewriting by Andrew M. Kuchling · 22 years ago
  68. d8a20d2 Patch #553230: Create LIBDIR if necessary. Bugfix candidate. by Martin v. Löwis · 22 years ago
  69. a8dd094 Patch #553277: Accept callbacks that are callable, not callbacks that are true. by Martin v. Löwis · 22 years ago
  70. 09bdf72 Patch #553403: Fix typo. by Martin v. Löwis · 22 years ago
  71. e452659 Patch #551410: Implement tp_getiter. by Martin v. Löwis · 22 years ago
  72. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  73. 000e37c Patch #551011: Fix compilation problems with Cygwin. by Martin v. Löwis · 22 years ago
  74. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 22 years ago
  75. cb37646 Added pycfbridge.c by Jack Jansen · 22 years ago
  76. 0627c3e Added enumobject.c by Jack Jansen · 22 years ago
  77. 1624bc0 Move 'Tips and Tricks' to be the last section by Andrew M. Kuchling · 22 years ago
  78. 3b98dc1 Add section on Setup file by Andrew M. Kuchling · 22 years ago
  79. 517109b More filling out by Andrew M. Kuchling · 22 years ago
  80. 21b23b0 Fix typos by Andrew M. Kuchling · 22 years ago
  81. ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 22 years ago
  82. 821013e Write two sections, and write some partial text for some other sections by Andrew M. Kuchling · 22 years ago
  83. d05c74f Add a note explaining the interaction between unbuffered input and by Fred Drake · 22 years ago
  84. 0b5c112 Prevent convert_path from crashing if the path is an empty string. Bugfix candidate. by Andrew M. Kuchling · 22 years ago
  85. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 22 years ago
  86. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago
  87. 2b41b0d Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, by Martin v. Löwis · 22 years ago
  88. b1094f0 _PyGC_generation0 is now a pointer by Neil Schemenauer · 22 years ago
  89. 2880ae5 Move all data for a single generation into a structure. The set of by Neil Schemenauer · 22 years ago
  90. b51033d Patch #551093: Let cygwin default to --enable-shared. by Martin v. Löwis · 22 years ago
  91. bfc18bd Integrated SF patch #539487 by Matthias Klose: by Fred Drake · 22 years ago
  92. a3b0b29 Boost the list of stop words, by merging in the little list Jeremy by Tim Peters · 22 years ago
  93. b903201 Update the xrange object description to reflect the removal of deprecated by Fred Drake · 22 years ago
  94. d0ba636 Added notes related to the removal of deprecated features of the xrange type. by Fred Drake · 22 years ago
  95. 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 22 years ago
  96. 77c1895 Remove the warning about the Cygwin directions not working -- the latest by Fred Drake · 22 years ago
  97. fe3db7d Work around limitation of Cygwin Perl: To avoid a permission denial, we need by Fred Drake · 22 years ago
  98. b9132a2 Indicate delayed initialization of slots. Suggested by tim.one. by Martin v. Löwis · 22 years ago
  99. 76da0c3 Patch #551008: DL_IMPORT PyBool_FromLong. by Martin v. Löwis · 22 years ago
  100. 4ce71f7 PyObject_Realloc(): If a small block is shrinking, bite the expense of by Tim Peters · 22 years ago