1. 623fdb9 PyNode_AddChild() and fancy_roundup(): Be paranoid about int overflow. by Tim Peters · 22 years ago
  2. cccd1e7 Remove the configure option for disabling the reference cycle GC. by Neil Schemenauer · 22 years ago
  3. c6a525e Fix typo reported by Kent Engström, and a bunch of broken markup. by Fred Drake · 22 years ago
  4. 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
  5. 82bac59 Fixed a typo and updated information about using the Times fonts when by Fred Drake · 22 years ago
  6. 388fba8 Added font-setting line (and associated comments) to the A4 version of by Fred Drake · 22 years ago
  7. c361f94 Got rid of symlink target, and in stead have "make dontinstallmacsubtree" by Jack Jansen · 22 years ago
  8. e6691ef Change the "__ private" names to "_ protected"; this has been a pain for by Fred Drake · 22 years ago
  9. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  10. 77d0717 Define WITH_PYMALLOC as 1 by Jack Jansen · 22 years ago
  11. 755ebea PyNode_AddChild(): Do aggressive over-allocation when the number of by Tim Peters · 22 years ago
  12. 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 22 years ago
  13. 4be93d0 Rearranged and added comments to object.h, to clarify many things by Tim Peters · 22 years ago
  14. 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
  15. a6269a8 Removed 3 unlikely #includes that were only needed for the non-gc flavor by Tim Peters · 22 years ago
  16. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  17. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  18. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  19. 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
  20. d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
  21. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
  22. 491892b Decent burial for venerated ancestor (urn in attic) by Kurt B. Kaiser · 22 years ago
  23. 1d5cec4 Remove dead code. by Kurt B. Kaiser · 22 years ago
  24. a3436d2 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment by Kurt B. Kaiser · 22 years ago
  25. ed813bf Combine OldStackViewer.py with Debugger.py, removing dead code. by unknown · 22 years ago
  26. ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
  27. 8b7f131 gc_list_move defined but not used. by Michael W. Hudson · 22 years ago
  28. e807e57 Docstring improvements. In particular, added docstrings for the by Greg Ward · 22 years ago
  29. 291e9ee Fix a typo. by Thomas Heller · 22 years ago
  30. b1af86a Revise asyncore documentation and document asynchat for the first time. by Steve Holden · 22 years ago
  31. df872a2 No need to be ambiguous about *how* extended slices and built-in types by Fred Drake · 22 years ago
  32. 228f6e4 Fix up a few more consistency nits and incorrectly applied markup. by Fred Drake · 22 years ago
  33. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  34. f50d0f9 Debugger Exception Info and GUI Stack Exception Traceback: finish by Kurt B. Kaiser · 22 years ago
  35. 1de41bf Stop trying to cater to platforms with a broken HUGE_VAL definition. It by Tim Peters · 22 years ago
  36. 60ae701 Update freeze to use zlib 1.1.4. by Mark Hammond · 22 years ago
  37. c412617 Add annotations that describe the change in the "errors" and "failures" by Fred Drake · 22 years ago
  38. 387c8b5 Update the documentation of the errors and failures attributes of the by Fred Drake · 22 years ago
  39. 934c1a1 Another stab at SF 576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  40. aab713b visit_decref(): Added another assert. by Tim Peters · 22 years ago
  41. 285f4a7 Don't list all the keyword args to the TextWrapper constructor in the by Greg Ward · 22 years ago
  42. cadb9eb Be consistent with the functions in the posix/nt module: docstrings by Fred Drake · 22 years ago
  43. 2c22e85 Attempt to clarify removedirs(). Based on SF bug #574773. by Fred Drake · 22 years ago
  44. ca23ee2 Deal with & remove the XXX comments. by Fred Drake · 22 years ago
  45. ad74b7d Abstract the creation of signature lines for callable things; the new by Fred Drake · 22 years ago
  46. a98011c Fix for SF bug #576327: zipfile when sizeof(long) == 8 by Tim Peters · 22 years ago
  47. fbd7994 Convert raise to call exception class. Add whitespace. by Jeremy Hylton · 22 years ago
  48. 4e54730 Repair badly formatted code. by Jeremy Hylton · 22 years ago
  49. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  50. 8e8dc41 Remove bogus assignment to self.length in NamedNodeMap.__delitem__(). by Fred Drake · 22 years ago
  51. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  52. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  53. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  54. b28467b Do not depend on pymemcompat.h (was only used for PyXML); Martin likes by Fred Drake · 22 years ago
  55. 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
  56. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  57. 7c75bf2 Bring this back into sync with PyXML revision 1.58. by Fred Drake · 22 years ago
  58. 19b74c7 OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's by Tim Peters · 22 years ago
  59. 93cd83e visit_decref(): Two optimizations. by Tim Peters · 22 years ago
  60. 8839617 SF bug #574132: Major GC related performance regression by Tim Peters · 22 years ago
  61. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  62. adfa740 Bump required PyXML version to 0.6.5. by Martin v. Löwis · 22 years ago
  63. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  64. 2ebfd09 Merge from PyXML: by Martin v. Löwis · 22 years ago
  65. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 22 years ago
  66. d1b516c Fix spacing. by Martin v. Löwis · 22 years ago
  67. 18476a3 Merge changes from PyXML: by Martin v. Löwis · 22 years ago
  68. b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
  69. 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
  70. 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 22 years ago
  71. 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 22 years ago
  72. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  73. 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
  74. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  75. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  76. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  77. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  78. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  79. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  80. ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
  81. 8b46c71 Typo fix. by Greg Ward · 22 years ago
  82. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  83. b6a9213 Lots of new and updated tests to check for proper ascii header by Barry Warsaw · 22 years ago
  84. ba2577b _max_append(): When adding the string `s' to its own line, it should by Barry Warsaw · 22 years ago
  85. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  86. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  87. 7c75c99 Simplify HTTPSConnection constructor. by Jeremy Hylton · 22 years ago
  88. 13f99d7 Close SF patch 523944: importing modules with foreign newlines. by Jeremy Hylton · 22 years ago
  89. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  90. 3e76d7f Add Bob Kline of HTTP 100 fame. by Jeremy Hylton · 22 years ago
  91. be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 22 years ago
  92. 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 22 years ago
  93. c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 22 years ago
  94. 0d3b2fe Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg extension. by Mark Hammond · 22 years ago
  95. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 22 years ago
  96. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 22 years ago
  97. 73aa1ff More fixes for building MacPython extension modules. It now actually succeeds by Jack Jansen · 22 years ago
  98. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 22 years ago
  99. 4fb7027 made the code match the comments (1.5.2 compatibility) by Fredrik Lundh · 22 years ago
  100. 6f7c343 Fix bug #570057: Broken pre.subn() (and pre.sub()) by Fredrik Lundh · 22 years ago