1. 1251b0e Document the cmemberdesc environment. by Fred Drake · 22 years ago
  2. be22ae6 ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP by Barry Warsaw · 22 years ago
  3. 8a5a270 Better documentation for GetArgv() and the ProgressBar type. by Fred Drake · 22 years ago
  4. e19a5bc Be consistent in presenting the signatures. by Fred Drake · 22 years ago
  5. 1549855 Add docs for os.fchdir(). by Fred Drake · 22 years ago
  6. 4d1e64b posix_fildes(): New helper: run a function that takes a file descriptor by Fred Drake · 22 years ago
  7. 0157276 Generate the right annotations in the index entries. by Fred Drake · 22 years ago
  8. 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 22 years ago
  9. 188ecd1 Integrated more text from Guido. by Fred Drake · 22 years ago
  10. c63042b Move the listing of the type structure, since both the C API reference and by Fred Drake · 22 years ago
  11. 0fe940c Return the orginal string only if it's a real str or unicode by Walter Dörwald · 22 years ago
  12. 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 22 years ago
  13. eeb5ec4 Add support for \cmemberline and the cmemberdesc environment. by Fred Drake · 22 years ago
  14. 726e013 Remove unused variable reported by Walter Dörwald by Neal Norwitz · 22 years ago
  15. 8e8af6e Add item by Andrew M. Kuchling · 22 years ago
  16. 3aa3fc4 Remove 'const' from local variable declaration in string_zfill() -- it by Guido van Rossum · 22 years ago
  17. 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 22 years ago
  18. b384c72 posix.mknod() and {}.pop() were added by Neal Norwitz · 22 years ago
  19. 69cf3c7 Deprecate % as well. The message for deprecation of //, % and divmod by Guido van Rossum · 22 years ago
  20. 862fe3c Add news about deprecated complex ops. by Guido van Rossum · 22 years ago
  21. 6c65531 update build infrastructure for pymalloc and bool changes by Andrew MacIntyre · 22 years ago
  22. f367651 Add items by Andrew M. Kuchling · 22 years ago
  23. 9ec4c78 SF bug #543387. by Guido van Rossum · 22 years ago
  24. a3a4300 Four more names for the hall of fame. by Guido van Rossum · 22 years ago
  25. b6b8942 SF bug #541883 (Vincent Fiack). by Guido van Rossum · 22 years ago
  26. d1c08f3 Add exit as alias for quit, as the easiest way to address SF bug #543674. by Guido van Rossum · 22 years ago
  27. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 22 years ago
  28. a2da305 Fix from SF bug #541980 (Jacques A. Vidrine). by Guido van Rossum · 22 years ago
  29. f90d529 Provisional fix for writefile() [SF bug # 541730]. by Guido van Rossum · 22 years ago
  30. a258324 Enable universal newline support for MacPython. by Jack Jansen · 22 years ago
  31. 077f271 SF bug 543840: complex(string) accepts strings with \0 by Tim Peters · 22 years ago
  32. 518d261 Test suite for universal newline support. by Jack Jansen · 22 years ago
  33. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  34. dcd2dc2 Patch #540583: Open MS Help Docs if available. by Martin v. Löwis · 22 years ago
  35. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 22 years ago
  36. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  37. 314fc79 Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars. by Martin v. Löwis · 22 years ago
  38. 88c9344 initpwd(): Clean up initialization, avoid PyModule_GetDict(). by Fred Drake · 22 years ago
  39. f42d32c BDFL agreed with Tim: rehabilitate randint(). by Neal Norwitz · 22 years ago
  40. 5961042 Fold long lines. (Walter, please take note! :-) by Guido van Rossum · 22 years ago
  41. f495625 Add pop() to UserDict. by Guido van Rossum · 22 years ago
  42. 0e87118 _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. by Tim Peters · 22 years ago
  43. b7ba743 SF bug 543148: Memory leak with stackframes + inspect. by Tim Peters · 22 years ago
  44. 8b1c47b Document the optional argument to the .strip(), .rstrip(), .strip() string by Fred Drake · 22 years ago
  45. 4904204 News for strip methods. by Guido van Rossum · 22 years ago
  46. 018b0eb Partially implement SF feature request 444708. by Guido van Rossum · 22 years ago
  47. 9344b14 Add news about memory managent APIs changing. by Neil Schemenauer · 22 years ago
  48. 01e9461 Additional support for describing C structure members. by Fred Drake · 22 years ago
  49. 4d2a95d Integrate a bunch of new text from Guido. by Fred Drake · 22 years ago
  50. 56cdf11 AddrlistClass -> AddressList by Barry Warsaw · 22 years ago
  51. e1df15c AddrlistClass -> AddressList by Barry Warsaw · 22 years ago
  52. 8a8cdfd Small anal correctness tweaks: by Tim Peters · 22 years ago
  53. d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 22 years ago
  54. fd92304 Update the type of the tp_free slot. by Fred Drake · 22 years ago
  55. f495ef7 Warn people away from PyModule_GetDict(), but not too strongly. by Fred Drake · 22 years ago
  56. c69343b News about dict.pop(). by Guido van Rossum · 22 years ago
  57. 63e40a5 Do not use PyModule_GetDict(). by Fred Drake · 22 years ago
  58. e77e5ef Change example of retrieving & calling a Python function to not use by Fred Drake · 22 years ago
  59. 292da58 Change the type of the tp_dealloc back to what it really is. by Fred Drake · 22 years ago
  60. 9701732 Bump AC_PREREQ to 2.53. by Martin v. Löwis · 22 years ago
  61. d854f3b I am mad. This test never worked! by Guido van Rossum · 22 years ago
  62. ee48519 Modernize the minimal example of an extension type. by Fred Drake · 22 years ago
  63. 28de8d4 Add a (very) simple description of PyType_Ready(). by Fred Drake · 22 years ago
  64. 0babc44 Update the type of tp_dealloc. by Fred Drake · 22 years ago
  65. 263ad28 Spell Raymond Hettinger's name write by Neal Norwitz · 22 years ago
  66. b69844f Add Raymond Hettinger, CPA. by Guido van Rossum · 22 years ago
  67. e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 22 years ago
  68. ededa90 - Added support for inherent pointer types (typedefs of arrays) by Jack Jansen · 22 years ago
  69. da70485 Give type name when complaining about using input-only type for output or v.v. by Jack Jansen · 22 years ago
  70. 0036cba Remove acconfig.h. by Martin v. Löwis · 22 years ago
  71. 0b6964b Remove unused macros. by Martin v. Löwis · 22 years ago
  72. 1143799 Update to autoconf 2.5x. by Martin v. Löwis · 22 years ago
  73. 85cc1c4 _PyObject_DebugRealloc(): rewritten to let the underlying realloc do by Tim Peters · 22 years ago
  74. f539c68 _PyObject_DebugDumpAddress(): clarify an output message. by Tim Peters · 22 years ago
  75. f6fb501 PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_ by Tim Peters · 22 years ago
  76. af3e8de First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with by Tim Peters · 22 years ago
  77. e9e7452 First cut at repairing out-of-date comments; make alignment of macro defs by Tim Peters · 22 years ago
  78. d2560cd Move PyObject_Malloc and PyObject_Free here from object.c. Remove by Neil Schemenauer · 22 years ago
  79. bdf0eed Move PyObject_Malloc and PyObject_Free to obmalloc.c. by Neil Schemenauer · 22 years ago
  80. 58aa861 Remove PyMalloc_*. by Neil Schemenauer · 22 years ago
  81. 09a2ae5 Change signature of _PyObject_GC_Malloc to match PyObject_MALLOC. by Neil Schemenauer · 22 years ago
  82. 626d774 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  83. 7465ad2 Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  84. 510492e Remove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  85. 9acae5a Remove PyMalloc_New and PyMalloc_Del. by Neil Schemenauer · 22 years ago
  86. 99b5d28 PyObject_GC_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  87. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  88. 6189b89 PyObject_GC_Del and PyObject_Del can now be used as a function designators. by Neil Schemenauer · 22 years ago
  89. fec4eb1 Allow PyObject_Del to be used as a function designator. Provide binary by Neil Schemenauer · 22 years ago
  90. 20d0a1a Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  91. 3e7b893 Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  92. f6d1ea1 Change the type of the tp_free from 'destructor' to 'freefunc'. by Neil Schemenauer · 22 years ago
  93. 2bbdba3 Removed more hair in support of future-generator stmts. by Tim Peters · 22 years ago
  94. 68c7e26 Get rid of backward compatibility modules. Do this fairly early in the 2.3 cycle so we don't shoot ourselves in the foot later. by Jack Jansen · 22 years ago
  95. 04a8da5 Clean up the "all" support for -u. by Fred Drake · 22 years ago
  96. f9ddec4 Guido sez to remove the deprecation warning for a year. by Fred Drake · 22 years ago
  97. 85705e7 Got rid of obsolete defines. by Jack Jansen · 22 years ago
  98. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 22 years ago
  99. cc8258d Added boolobject.c by Jack Jansen · 22 years ago
  100. 7df772b At CNRI's request, I'm changing the status of 1.6.1 from by Guido van Rossum · 22 years ago