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