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