1. 4e54730 Repair badly formatted code. by Jeremy Hylton · 22 years ago
  2. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  3. 8e8dc41 Remove bogus assignment to self.length in NamedNodeMap.__delitem__(). by Fred Drake · 22 years ago
  4. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  5. 7c1bb9c Add refcount info for PyErr_SetFromWindowsErr() and by Fred Drake · 22 years ago
  6. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  7. b28467b Do not depend on pymemcompat.h (was only used for PyXML); Martin likes by Fred Drake · 22 years ago
  8. 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
  9. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  10. 7c75bf2 Bring this back into sync with PyXML revision 1.58. by Fred Drake · 22 years ago
  11. 19b74c7 OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's by Tim Peters · 22 years ago
  12. 93cd83e visit_decref(): Two optimizations. by Tim Peters · 22 years ago
  13. 8839617 SF bug #574132: Major GC related performance regression by Tim Peters · 22 years ago
  14. 6238d2b Patch #569753: Remove support for WIN16. by Martin v. Löwis · 22 years ago
  15. adfa740 Bump required PyXML version to 0.6.5. by Martin v. Löwis · 22 years ago
  16. 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
  17. 2ebfd09 Merge from PyXML: by Martin v. Löwis · 22 years ago
  18. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 22 years ago
  19. d1b516c Fix spacing. by Martin v. Löwis · 22 years ago
  20. 18476a3 Merge changes from PyXML: by Martin v. Löwis · 22 years ago
  21. b4fcf4d Define PyDoc_STRVAR if it is not available (PyXML 1.54). by Martin v. Löwis · 22 years ago
  22. 6b2cf0e Undo usage of PyOS_snprintf (rev. 1.51 of PyXML). by Martin v. Löwis · 22 years ago
  23. 550fd5d Fixed bug 574978 shutil example out of sync with source code by Raymond Hettinger · 22 years ago
  24. 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 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. 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
  27. 1969817 Another test of long headers. by Barry Warsaw · 22 years ago
  28. 9546e79 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  29. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  30. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  31. 3fdc889 test_multilingual(): Test for Header.__unicode__(). by Barry Warsaw · 22 years ago
  32. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  33. ae64f3ad Add documentation for new textwrap module. by Greg Ward · 22 years ago
  34. 8b46c71 Typo fix. by Greg Ward · 22 years ago
  35. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 22 years ago
  36. b6a9213 Lots of new and updated tests to check for proper ascii header by Barry Warsaw · 22 years ago
  37. ba2577b _max_append(): When adding the string `s' to its own line, it should by Barry Warsaw · 22 years ago
  38. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  39. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  40. 7c75c99 Simplify HTTPSConnection constructor. by Jeremy Hylton · 22 years ago
  41. 13f99d7 Close SF patch 523944: importing modules with foreign newlines. by Jeremy Hylton · 22 years ago
  42. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 22 years ago
  43. 3e76d7f Add Bob Kline of HTTP 100 fame. by Jeremy Hylton · 22 years ago
  44. be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 22 years ago
  45. 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 22 years ago
  46. c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 22 years ago
  47. 0d3b2fe Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg extension. by Mark Hammond · 22 years ago
  48. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 22 years ago
  49. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 22 years ago
  50. 73aa1ff More fixes for building MacPython extension modules. It now actually succeeds by Jack Jansen · 22 years ago
  51. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 22 years ago
  52. 4fb7027 made the code match the comments (1.5.2 compatibility) by Fredrik Lundh · 22 years ago
  53. 6f7c343 Fix bug #570057: Broken pre.subn() (and pre.sub()) by Fredrik Lundh · 22 years ago
  54. 1add023 Integrate the tests for name interning from PyXML (test_pyexpat.py by Fred Drake · 22 years ago
  55. b91a36b Integrate the changes from PyXML's version of pyexpat.c revisions by Fred Drake · 22 years ago
  56. d805fef Added support for some of the more recently defined macros and environments. by Fred Drake · 22 years ago
  57. 2c81381 Clean up some markup. by Fred Drake · 22 years ago
  58. dcd0500 dis.dis() also supports modules by Neal Norwitz · 22 years ago
  59. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 22 years ago
  60. 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 22 years ago
  61. 292724d Fix various typos reported to python-docs. by Fred Drake · 22 years ago
  62. 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 22 years ago
  63. e0c62b4 Make the prototype match the declaration in the GUSI header files. by Jack Jansen · 22 years ago
  64. c5601f4 Undefine DPRINTF before defining it, there was a conflict with some other by Jack Jansen · 22 years ago
  65. 3a96702 Undefine TRUE and FALSE before redefining them. by Jack Jansen · 22 years ago
  66. e739a0d Got rid of an extraneous semicolon. by Jack Jansen · 22 years ago
  67. 027f672 Changed some prototypes to match the exact definition in some faraway Apple by Jack Jansen · 22 years ago
  68. 440a36f In plugin projects use (by default) the new mwerks_shcarbon_pch by Jack Jansen · 22 years ago
  69. bc5e145 Close the project after generating it, so we don't keep a gazillion project by Jack Jansen · 22 years ago
  70. 7504dfe - Got rid of non-carbon builds by Jack Jansen · 22 years ago
  71. 4439b7c Fixed a few showstoppers in the process of making MacPython use setup.py to build it's exension modules (in stead of relying on a private mechanism). It definitely doesn't work yet, but it looks promising. by Jack Jansen · 22 years ago
  72. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 22 years ago
  73. 0a2963c Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict by Raymond Hettinger · 22 years ago
  74. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 22 years ago
  75. 09c7343 Turns out GetArgv() options can be 4-tuples too, with the last value being the default (or something like that). Cater for this. by Jack Jansen · 22 years ago
  76. 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
  77. dcdf48a Add some acks by Andrew M. Kuchling · 22 years ago
  78. d003a2a Describe textwrap module by Andrew M. Kuchling · 22 years ago
  79. ca0383d Fix bug #573916. Sender and recipients reversed in email example. by Raymond Hettinger · 22 years ago
  80. 711cad7 Also look up variable names in __builtins__ if not found in globals. by Ka-Ping Yee · 22 years ago
  81. 763805d add seealso link to the bisect module by Skip Montanaro · 22 years ago
  82. 09d9f86 add /F's PriorityQueue example by Skip Montanaro · 22 years ago
  83. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 22 years ago
  84. fdc3431 Add a reminder by Andrew M. Kuchling · 22 years ago
  85. 09d6b92 Add a reminder by Andrew M. Kuchling · 22 years ago
  86. bd23289 Silence compiler warning by Jeremy Hylton · 22 years ago
  87. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 22 years ago
  88. c5e2792 Talk about interfaces rather than implementation classes where appropriate. by Fred Drake · 22 years ago
  89. b6aa9cb Added some more links to the "See also" section. by Fred Drake · 22 years ago
  90. 7bc121a When talking about interfaces, use the interface names, not the names by Fred Drake · 22 years ago
  91. f0236d7 Fix typo by Raymond Hettinger · 22 years ago
  92. 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 22 years ago
  93. 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 22 years ago
  94. 8345f71 Not sure how I forgot to check these in - thought I did all the files in one by Skip Montanaro · 22 years ago
  95. 5ed3fa6 Fix SF bug 568269 by enclosing 'computername' in a raw string by Raymond Hettinger · 22 years ago
  96. 7fd9ced Minor English grammar correction by Raymond Hettinger · 22 years ago
  97. f8096fb Remove all EditorWindow BREAK tags when closing Debugger by Kurt B. Kaiser · 22 years ago
  98. 7951f60 Fix spacing in loop example by Raymond Hettinger · 22 years ago
  99. 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 22 years ago
  100. 17031bf fix incorrect size calc. in IMAP4_SSL.read by Piers Lauder · 22 years ago