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