1. 246a58a Remove a few lines that aren't used and cause problems on platforms by Guido van Rossum · 22 years ago
  2. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago
  3. f0d777c A few days ago, Guido said (in the thread "[Python-Dev] Python by Michael W. Hudson · 22 years ago
  4. b6cc7d2 Add test for previous core dump when sending on closed socket with timeout. by Guido van Rossum · 22 years ago
  5. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  6. 2d2fc22 Anthony Baxter's patch to expose the parser's `strict' flag in these by Barry Warsaw · 22 years ago
  7. 0d7b8bc Add clarifying comment. by Guido van Rossum · 22 years ago
  8. 0d7e68a Script to run the pystones "benchmark" under HotShot. by Fred Drake · 22 years ago
  9. fbe3608 Simplify; the low-level log reader is now always a modern iterator, by Fred Drake · 22 years ago
  10. 302e2bb Expose the fileno() method of the underlying profiler. by Fred Drake · 22 years ago
  11. 7d17e6f Expose the fileno() method of the underlying log reader. by Fred Drake · 22 years ago
  12. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
  13. 8b6ec79 Gave this a facelift: "/" vs "//", whrandom vs random, etc. Boosted by Tim Peters · 22 years ago
  14. 30d4896 Gave hotshot.LogReader a close() method, to allow users to close the by Tim Peters · 22 years ago
  15. 32616cf We're no longer trying to support older Python versions with this by Guido van Rossum · 22 years ago
  16. ba8c069 test_hotshot fails on Windows now. Added XXX comment explaining why, by Tim Peters · 22 years ago
  17. 7fadcab Add a test for the 'closed' attribute on the C-profiler object. by Guido van Rossum · 22 years ago
  18. ed375e1 Add missing comma. by Jeremy Hylton · 22 years ago
  19. 11c3f09 Add a rather generous set of tests allowed to be skipped on sunos5. by Guido van Rossum · 22 years ago
  20. c7b6bed Use sys.executable to run Python, as suggested by Neal Norwitz. by Tim Peters · 22 years ago
  21. 674eae6 Bunch of tests to make sure that StopIteration is a sink state. by Guido van Rossum · 22 years ago
  22. e3252ec Fix typos and such caught by the pycheckerbot. by Jeremy Hylton · 22 years ago
  23. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  24. 8531b1b Send HTTP requests with a single send() call instead of many. by Jeremy Hylton · 22 years ago
  25. 39c6116 Given the persistent id code a shot at a class before calling save_global(). by Jeremy Hylton · 22 years ago
  26. 012b69c The atexit module effectively turned itself off if sys.exitfunc already by Tim Peters · 22 years ago
  27. 754140e Tim_one's change to aggressively overallocate nodes when adding child by Andrew MacIntyre · 22 years ago
  28. b2622a4 Remove httplib from tested modules. by Jeremy Hylton · 22 years ago
  29. a83ffa8 Palm OS encoding from Sjoerd Mullender by Marc-André Lemburg · 22 years ago
  30. 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 22 years ago
  31. 0845459 Fix SF bug 579701 (Fernando Pérez); an input line consisting of one or by Guido van Rossum · 22 years ago
  32. 6b7d69d Well, Fred never did explain why the code to determine whether the by Michael W. Hudson · 22 years ago
  33. 4ef1c7d _structure(): Don't get the whole Content-Type: header, just get the by Barry Warsaw · 22 years ago
  34. c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 22 years ago
  35. f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
  36. 72351b9 subtype_resurrection(): Removed unused import. by Tim Peters · 22 years ago
  37. df3f793 Extend function() to support an optional closure argument. by Jeremy Hylton · 22 years ago
  38. 14cb1e1 subtype_resurrection(): The test suite with -l properly reported the by Tim Peters · 22 years ago
  39. 45228ca Repaired optimistic comment in new test. by Tim Peters · 22 years ago
  40. 2484aae Added a test that provokes the hypothesized (in my last checkin comment) by Tim Peters · 22 years ago
  41. dc1e709 1. Prevent Undo before IOmark in PyShell.PyShell by Kurt B. Kaiser · 22 years ago
  42. 5e5ca56 assertHasattr(): Made failure msg better than useless. by Tim Peters · 22 years ago
  43. 29d27ac Fix for SF bug 579107. by Jeremy Hylton · 22 years ago
  44. c53b29e ndiffAssertEqual(): Stringify the arguments before running by Barry Warsaw · 22 years ago
  45. 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
  46. 6b17abf Fix SF Bug 564931: compile() traceback must include filename. by Thomas Heller · 22 years ago
  47. f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
  48. a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
  49. bb493a7 __init__(): Don't attach the subparts if its an empty tuple. If the by Barry Warsaw · 22 years ago
  50. 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
  51. ed53bdb __init__(): Be sure to set the default type to message/rfc822. by Barry Warsaw · 22 years ago
  52. 8fa06b5 _structure(): A handy little debugging aid that I don't (yet) intend by Barry Warsaw · 22 years ago
  53. 329d3af TestEmailBase.ndiffAssertEqual(): Python 2.1's difflib doesn't have an by Barry Warsaw · 22 years ago
  54. e5270ae New files which test the corners of multipart/message and by Barry Warsaw · 22 years ago
  55. 27b168c With the addition of Oleg's support for RFC 2231, it's time to bump by Barry Warsaw · 22 years ago
  56. e6691ef Change the "__ private" names to "_ protected"; this has been a pain for by Fred Drake · 22 years ago
  57. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  58. 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
  59. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  60. 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
  61. d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
  62. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
  63. 491892b Decent burial for venerated ancestor (urn in attic) by Kurt B. Kaiser · 22 years ago
  64. 1d5cec4 Remove dead code. by Kurt B. Kaiser · 22 years ago
  65. a3436d2 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment by Kurt B. Kaiser · 22 years ago
  66. ed813bf Combine OldStackViewer.py with Debugger.py, removing dead code. by unknown · 22 years ago
  67. ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
  68. e807e57 Docstring improvements. In particular, added docstrings for the by Greg Ward · 22 years ago
  69. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  70. f50d0f9 Debugger Exception Info and GUI Stack Exception Traceback: finish by Kurt B. Kaiser · 22 years ago
  71. cadb9eb Be consistent with the functions in the posix/nt module: docstrings by Fred Drake · 22 years ago
  72. fbd7994 Convert raise to call exception class. Add whitespace. by Jeremy Hylton · 22 years ago
  73. 8e8dc41 Remove bogus assignment to self.length in NamedNodeMap.__delitem__(). by Fred Drake · 22 years ago
  74. adfa740 Bump required PyXML version to 0.6.5. by Martin v. Löwis · 22 years ago
  75. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  76. 2ebfd09 Merge from PyXML: by Martin v. Löwis · 22 years ago
  77. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 22 years ago
  78. d1b516c Fix spacing. by Martin v. Löwis · 22 years ago
  79. 18476a3 Merge changes from PyXML: by Martin v. Löwis · 22 years ago
  80. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  81. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  82. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  83. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  84. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  85. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  86. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  87. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  88. b6a9213 Lots of new and updated tests to check for proper ascii header by Barry Warsaw · 22 years ago
  89. ba2577b _max_append(): When adding the string `s' to its own line, it should by Barry Warsaw · 22 years ago
  90. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  91. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  92. 7c75c99 Simplify HTTPSConnection constructor. by Jeremy Hylton · 22 years ago
  93. 13f99d7 Close SF patch 523944: importing modules with foreign newlines. by Jeremy Hylton · 22 years ago
  94. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  95. be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 22 years ago
  96. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 22 years ago
  97. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 22 years ago
  98. 4fb7027 made the code match the comments (1.5.2 compatibility) by Fredrik Lundh · 22 years ago
  99. 6f7c343 Fix bug #570057: Broken pre.subn() (and pre.sub()) by Fredrik Lundh · 22 years ago
  100. 1add023 Integrate the tests for name interning from PyXML (test_pyexpat.py by Fred Drake · 22 years ago