1. ca6cdc2 Closes SF bug 527139. Moved temp variables inside guard. by Raymond Hettinger · 22 years ago
  2. 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 22 years ago
  3. 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
  4. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
  5. 4402241 Jim Fulton reported a segfault in dir(). A heavily proxied object by Guido van Rossum · 22 years ago
  6. df4dabd SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares. by Guido van Rossum · 22 years ago
  7. 6a1bd39 SF 554073. Fix typo in error reporting of unrecognized character by Guido van Rossum · 22 years ago
  8. 1755ad9 array_tounicode isn't defined in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  9. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  10. 775c11f Add #ifdef PY_USING_UNICODE sections, so that by Walter Dörwald · 22 years ago
  11. 87f59ee Noted SF patch 552452 adding degree/radian conversions to mathmodule.c. by Raymond Hettinger · 22 years ago
  12. d6f2267 Added degrees() and radians() to mathmodule. Closes patch 552452 and by Raymond Hettinger · 22 years ago
  13. 64108af Adds tests for degrees() and radians() functions added to mathmodule. by Raymond Hettinger · 22 years ago
  14. c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 22 years ago
  15. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
  16. 69c9266 (py-execute-region): Do the blank line skipping inside the by Barry Warsaw · 22 years ago
  17. 39a86c2 SF bug 555042: zip() may trigger MemoryError. by Tim Peters · 22 years ago
  18. 9b1df1d Noted change in ftplib 1.68 closing SF patch 553277. by Raymond Hettinger · 22 years ago
  19. e874fc3 Closes SF patch 553277. Per GvR, reverting to original patch -- the way to by Raymond Hettinger · 22 years ago
  20. 9415309 Closes SF patch: 552468. by Raymond Hettinger · 22 years ago
  21. 59518b0 Fix typo: ptread --> pthread Closes SF bug #554644. by Fred Drake · 22 years ago
  22. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 22 years ago
  23. e037665 Use isinstance() in preference to comparison of type by is. by Jeremy Hylton · 22 years ago
  24. fad2f59 Give the enumerate() PEP a section of its own Add some credits Fill in a link by Andrew M. Kuchling · 22 years ago
  25. 007c04a [from Oct 2000] Start fleshing out the "Examples" section. by Greg Ward · 22 years ago
  26. 954ce8b [from Oct 2000] by Greg Ward · 22 years ago
  27. 58437f2 [from Oct 2000] Clarify explanations of header file search directories. by Greg Ward · 22 years ago
  28. 1f89e2a Fix markup error that suppressed space. by Fred Drake · 22 years ago
  29. b2cb37f Fix typo by Andrew M. Kuchling · 22 years ago
  30. 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
  31. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 22 years ago
  32. c9abc1d Remove news about PyMalloc_*. Do we need to say anything about pymalloc? by Neil Schemenauer · 22 years ago
  33. 40df710 Updates and rewriting by Andrew M. Kuchling · 22 years ago
  34. d8a20d2 Patch #553230: Create LIBDIR if necessary. Bugfix candidate. by Martin v. Löwis · 22 years ago
  35. a8dd094 Patch #553277: Accept callbacks that are callable, not callbacks that are true. by Martin v. Löwis · 22 years ago
  36. 09bdf72 Patch #553403: Fix typo. by Martin v. Löwis · 22 years ago
  37. e452659 Patch #551410: Implement tp_getiter. by Martin v. Löwis · 22 years ago
  38. 01f94bd Patch #552433: Special-case tuples. Avoid sub-type checking for lists. by Martin v. Löwis · 22 years ago
  39. 000e37c Patch #551011: Fix compilation problems with Cygwin. by Martin v. Löwis · 22 years ago
  40. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 22 years ago
  41. cb37646 Added pycfbridge.c by Jack Jansen · 22 years ago
  42. 0627c3e Added enumobject.c by Jack Jansen · 22 years ago
  43. 1624bc0 Move 'Tips and Tricks' to be the last section by Andrew M. Kuchling · 22 years ago
  44. 3b98dc1 Add section on Setup file by Andrew M. Kuchling · 22 years ago
  45. 517109b More filling out by Andrew M. Kuchling · 22 years ago
  46. 21b23b0 Fix typos by Andrew M. Kuchling · 22 years ago
  47. ead4c80 Fixed a mistake on my part when regenerating: removed a bogus import of Applscript_Suite. by Jack Jansen · 22 years ago
  48. 821013e Write two sections, and write some partial text for some other sections by Andrew M. Kuchling · 22 years ago
  49. d05c74f Add a note explaining the interaction between unbuffered input and by Fred Drake · 22 years ago
  50. 0b5c112 Prevent convert_path from crashing if the path is an empty string. Bugfix candidate. by Andrew M. Kuchling · 22 years ago
  51. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 22 years ago
  52. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago
  53. 2b41b0d Rename posix_WCONTINUED to posix_WIFCONTINUED, call WIFCONTINUED inside, by Martin v. Löwis · 22 years ago
  54. b1094f0 _PyGC_generation0 is now a pointer by Neil Schemenauer · 22 years ago
  55. 2880ae5 Move all data for a single generation into a structure. The set of by Neil Schemenauer · 22 years ago
  56. b51033d Patch #551093: Let cygwin default to --enable-shared. by Martin v. Löwis · 22 years ago
  57. bfc18bd Integrated SF patch #539487 by Matthias Klose: by Fred Drake · 22 years ago
  58. a3b0b29 Boost the list of stop words, by merging in the little list Jeremy by Tim Peters · 22 years ago
  59. b903201 Update the xrange object description to reflect the removal of deprecated by Fred Drake · 22 years ago
  60. d0ba636 Added notes related to the removal of deprecated features of the xrange type. by Fred Drake · 22 years ago
  61. 7d28b73 Added note about using the documentation build tools under Cygwin. by Fred Drake · 22 years ago
  62. 77c1895 Remove the warning about the Cygwin directions not working -- the latest by Fred Drake · 22 years ago
  63. fe3db7d Work around limitation of Cygwin Perl: To avoid a permission denial, we need by Fred Drake · 22 years ago
  64. b9132a2 Indicate delayed initialization of slots. Suggested by tim.one. by Martin v. Löwis · 22 years ago
  65. 76da0c3 Patch #551008: DL_IMPORT PyBool_FromLong. by Martin v. Löwis · 22 years ago
  66. 4ce71f7 PyObject_Realloc(): If a small block is shrinking, bite the expense of by Tim Peters · 22 years ago
  67. edbffc1 Patch #551009: Initialize array type dynamically. by Martin v. Löwis · 22 years ago
  68. d901832 Remove old deprecated features from the xrange object. by Fred Drake · 22 years ago
  69. e08fda9 Remove all tests that rely on deprecated-in-2.2 features of xrange objects. by Fred Drake · 22 years ago
  70. a030c76 Many minor markup adjustments for consistency. by Fred Drake · 22 years ago
  71. 4d707a5 Remove extra period produced by previous change. by Fred Drake · 22 years ago
  72. a066f46 Patch 550804: Make os.environ.copy() return a copy. by Martin v. Löwis · 22 years ago
  73. e0e890a Added regression tests for xrange object attributes. See SF bug #551285. by Fred Drake · 22 years ago
  74. edb51bb Fix attribute access for the xrange objects. The tp_getattr and tp_getattro by Fred Drake · 22 years ago
  75. 9546772 Correct Moshe's e-mail address by Andrew M. Kuchling · 22 years ago
  76. 2a15980 Note that NameError's message also changed in 2.0 by Andrew M. Kuchling · 22 years ago
  77. e7bd876 Message for NameError has changed by Andrew M. Kuchling · 22 years ago
  78. 71390a9 clarify message when raising TypeError to indicate that float() accepts by Skip Montanaro · 22 years ago
  79. c6a7d7e Guard gettext and friends with HAVE_LIBINTL_H. Fixes #549907. by Martin v. Löwis · 22 years ago
  80. 4b27051 Correct information on support for repietition & concatenation for buffer by Fred Drake · 22 years ago
  81. 485f340 Buffer-object repitition and concatenation has worked all along; add a test by Fred Drake · 22 years ago
  82. eb2b833 Added some notes on setting up the documentation tools on Cygwin. by Fred Drake · 22 years ago
  83. 5a55c49 Added more style for major warnings. by Fred Drake · 22 years ago
  84. 0ebacc8 Pickler_clear_memo(): convert to METH_NOARGS. by Fred Drake · 22 years ago
  85. 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 22 years ago
  86. 56aa628 list_documented_items(): Basic implementation. by Fred Drake · 22 years ago
  87. a65375c Explain what os.read() returns at end of file. by Fred Drake · 22 years ago
  88. 7938fab Add missing right-parenthesis. by Fred Drake · 22 years ago
  89. 5dfc7af Watch out for older XEmacsen for which requiring info-look doesn't by Barry Warsaw · 22 years ago
  90. d268183 moved from Tools/scripts (was only at rev 1.1 - no changes yet - so I simply by Skip Montanaro · 22 years ago
  91. 8c5763f moving into the Doc/tools directory by Skip Montanaro · 22 years ago
  92. 52cc670 Add a note about when the "%r" formatting code was added. by Fred Drake · 22 years ago
  93. 07c639f add enumobject.c to build machinery by Andrew MacIntyre · 22 years ago
  94. e41abab Fred's recent changes to support "-u all" resulted in subset resource by Andrew MacIntyre · 22 years ago
  95. 63c9d50 add enumobject.c to build machinery by Andrew MacIntyre · 22 years ago
  96. af93c4c Added a missing "|" in the grammar productions used in the reference manual by Fred Drake · 22 years ago
  97. 67d687a builtin_zip(): Take a good guess at how big the result list will be, by Tim Peters · 22 years ago
  98. 541703b Typo: whcar_t should be wchar_t. by Thomas Heller · 22 years ago
  99. b803f70 Add some items, and remove a note to myself by Andrew M. Kuchling · 22 years ago
  100. 432425e Small markup adjustments for consistency. by Fred Drake · 22 years ago