1. 9577761 Repair apparent cut'n'pasteo in tuple() docstring. by Tim Peters · 23 years ago
  2. b866770 Move the long minidom example to a separate file; \verbatiminput does the by Fred Drake · 23 years ago
  3. cb6d0da An anonymous contributor reveals his name... by Guido van Rossum · 23 years ago
  4. 13c51ec Added more text to the docstring, updated the way the exit status is by Guido van Rossum · 23 years ago
  5. 43db62e A grep-like tool that looks for division operators. by Guido van Rossum · 23 years ago
  6. aa78236 Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. by Guido van Rossum · 23 years ago
  7. bdee63f Start items w/ "-" instead of "+" (consistency w/ earlier versions). by Tim Peters · 23 years ago
  8. 6114297 Silly typos. by Jack Jansen · 23 years ago
  9. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 23 years ago
  10. 38c4dd4 Regenerated, mainly for new GC routines. by Jack Jansen · 23 years ago
  11. b18ced2 xx.prj has been replaced by xx.mcp. by Jack Jansen · 23 years ago
  12. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  13. 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 23 years ago
  14. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 23 years ago
  15. 0de279b Updated the Popt resources for the applets to the newest version. by Jack Jansen · 23 years ago
  16. ff5d8aa Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  17. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  18. 822218b The beginnings of a script to help finding / operators that may need by Guido van Rossum · 23 years ago
  19. a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 23 years ago
  20. 481cf2c Added the "Host" header to the "GET" example. This closes SF bug #457100. by Fred Drake · 23 years ago
  21. ae45714 Add various and sundry news items -- most mine, one Barry's, one by Guido van Rossum · 23 years ago
  22. 97741a3 Oops. The -W option takes args, not -X. by Guido van Rossum · 23 years ago
  23. 8031bbe Allow for the possibility that globals['__name__'] does not exist; by Guido van Rossum · 23 years ago
  24. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  25. 29d55a3 Fix a memory leak in str_subtype_new(). (All the other by Guido van Rossum · 23 years ago
  26. bfa47b0 Correct name mangling algorithm, and add a comment. by Guido van Rossum · 23 years ago
  27. 41eb14d Give 'super' a decent repr(), and readonly attributes to access the by Guido van Rossum · 23 years ago
  28. 7561d9e Added all the new files in the right packages and file groups (I think, untested). by Jack Jansen · 23 years ago
  29. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 23 years ago
  30. 0e03f58 Add Jack Jansen's explanation of the MacOS X changes by Andrew M. Kuchling · 23 years ago
  31. 1da6eb0 Superseded by the (generated) xx.mcp. by Jack Jansen · 23 years ago
  32. ba0ba41 Case mismatch in "import Types". Apparently nobody has looked at this for a looooong time. Reported by Chris Smith. by Jack Jansen · 23 years ago
  33. b214c36 We should look in the directory containing the module, not in the module itself, when we're looking for the resource file. by Jack Jansen · 23 years ago
  34. eb9f384 Group some projects into "Done" and "To do". Get rid of Tim's merge by Guido van Rossum · 23 years ago
  35. 91ee798 metaclass(): add some more examples of metaclasses, including one by Guido van Rossum · 23 years ago
  36. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  37. 21922aa PyObject_Repr(): add missing ">" back at end of format string: "<%s by Guido van Rossum · 23 years ago
  38. 71ebc33 Fix _convert_NAME() so that it doesn't store locals for class bodies. by Jeremy Hylton · 23 years ago
  39. 017cb2c Squash new compiler wng. by Tim Peters · 23 years ago
  40. caa9f43 Add testcases for inheritance from tricky builtins (numbers, strings, tuples). by Guido van Rossum · 23 years ago
  41. 6fb3fde Pytype_GenericAlloc(): round up size so we zap all four bytes of the by Guido van Rossum · 23 years ago
  42. 702ca4f Revert the previous patch to test_pow.py and move the test to test_unary.py by Fred Drake · 23 years ago
  43. d256271 Added a regression test for the negation-of-exponentiation optimization by Fred Drake · 23 years ago
  44. 14ef244 When re-writing a factor containing a unary negation of a literal, only by Fred Drake · 23 years ago
  45. 4b8c0f6 More stuff discovered while writing the simplest of testcases: by Guido van Rossum · 23 years ago
  46. 46add98 Do the int inlining only if the type is really an int, not whenever by Guido van Rossum · 23 years ago
  47. 13228a6 Ah, the joy of writing test cases... by Guido van Rossum · 23 years ago
  48. f71b5fe spurious pop by Jeremy Hylton · 23 years ago
  49. 4042c69 Add news about GC API change. Explain how to upgrade extension modules. by Neil Schemenauer · 23 years ago
  50. 55cdc88 Update documentation for GC API. Closes SF patch #421893. by Neil Schemenauer · 23 years ago
  51. 60250e2 win_getpass(): if sys.stdin is not sys.__stdin__, use by Guido van Rossum · 23 years ago
  52. 8019913 fix for part of bug #453523: disable unmarshalling of code objects in by Michael W. Hudson · 23 years ago
  53. 3c0fc84 Update the links to the FIPS document that defines the Secure Hash by Fred Drake · 23 years ago
  54. 89dfe9e Removed unreachable return to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  55. 6f848c1 Removed an unreachable break statement to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  56. a2c2ae6 Removed unreachable goto statement to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  57. 2f38f81 Removed some unreachable break statements to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  58. 38b88c2 Removed some unreachable break statements to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  59. 34eaf86 Started on the 2.2a2 installer by Jack Jansen · 23 years ago
  60. 52e0717 Give the internal immutable list type .extend and .pop methods (they by Tim Peters · 23 years ago
  61. 6923234 Add a new function imp.lock_held(), and use it to skip test_threaded_import by Tim Peters · 23 years ago
  62. c414187 Safety measures now that str and tuple are subclassable: by Guido van Rossum · 23 years ago
  63. 31bcff8 Make 'super' subclassable. (Not sure how useful this is yet. :-) by Guido van Rossum · 23 years ago
  64. e023fe0 Make unicode subclassable. by Guido van Rossum · 23 years ago
  65. ae960af Make str and tuple types subclassable. by Guido van Rossum · 23 years ago
  66. 147b13c Make getset subclassable. by Guido van Rossum · 23 years ago
  67. d93dce1 Fix typo: double semicolons. by Guido van Rossum · 23 years ago
  68. 5eef77a Make the Py<type>_Check() macro use PyObject_TypeCheck(). by Guido van Rossum · 23 years ago
  69. deb77e8 Squash new compiler wng in debug build. by Tim Peters · 23 years ago
  70. 45c9ae5 gcmodule is now always compiled by Neil Schemenauer · 23 years ago
  71. 7d0e19e gcmodule is now enabled here by Neil Schemenauer · 23 years ago
  72. 43411b5 Make more things internal to this file. Remove by Neil Schemenauer · 23 years ago
  73. cf22946 Always build gcmodule. by Neil Schemenauer · 23 years ago
  74. 69374e4 Flush output more aggressively. This makes things look better if by Neil Schemenauer · 23 years ago
  75. c806c88 Use new GC API. Remove usage of BASICSIZE macros. by Neil Schemenauer · 23 years ago
  76. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  77. fd34369 Remove GC related code. It lives in gcmodule now. by Neil Schemenauer · 23 years ago
  78. 4f4817f Make frames a PyVarObject. Use new GC API. by Neil Schemenauer · 23 years ago
  79. 01b66a8 Remove bogus PyGC_HEAD_SIZE. by Neil Schemenauer · 23 years ago
  80. 74b5ade Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  81. 31ec142 Change the GC type flag since the API has changed. Allow types using by Neil Schemenauer · 23 years ago
  82. 251ead8 Make frames a PyVarObject instead of a PyObject. by Neil Schemenauer · 23 years ago
  83. 9c63e6d Always compile gcmodule. by Neil Schemenauer · 23 years ago
  84. e4685ec Track the block stack more reasonably in order to handle continue in by Jeremy Hylton · 23 years ago
  85. 9263848 Improve stack depth computation for try/except and try/finally by Jeremy Hylton · 23 years ago
  86. 4bd4ddd Add __getitem__() handler for use by visitContinue() by Jeremy Hylton · 23 years ago
  87. 7c10008 Added xx and xxsubtype modules, for completeness and because xxsubtype is used by the test suite. by Jack Jansen · 23 years ago
  88. 028f2d5 Started on release notes and readme for 2.2a2. by Jack Jansen · 23 years ago
  89. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  90. 1936745 Generate SET_LINENO for list and tuple literals when the open paren by Jeremy Hylton · 23 years ago
  91. 7845cf8 Make sure that atoms (Tuple, List, etc.) have lineno attributes by Jeremy Hylton · 23 years ago
  92. 4ba9001 Fix off-by-one errors in code to find depth of stack. by Jeremy Hylton · 23 years ago
  93. 8779787 Workaround by Tim Peters to skip this test if run from test.autotest, by Jack Jansen · 23 years ago
  94. bf77c46 Undo change from list to dict for handling varnames, consts, etc. by Jeremy Hylton · 23 years ago
  95. 5a9ac97 Change default() to use getChildNodes() instead of getChildren() by Jeremy Hylton · 23 years ago
  96. 94afe32 Support // and //= by Jeremy Hylton · 23 years ago
  97. 7abf520 Add support for // and //=. by Jeremy Hylton · 23 years ago
  98. d4be10d Add generator detection to symbol table. by Jeremy Hylton · 23 years ago
  99. e4e9cd4 Modify name conversion to be (hopefully) a bit more efficient. by Jeremy Hylton · 23 years ago
  100. 5477f52 Revise implementations of getChildren() and getChildNodes(). by Jeremy Hylton · 23 years ago