1. 34b2569 _Py_AskYesNo(): Removed this function. It was defined only in a by Tim Peters · 22 years ago
  2. c53b29e ndiffAssertEqual(): Stringify the arguments before running by Barry Warsaw · 22 years ago
  3. 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
  4. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  5. 4254cbd Note that unicode() can raise LookupError for unknown codecs. by Fred Drake · 22 years ago
  6. eab5f8a Remove unused variable. by Fred Drake · 22 years ago
  7. 7c321a8 The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added by Tim Peters · 22 years ago
  8. f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
  9. a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
  10. bb493a7 __init__(): Don't attach the subparts if its an empty tuple. If the by Barry Warsaw · 22 years ago
  11. 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
  12. ed53bdb __init__(): Be sure to set the default type to message/rfc822. by Barry Warsaw · 22 years ago
  13. 8fa06b5 _structure(): A handy little debugging aid that I don't (yet) intend by Barry Warsaw · 22 years ago
  14. 329d3af TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an by Barry Warsaw · 22 years ago
  15. e5270ae New files which test the corners of multipart/message and by Barry Warsaw · 22 years ago
  16. 27b168c With the addition of Oleg's support for RFC 2231, it's time to bump by Barry Warsaw · 22 years ago
  17. c6a3ff6 SF bug 578752: COUNT_ALLOCS vs heap types by Tim Peters · 22 years ago
  18. d1b2045 The readme file said that OSX Carbon modules were only built for by Jack Jansen · 22 years ago
  19. 623fdb9 PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow. by Tim Peters · 22 years ago
  20. cccd1e7 Remove the configure option for disabling the reference cycle GC. by Neil Schemenauer · 22 years ago
  21. c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 22 years ago
  22. 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
  23. 82bac59 Fixed a typo and updated information about using the Times fonts when by Fred Drake · 22 years ago
  24. 388fba8 Added font-setting line (and associated comments) to the A4 version of by Fred Drake · 22 years ago
  25. c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 22 years ago
  26. e6691ef Change the "__ private" names to "_ protected"; this has been a pain for by Fred Drake · 22 years ago
  27. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  28. 77d0717 Define WITH_PYMALLOC as 1 by Jack Jansen · 22 years ago
  29. 755ebea PyNode_AddChild(): Do aggressive over-allocation when the number of by Tim Peters · 22 years ago
  30. 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 22 years ago
  31. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  32. 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
  33. a6269a8 Removed 3 unlikely #includes that were only needed for the non-gc flavor by Tim Peters · 22 years ago
  34. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  35. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  36. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  37. 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
  38. d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
  39. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
  40. 491892b Decent burial for venerated ancestor (urn in attic) by Kurt B. Kaiser · 22 years ago
  41. 1d5cec4 Remove dead code. by Kurt B. Kaiser · 22 years ago
  42. a3436d2 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment by Kurt B. Kaiser · 22 years ago
  43. ed813bf Combine OldStackViewer.py with Debugger.py, removing dead code. by unknown · 22 years ago
  44. ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
  45. 8b7f131 gc_list_move defined but not used. by Michael W. Hudson · 22 years ago
  46. e807e57 Docstring improvements. In particular, added docstrings for the by Greg Ward · 22 years ago
  47. 291e9ee Fix a typo. by Thomas Heller · 22 years ago
  48. b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 22 years ago
  49. df872a2 No need to be ambiguous about *how* extended slices and built-in types by Fred Drake · 22 years ago
  50. 228f6e4 Fix up a few more consistency nits and incorrectly applied markup. by Fred Drake · 22 years ago
  51. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  52. f50d0f9 Debugger Exception Info and GUI Stack Exception Traceback: finish by Kurt B. Kaiser · 22 years ago
  53. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 22 years ago
  54. 60ae701 Update freeze to use zlib 1.1.4. by Mark Hammond · 22 years ago
  55. c412617 Add annotations that describe the change in the "errors" and "failures" by Fred Drake · 22 years ago
  56. 387c8b5 Update the documentation of the errors and failures attributes of the by Fred Drake · 22 years ago
  57. 934c1a1 Another stab at SF 576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  58. aab713b visit_decref(): Added another assert. by Tim Peters · 22 years ago
  59. 285f4a7 Don't list all the keyword args to the TextWrapper constructor in the by Greg Ward · 22 years ago
  60. cadb9eb Be consistent with the functions in the posix/nt module: docstrings by Fred Drake · 22 years ago
  61. 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 22 years ago
  62. ca23ee2 Deal with & remove the XXX comments. by Fred Drake · 22 years ago
  63. ad74b7d Abstract the creation of signature lines for callable things; the new by Fred Drake · 22 years ago
  64. a98011c Fix for SF bug #576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  65. fbd7994 Convert raise to call exception class. Add whitespace. by Jeremy Hylton · 22 years ago
  66. 4e54730 Repair badly formatted code. by Jeremy Hylton · 22 years ago
  67. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  68. 8e8dc41 Remove bogus assignment to self.length in NamedNodeMap.__delitem__(). by Fred Drake · 22 years ago
  69. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  70. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  71. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  72. b28467b Do not depend on pymemcompat.h (was only used for PyXML); Martin likes by Fred Drake · 22 years ago
  73. 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
  74. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  75. 7c75bf2 Bring this back into sync with PyXML revision 1.58. by Fred Drake · 22 years ago
  76. 19b74c7 OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's by Tim Peters · 22 years ago
  77. 93cd83e visit_decref(): Two optimizations. by Tim Peters · 22 years ago
  78. 8839617 SF bug #574132: Major GC related performance regression by Tim Peters · 22 years ago
  79. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  80. adfa740 Bump required PyXML version to 0.6.5. by Martin v. Löwis · 22 years ago
  81. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  82. 2ebfd09 Merge from PyXML: by Martin v. Löwis · 22 years ago
  83. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 22 years ago
  84. d1b516c Fix spacing. by Martin v. Löwis · 22 years ago
  85. 18476a3 Merge changes from PyXML: by Martin v. Löwis · 22 years ago
  86. b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
  87. 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
  88. 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 22 years ago
  89. 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 22 years ago
  90. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  91. 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
  92. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  93. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  94. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  95. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  96. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  97. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  98. ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
  99. 8b46c71 Typo fix. by Greg Ward · 22 years ago
  100. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago