1. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  2. 6f45eeb Typo fix. by Greg Ward · 22 years ago
  3. 10f36d9 Add a check that the bug Jeremy just fixed in _PyTuple_Resize() is fixed. by Guido van Rossum · 22 years ago
  4. c7c3650 Mention private vars in __slots__. by Guido van Rossum · 22 years ago
  5. 8b47dff Fix for SF bug 571885 by Jeremy Hylton · 22 years ago
  6. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 22 years ago
  7. 0ae0c07 SF 569257 -- Name mangle double underscored variable names in __slots__. by Raymond Hettinger · 22 years ago
  8. 1d1e1db Corrected return type and value information for PyUnicode_Count() and by Fred Drake · 22 years ago
  9. ba3ff1b Fix the docstring for sys.getrefcount(). Closes SF bug #571759. by Fred Drake · 22 years ago
  10. e36a8e8 Disable the test for importing very long lists for MacPython: it triggers by Jack Jansen · 22 years ago
  11. 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 22 years ago
  12. 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 22 years ago
  13. dce695a Added reference to the Expat home page. by Fred Drake · 22 years ago
  14. 81932e2 Try to improve the explanation of the "raise" statement and how its arguments by Fred Drake · 22 years ago
  15. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 22 years ago
  16. f7ce04d Clean up docstrings: by Fred Drake · 22 years ago
  17. 8db890a Removed the generator future-stmt -- not needed for 2.3. by Tim Peters · 22 years ago
  18. e08c9db Simplify the production for argument list, making sure that it by Fred Drake · 22 years ago
  19. 10cbe8d SF 563530 added missing methods for emulating numeric types by Raymond Hettinger · 22 years ago
  20. 669f4c3 1. Debugger Breakpoints, finish implementation by Kurt B. Kaiser · 22 years ago
  21. 3875e90 I get failures half of the time that I run this, so I'll disable by Guido van Rossum · 22 years ago
  22. 9c051d7 SF 570727 indexer() class no longer needed since lists now support slicing by Raymond Hettinger · 22 years ago
  23. 9c14bad Fix the bug described in by Michael W. Hudson · 22 years ago
  24. fe0ca4a Mention pymemcompat.h. by Guido van Rossum · 22 years ago
  25. f925782 Minor tweaks to existing items (radian/degree, and UTF-16 readers.. by Guido van Rossum · 22 years ago
  26. f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 22 years ago
  27. 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 22 years ago
  28. a23b573 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 22 years ago
  29. 2683ac7 Define NDEBUG for releae builds, just like Python. by Jeremy Hylton · 22 years ago
  30. 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 22 years ago
  31. 1b046e4 Add implementation of _compile() and use default compile() method. by Jeremy Hylton · 22 years ago
  32. 6e08d22 Add a default implementation of compile() to the base class. by Jeremy Hylton · 22 years ago
  33. 0747121 Played contortionist games with the argument_list production so it by Fred Drake · 22 years ago
  34. c01b350 Only import msvccompiler on win32 platforms. by Jeremy Hylton · 22 years ago
  35. 83ccb4e Michael fixed the race conditions and removed the sleeps. by Guido van Rossum · 22 years ago
  36. 4837fa3 \productioncont: Replace leading spaces with   so that it's by Fred Drake · 22 years ago
  37. f6e9027 Refactor the generation of signature lines for funcdesc, methoddesc, by Fred Drake · 22 years ago
  38. a96b0df Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago
  39. 6351757 Patch from SF bug 570483 (Tim Northover). by Guido van Rossum · 22 years ago
  40. a0b9075 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 22 years ago
  41. 7f59124 Clarified documentation for os.access(). by Fred Drake · 22 years ago
  42. ae39ddd Mechanically translated string method calls to string methods. by Fred Drake · 22 years ago
  43. ef5864e SF patch #552837, submitted by Robert Pyron: by Fred Drake · 22 years ago
  44. 28bdc62 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 22 years ago
  45. b1e8154 About the new but unreferenced new_class, Guido sez: by Michael W. Hudson · 22 years ago
  46. fc8341d Update description of the Expat library. Closes SF bug #556370. by Fred Drake · 22 years ago
  47. 8311518 PyModule_AddObject(): Added missing exceptions. Closes SF bug #523473. by Fred Drake · 22 years ago
  48. b084017 Fix documentation for PyMarshal_WriteObjectToFile() and by Fred Drake · 22 years ago
  49. 6fc22f6 Ensure \verbatiminput always uses a unique filename for each input file in by Fred Drake · 22 years ago
  50. 9f6e104 Add reminder, and a new POSIX function Tweak traceback display for consistency by Andrew M. Kuchling · 22 years ago
  51. 495afea Typo. by Michael W. Hudson · 22 years ago
  52. 1ed564a Whitespace normalization (tabs -> spaces) by Neal Norwitz · 22 years ago
  53. 3430d70 Apply diff2.txt from SF patch http://www.python.org/sf/566999 by Walter Dörwald · 22 years ago
  54. 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 22 years ago
  55. f0a70f6 Alter text test arg to obey new rule, also include inverse test to make time-zone independant by Piers Lauder · 22 years ago
  56. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 22 years ago
  57. 0444302 Nuked another reference to newmodule.c. by Tim Peters · 22 years ago
  58. 0add0e8 Removed newmodule.c from the project, and removed references to it from by Tim Peters · 22 years ago
  59. 94c9d90 Forgot to add this. It's part of patch 568629. by Guido van Rossum · 22 years ago
  60. 0f1afb1 test_module_with_large_stack(): This failed when Python was run with -O, by Tim Peters · 22 years ago
  61. 0672712 test_module_with_large_stack(): This failed on Windows, for the wrong by Tim Peters · 22 years ago
  62. 11e104f Unsure exactly why I'm doing this, but I couldn't build a debug-mode by Tim Peters · 22 years ago
  63. 9562bcf Add Oren Tirosh and news about his patch. by Guido van Rossum · 22 years ago
  64. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  65. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  66. a0c5e9f Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() by Fred Drake · 22 years ago
  67. da07ea7 Use code.interact(), which is even simpler, *and* imports readline when it can. by Guido van Rossum · 22 years ago
  68. cb4d7ce Now FOR_LOOP is gone, loop_subscript can go too. by Michael W. Hudson · 22 years ago
  69. 2aabac8 Don't poorly emulate the interactive interpreter, use by Guido van Rossum · 22 years ago
  70. a8ef0d1 Anchors ("a" elements) used only for the name attribute should not by Fred Drake · 22 years ago
  71. 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 22 years ago
  72. e7f3e24 Test for the bug in recurse_down_subclasses() that I just fixed. by Guido van Rossum · 22 years ago
  73. 59e6c53 Inexplicably, recurse_down_subclasses() was comparing the object by Guido van Rossum · 22 years ago
  74. 2c2e827 Missed one use of new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  75. 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 22 years ago
  76. eda5a8e Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  77. 7fdcb41 Fix SF bug # 561858 Assertion with very long lists by Neal Norwitz · 22 years ago
  78. 1f68fc7 SF bug # 493951 string.{starts,ends}with vs slices by Neal Norwitz · 22 years ago
  79. 585775b Document the Binary.data attribute. This closes SF bug #562878. by Fred Drake · 22 years ago
  80. 9c92b69 Use \code{True} (or False) instead of true/false. by Neal Norwitz · 22 years ago
  81. 1b738e9 Test exceptional condition in select() by Neal Norwitz · 22 years ago
  82. 6fc36c5 Test exceptional conditions in list.sort() by Neal Norwitz · 22 years ago
  83. 2b34290 Cleanup a little by Neal Norwitz · 22 years ago
  84. 4178515 SF # 533070 Silence AIX C Compiler Warnings by Neal Norwitz · 22 years ago
  85. e7b8ecf Major cleanup operation: whenever there's a call that looks for an by Guido van Rossum · 22 years ago
  86. 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 22 years ago
  87. 51290d3 SF # 561244 Micro optimizations by Neal Norwitz · 22 years ago
  88. 20e7213 Fix typo in exception message by Neal Norwitz · 22 years ago
  89. 0c2c17c Use new PyDoc_STRVAR macro by Neal Norwitz · 22 years ago
  90. cc5c694 Add "version added" for getpgid by Neal Norwitz · 22 years ago
  91. 35fc760 SF #561244 Micro optimizations by Neal Norwitz · 22 years ago
  92. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  93. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  94. 654c11e Temporarily disable the timeout and socket tests. by Guido van Rossum · 22 years ago
  95. 09638c1 Hopefully this addresses the remaining issues of SF bugs 459235 and by Guido van Rossum · 22 years ago
  96. fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 22 years ago
  97. efb9097 Do not claim that getlocale() returns a tulpe; that is not always true. by Fred Drake · 22 years ago
  98. 340043e Munge depends files to have absolute paths. by Jeremy Hylton · 22 years ago
  99. c18fde5 Extend dependency tracking so that .o files are rebuilt. by Jeremy Hylton · 22 years ago
  100. 1bba31d Refactor compile() method implementations. by Jeremy Hylton · 22 years ago