1. e6691ef Change the "__ private" names to "_ protected"; this has been a pain for by Fred Drake · 22 years ago
  2. 1695bcb Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. by Jack Jansen · 22 years ago
  3. 144dea3 Fix from SF patch #527518: proxy config with user+pass authentication. by Jeremy Hylton · 22 years ago
  4. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 22 years ago
  5. 12f4f35 Fix SF bug #575360 by Jeremy Hylton · 22 years ago
  6. d46aa37 Handle HTTP/0.9 responses. by Jeremy Hylton · 22 years ago
  7. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
  8. 491892b Decent burial for venerated ancestor (urn in attic) by Kurt B. Kaiser · 22 years ago
  9. 1d5cec4 Remove dead code. by Kurt B. Kaiser · 22 years ago
  10. a3436d2 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment by Kurt B. Kaiser · 22 years ago
  11. ed813bf Combine OldStackViewer.py with Debugger.py, removing dead code. by unknown · 22 years ago
  12. ba78bc4 printlist(): Replaced the guts with a call to textwrap. Yay! by Tim Peters · 22 years ago
  13. e807e57 Docstring improvements. In particular, added docstrings for the by Greg Ward · 22 years ago
  14. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  15. f50d0f9 Debugger Exception Info and GUI Stack Exception Traceback: finish by Kurt B. Kaiser · 22 years ago
  16. cadb9eb Be consistent with the functions in the posix/nt module: docstrings by Fred Drake · 22 years ago
  17. fbd7994 Convert raise to call exception class. Add whitespace. by Jeremy Hylton · 22 years ago
  18. 8e8dc41 Remove bogus assignment to self.length in NamedNodeMap.__delitem__(). by Fred Drake · 22 years ago
  19. adfa740 Bump required PyXML version to 0.6.5. by Martin v. Löwis · 22 years ago
  20. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  21. 2ebfd09 Merge from PyXML: by Martin v. Löwis · 22 years ago
  22. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 22 years ago
  23. d1b516c Fix spacing. by Martin v. Löwis · 22 years ago
  24. 18476a3 Merge changes from PyXML: by Martin v. Löwis · 22 years ago
  25. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  26. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  27. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  28. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  29. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  30. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  31. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  32. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  33. b6a9213 Lots of new and updated tests to check for proper ascii header by Barry Warsaw · 22 years ago
  34. ba2577b _max_append(): When adding the string `s' to its own line, it should by Barry Warsaw · 22 years ago
  35. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  36. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  37. 7c75c99 Simplify HTTPSConnection constructor. by Jeremy Hylton · 22 years ago
  38. 13f99d7 Close SF patch 523944: importing modules with foreign newlines. by Jeremy Hylton · 22 years ago
  39. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  40. be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 22 years ago
  41. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 22 years ago
  42. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 22 years ago
  43. 4fb7027 made the code match the comments (1.5.2 compatibility) by Fredrik Lundh · 22 years ago
  44. 6f7c343 Fix bug #570057: Broken pre.subn() (and pre.sub()) by Fredrik Lundh · 22 years ago
  45. 1add023 Integrate the tests for name interning from PyXML (test_pyexpat.py by Fred Drake · 22 years ago
  46. 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 22 years ago
  47. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 22 years ago
  48. 0a2963c Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict by Raymond Hettinger · 22 years ago
  49. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 22 years ago
  50. 96cad2e This module broke on the Mac (where it can't work, but distutils seems to import it anyway) because it imported pwd and grp. Moved the import to inside the routine where they're used. by Jack Jansen · 22 years ago
  51. 711cad7 Also look up variable names in __builtins__ if not found in globals. by Ka-Ping Yee · 22 years ago
  52. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 22 years ago
  53. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 22 years ago
  54. f8096fb Remove all EditorWindow BREAK tags when closing Debugger by Kurt B. Kaiser · 22 years ago
  55. 17031bf fix incorrect size calc. in IMAP4_SSL.read by Piers Lauder · 22 years ago
  56. 83118c6 Clear associated breakpoints when closing an edit window. by Kurt B. Kaiser · 22 years ago
  57. ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 22 years ago
  58. 0c09293 Fix IMAP4_SSL read and send methods to take account of short data by Piers Lauder · 22 years ago
  59. 10f36d9 Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is fixed. by Guido van Rossum · 22 years ago
  60. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  61. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  62. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 22 years ago
  63. 669f4c3 1. Debugger Breakpoints, finish implementation by Kurt B. Kaiser · 22 years ago
  64. 3875e90 I get failures half of the time that I run this, so I'll disable by Guido van Rossum · 22 years ago
  65. 9c051d7 SF 570727 indexer() class no longer needed since lists now support slicing by Raymond Hettinger · 22 years ago
  66. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  67. 2683ac7 Define NDEBUG for releae builds, just like Python. by Jeremy Hylton · 22 years ago
  68. 1b046e4 Add implementation of _compile() and use default compile() method. by Jeremy Hylton · 22 years ago
  69. 6e08d22 Add a default implementation of compile() to the base class. by Jeremy Hylton · 22 years ago
  70. c01b350 Only import msvccompiler on win32 platforms. by Jeremy Hylton · 22 years ago
  71. 83ccb4e Michael fixed the race conditions and removed the sleeps. by Guido van Rossum · 22 years ago
  72. a96b0df Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago
  73. 1ed564a Whitespace normalization (tabs -> spaces) by Neal Norwitz · 22 years ago
  74. 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 22 years ago
  75. f0a70f6 Alter text test arg to obey new rule, also include inverse test to make time-zone independant by Piers Lauder · 22 years ago
  76. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 22 years ago
  77. 94c9d90 Forgot to add this. It's part of patch 568629. by Guido van Rossum · 22 years ago
  78. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  79. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  80. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  81. da07ea7 Use code.interact(), which is even simpler, *and* imports readline when it can. by Guido van Rossum · 22 years ago
  82. 2aabac8 Don't poorly emulate the interactive interpreter, use by Guido van Rossum · 22 years ago
  83. e7f3e24 Test for the bug in recurse_down_subclasses() that I just fixed. by Guido van Rossum · 22 years ago
  84. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  85. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  86. 1b738e9 Test exceptional condition in select() by Neal Norwitz · 22 years ago
  87. 6fc36c5 Test exceptional conditions in list.sort() by Neal Norwitz · 22 years ago
  88. 2b34290 Cleanup a little by Neal Norwitz · 22 years ago
  89. 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 22 years ago
  90. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 22 years ago
  91. 09638c1 Hopefully this addresses the remaining issues of SF bugs 459235 and by Guido van Rossum · 22 years ago
  92. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  93. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 22 years ago
  94. 1bba31d Refactor compile() method implementations. by Jeremy Hylton · 22 years ago
  95. 6864d30 Add depends=None to the arglist for compile(). by Jeremy Hylton · 22 years ago
  96. 59b103c Extend compiler() method with optional depends argument. by Jeremy Hylton · 22 years ago
  97. 597257b Comment out testHostnameRes() -- it depends on a correctly working by Guido van Rossum · 22 years ago
  98. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
  99. 129b17d More style changes and little cleanups. by Jeremy Hylton · 22 years ago
  100. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago