1. 13f99d7 Close SF patch 523944: importing modules with foreign newlines. by Jeremy Hylton · 23 years ago
  2. 2a3d7db Added character data buffering to pyexpat parser objects. by Fred Drake · 23 years ago
  3. 3e76d7f Add Bob Kline of HTTP 100 fame. by Jeremy Hylton · 23 years ago
  4. be4fcf1 Fixes for two separate HTTP/1.1 bugs: 100 responses and HTTPS connections. by Jeremy Hylton · 23 years ago
  5. 71b63ff pyexpat code cleanup and minor refactorings: by Fred Drake · 23 years ago
  6. c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 23 years ago
  7. 0d3b2fe Patch 574531/Bug 574570 - allow freeze on windows to use the _winreg extension. by Mark Hammond · 23 years ago
  8. 2bb5980 The standard definition file is now called mwerks_shcarbon_plugin.h. by Jack Jansen · 23 years ago
  9. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 23 years ago
  10. 73aa1ff More fixes for building MacPython extension modules. It now actually succeeds by Jack Jansen · 23 years ago
  11. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 23 years ago
  12. 4fb7027 made the code match the comments (1.5.2 compatibility) by Fredrik Lundh · 23 years ago
  13. 6f7c343 Fix bug #570057: Broken pre.subn() (and pre.sub()) by Fredrik Lundh · 23 years ago
  14. 1add023 Integrate the tests for name interning from PyXML (test_pyexpat.py by Fred Drake · 23 years ago
  15. b91a36b Integrate the changes from PyXML's version of pyexpat.c revisions by Fred Drake · 23 years ago
  16. d805fef Added support for some of the more recently defined macros and environments. by Fred Drake · 23 years ago
  17. 2c81381 Clean up some markup. by Fred Drake · 23 years ago
  18. dcd0500 dis.dis() also supports modules by Neal Norwitz · 23 years ago
  19. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 23 years ago
  20. 80a3e0a Whitespace normalization (remove tabs) by Neal Norwitz · 23 years ago
  21. 292724d Fix various typos reported to python-docs. by Fred Drake · 23 years ago
  22. 33fd5f7 Fix typo reported to python-docs. by Fred Drake · 23 years ago
  23. e0c62b4 Make the prototype match the declaration in the GUSI header files. by Jack Jansen · 23 years ago
  24. c5601f4 Undefine DPRINTF before defining it, there was a conflict with some other by Jack Jansen · 23 years ago
  25. 3a96702 Undefine TRUE and FALSE before redefining them. by Jack Jansen · 23 years ago
  26. e739a0d Got rid of an extraneous semicolon. by Jack Jansen · 23 years ago
  27. 027f672 Changed some prototypes to match the exact definition in some faraway Apple by Jack Jansen · 23 years ago
  28. 440a36f In plugin projects use (by default) the new mwerks_shcarbon_pch by Jack Jansen · 23 years ago
  29. bc5e145 Close the project after generating it, so we don't keep a gazillion project by Jack Jansen · 23 years ago
  30. 7504dfe - Got rid of non-carbon builds by Jack Jansen · 23 years ago
  31. 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 · 23 years ago
  32. ab5320b Fixed various MacPython-specific issues found by attempting to use the standard core setup.py for MacPython. by Jack Jansen · 23 years ago
  33. 0a2963c Apply SF 562987 modernizing Cookie to subclass from dict instead of UserDict by Raymond Hettinger · 23 years ago
  34. 3a159a8 Suppress the variable verbose output from test.xmltests; the inclusion of by Fred Drake · 23 years ago
  35. 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 · 23 years ago
  36. 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 · 23 years ago
  37. dcdf48a Add some acks by Andrew M. Kuchling · 23 years ago
  38. d003a2a Describe textwrap module by Andrew M. Kuchling · 23 years ago
  39. ca0383d Fix bug #573916. Sender and recipients reversed in email example. by Raymond Hettinger · 23 years ago
  40. 711cad7 Also look up variable names in __builtins__ if not found in globals. by Ka-Ping Yee · 23 years ago
  41. 763805d add seealso link to the bisect module by Skip Montanaro · 23 years ago
  42. 09d9f86 add /F's PriorityQueue example by Skip Montanaro · 23 years ago
  43. ffd3a42 Shutdown subprocess debugger and associated Proxies/Adapters when closing by Kurt B. Kaiser · 23 years ago
  44. fdc3431 Add a reminder by Andrew M. Kuchling · 23 years ago
  45. 09d6b92 Add a reminder by Andrew M. Kuchling · 23 years ago
  46. bd23289 Silence compiler warning by Jeremy Hylton · 23 years ago
  47. 867de94 Add convenience module to run all the XML tests. by Fred Drake · 23 years ago
  48. c5e2792 Talk about interfaces rather than implementation classes where appropriate. by Fred Drake · 23 years ago
  49. b6aa9cb Added some more links to the "See also" section. by Fred Drake · 23 years ago
  50. 7bc121a When talking about interfaces, use the interface names, not the names by Fred Drake · 23 years ago
  51. f0236d7 Fix typo by Raymond Hettinger · 23 years ago
  52. 07dc918 Close bug 480337: Dict used before dicts explained. Added explanation by Raymond Hettinger · 23 years ago
  53. 04e7e0c Close bug 417930 by clarifying augmented assignment docs by Raymond Hettinger · 23 years ago
  54. 8345f71 Not sure how I forgot to check these in - thought I did all the files in one by Skip Montanaro · 23 years ago
  55. 5ed3fa6 Fix SF bug 568269 by enclosing 'computername' in a raw string by Raymond Hettinger · 23 years ago
  56. 7fd9ced Minor English grammar correction by Raymond Hettinger · 23 years ago
  57. f8096fb Remove all EditorWindow BREAK tags when closing Debugger by Kurt B. Kaiser · 23 years ago
  58. 7951f60 Fix spacing in loop example by Raymond Hettinger · 23 years ago
  59. 5a04aec Fix SF bug 546434 -- buffer slice type inconsistent. by Raymond Hettinger · 23 years ago
  60. 17031bf fix incorrect size calc. in IMAP4_SSL.read by Piers Lauder · 23 years ago
  61. 6fe3d70 In the Extension() call, add runtime_library_dirs so that a useful by Barry Warsaw · 23 years ago
  62. 83118c6 Clear associated breakpoints when closing an edit window. by Kurt B. Kaiser · 23 years ago
  63. ab5dae3 Fix SF bug 572567: Memory leak in object comparison. by Raymond Hettinger · 23 years ago
  64. 563d12d SF # 572928 One word change for lib/libgettext.tex by Neal Norwitz · 23 years ago
  65. bdac001 - Got rid of non-carbon stuff by Jack Jansen · 23 years ago
  66. be6e0f4 Random tweaks & updates. by Michael W. Hudson · 23 years ago
  67. 0c09293 Fix IMAP4_SSL read and send methods to take account of short data by Piers Lauder · 23 years ago
  68. 723f94b Convert the example C code to ANSI rather than K&R. by Fred Drake · 23 years ago
  69. 53540ab Correct the RE equivalent of scanf()'s %x and %X patterns. by Fred Drake · 23 years ago
  70. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 23 years ago
  71. 6f45eeb Typo fix. by Greg Ward · 23 years ago
  72. 10f36d9 Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is fixed. by Guido van Rossum · 23 years ago
  73. c7c3650 Mention private vars in __slots__. by Guido van Rossum · 23 years ago
  74. 8b47dff Fix for SF bug 571885 by Jeremy Hylton · 23 years ago
  75. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 23 years ago
  76. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 23 years ago
  77. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 23 years ago
  78. ba3ff1b Fix the docstring for sys.getrefcount(). Closes SF bug #571759. by Fred Drake · 23 years ago
  79. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 23 years ago
  80. 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 23 years ago
  81. 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 23 years ago
  82. dce695aa Added reference to the Expat home page. by Fred Drake · 23 years ago
  83. 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 23 years ago
  84. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 23 years ago
  85. f7ce04d Clean up docstrings: by Fred Drake · 23 years ago
  86. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 23 years ago
  87. e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 23 years ago
  88. 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 23 years ago
  89. 669f4c3 1. Debugger Breakpoints, finish implementation by Kurt B. Kaiser · 23 years ago
  90. 3875e90 I get failures half of the time that I run this, so I'll disable by Guido van Rossum · 23 years ago
  91. 9c051d7 SF 570727 indexer() class no longer needed since lists now support slicing by Raymond Hettinger · 23 years ago
  92. 9c14bad Fix the bug described in by Michael W. Hudson · 23 years ago
  93. fe0ca4a Mention pymemcompat.h. by Guido van Rossum · 23 years ago
  94. f925782 Minor tweaks to existing items (radian/degree, and UTF-16 readers.. by Guido van Rossum · 23 years ago
  95. f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 23 years ago
  96. 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 23 years ago
  97. a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 23 years ago
  98. 2683ac7 Define NDEBUG for releae builds, just like Python. by Jeremy Hylton · 23 years ago
  99. 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 23 years ago
  100. 1b046e4 Add implementation of _compile() and use default compile() method. by Jeremy Hylton · 23 years ago