1. 7eea37e At Guido's suggestion, here's a new C API function, PyObject_Dir(), like by Tim Peters · 23 years ago
  2. 2f760c3 On MacOSX built the toolbox extension modules iff we're building with by Jack Jansen · 23 years ago
  3. f6af601 Template for an OSX PythonInterpreter application. by Jack Jansen · 23 years ago
  4. 33a3b63 Correction: the Borland C port isn't fully operational yet by Andrew M. Kuchling · 23 years ago
  5. d043ab6 Photoshop sources for icon files. Not pretty, but hey! I'm not an by Jack Jansen · 23 years ago
  6. 4d335b3 [Bug #444589] Record empty directories in the install_data command by Andrew M. Kuchling · 23 years ago
  7. a8ea5ba [Bug #436732] install.py does not record a created *.pth file in the by Andrew M. Kuchling · 23 years ago
  8. 0dad0f7 Revert one of the "division fixes" in test_long. It intends to try both by Tim Peters · 23 years ago
  9. 1ef106c Make pprint more locale-friendly; patch contributed by Denis S. Otkidach. by Fred Drake · 23 years ago
  10. 4a596e3 [Bug #457654] bkgd() used a hard-coded A_NORMAL attribute, when it should by Andrew M. Kuchling · 23 years ago
  11. 9f5b822 Convert docstring to "raw" string. by Fred Drake · 23 years ago
  12. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  13. b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
  14. 6c0f200 Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That by Neil Schemenauer · 23 years ago
  15. 1b41079 Added docstring by Neal Norwitz. This closes SF bug #450981. by Fred Drake · 23 years ago
  16. 05857df Added docstring by Neal Norwitz. This closes SF bug #450979. by Fred Drake · 23 years ago
  17. 757f780 Add more detail to the descriptions of the shutil functions. by Fred Drake · 23 years ago
  18. c05fc7d Added documentation for sys.maxunicode and sys.warnoptions. by Fred Drake · 23 years ago
  19. 7cf613d HTMLParser is allowed to be more strict than sgmllib, so let's not by Fred Drake · 23 years ago
  20. a0ca3d6 - Reverse the meaning of the -m option: warnings about multiple / by Guido van Rossum · 23 years ago
  21. 61b8501 Suppressing all DeprecationWarning messages was a bit of a problem for by Guido van Rossum · 23 years ago
  22. 81fc778 Suppress the warning about regex here. by Guido van Rossum · 23 years ago
  23. c20a698 Enhanced the test for DOCTYPE declarations, added a test for dealing with by Fred Drake · 23 years ago
  24. 68eac2b Added reasonable parsing of the DOCTYPE declaration, fixed edge cases by Fred Drake · 23 years ago
  25. 212a2e1 On the mac some library paths returned were outdated, some were outright funny. by Jack Jansen · 23 years ago
  26. 4ca5f38 Disabled _curses modules on MacOSX. The curses version is a 1994 BSD by Jack Jansen · 23 years ago
  27. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  28. bc1c7a0 Fixed a typo and added more tests. by Tim Peters · 23 years ago
  29. e2a6000 Change long/long true division to return as many good bits as it can; by Tim Peters · 23 years ago
  30. 9c1d7fd Move int_true_divide next to the other division routines. by Tim Peters · 23 years ago
  31. 20dab9f Move long_true_divide next to the other division routines (for clarity!). by Tim Peters · 23 years ago
  32. 9fffa3e Raise OverflowError when appropriate on long->float conversion. Most of by Tim Peters · 23 years ago
  33. 1832de4 PEP 238 documented -Qwarn as warning only for classic int or long by Guido van Rossum · 23 years ago
  34. 61c345f Rename the -D option to -Q, to avoid a Jython option name conflict. by Guido van Rossum · 23 years ago
  35. a1c1b0f Introduce new private API function _PyLong_AsScaledDouble. Not used yet, by Tim Peters · 23 years ago
  36. 37a309d builtin_dir(): Treat classic classes like types. Use PyDict_Keys instead by Tim Peters · 23 years ago
  37. a8aefe5 Don't use dir() to find instance attribute names. by Neil Schemenauer · 23 years ago
  38. 49417e7 Fix the names of _PyObject_GC_TRACK and _PyObject_GC_UNTRACK when the GC is by Neil Schemenauer · 23 years ago
  39. 0628a66 Restore a line deleted by mistake. by Tim Peters · 23 years ago
  40. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  41. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  42. 95c99e5 Made a doctest out of the examples in Guido's type/class tutorial. by Tim Peters · 23 years ago
  43. b7da090 Clarify the Borland situation, based on email from Stephen. by Tim Peters · 23 years ago
  44. b95ec09 Repair typo in comment. by Tim Peters · 23 years ago
  45. 13b54a9 Added the last few missing files, and put everything in the right packages. by Jack Jansen · 23 years ago
  46. e7a9598 Implement what the docstring said: multiple slashes per line are by Guido van Rossum · 23 years ago
  47. aaf80c8 Add news about dictionary() constructor. by Guido van Rossum · 23 years ago
  48. 25786c0 Make dictionary() a real constructor. Accepts at most one argument, "a by Tim Peters · 23 years ago
  49. 1b8ca0d Rewrite the tuple() docstring to parallel the list() docstring. by Tim Peters · 23 years ago
  50. 9577761 Repair apparent cut'n'pasteo in tuple() docstring. by Tim Peters · 23 years ago
  51. b866770 Move the long minidom example to a separate file; \verbatiminput does the by Fred Drake · 23 years ago
  52. cb6d0da An anonymous contributor reveals his name... by Guido van Rossum · 23 years ago
  53. 13c51ec Added more text to the docstring, updated the way the exit status is by Guido van Rossum · 23 years ago
  54. 43db62e A grep-like tool that looks for division operators. by Guido van Rossum · 23 years ago
  55. aa78236 Whitespace normalization (tabs -> 4 spaces) in the Mac expectations. by Guido van Rossum · 23 years ago
  56. bdee63f Start items w/ "-" instead of "+" (consistency w/ earlier versions). by Tim Peters · 23 years ago
  57. 6114297 Silly typos. by Jack Jansen · 23 years ago
  58. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 23 years ago
  59. 38c4dd4 Regenerated, mainly for new GC routines. by Jack Jansen · 23 years ago
  60. b18ced2 xx.prj has been replaced by xx.mcp. by Jack Jansen · 23 years ago
  61. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  62. 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 23 years ago
  63. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 23 years ago
  64. 0de279b Updated the Popt resources for the applets to the newest version. by Jack Jansen · 23 years ago
  65. ff5d8aa Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  66. a5ffeb6 Added preferences/startup options for division warning by Jack Jansen · 23 years ago
  67. 822218b The beginnings of a script to help finding / operators that may need by Guido van Rossum · 23 years ago
  68. a0adb92 Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0 by Guido van Rossum · 23 years ago
  69. 481cf2c Added the "Host" header to the "GET" example. This closes SF bug #457100. by Fred Drake · 23 years ago
  70. ae45714 Add various and sundry news items -- most mine, one Barry's, one by Guido van Rossum · 23 years ago
  71. 97741a3 Oops. The -W option takes args, not -X. by Guido van Rossum · 23 years ago
  72. 8031bbe Allow for the possibility that globals['__name__'] does not exist; by Guido van Rossum · 23 years ago
  73. 393661d Add warning mode for classic division, almost exactly as specified in by Guido van Rossum · 23 years ago
  74. 29d55a3 Fix a memory leak in str_subtype_new(). (All the other by Guido van Rossum · 23 years ago
  75. bfa47b0 Correct name mangling algorithm, and add a comment. by Guido van Rossum · 23 years ago
  76. 41eb14d Give 'super' a decent repr(), and readonly attributes to access the by Guido van Rossum · 23 years ago
  77. 7561d9e Added all the new files in the right packages and file groups (I think, untested). by Jack Jansen · 23 years ago
  78. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 23 years ago
  79. 0e03f58 Add Jack Jansen's explanation of the MacOS X changes by Andrew M. Kuchling · 23 years ago
  80. 1da6eb0 Superseded by the (generated) xx.mcp. by Jack Jansen · 23 years ago
  81. 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
  82. 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
  83. eb9f384 Group some projects into "Done" and "To do". Get rid of Tim's merge by Guido van Rossum · 23 years ago
  84. 91ee798 metaclass(): add some more examples of metaclasses, including one by Guido van Rossum · 23 years ago
  85. d507dab SF patch #455966: Allow leading 0 in float/imag literals. by Tim Peters · 23 years ago
  86. 21922aa PyObject_Repr(): add missing ">" back at end of format string: "<%s by Guido van Rossum · 23 years ago
  87. 71ebc33 Fix _convert_NAME() so that it doesn't store locals for class bodies. by Jeremy Hylton · 23 years ago
  88. 017cb2c Squash new compiler wng. by Tim Peters · 23 years ago
  89. caa9f43 Add testcases for inheritance from tricky builtins (numbers, strings, tuples). by Guido van Rossum · 23 years ago
  90. 6fb3fde Pytype_GenericAlloc(): round up size so we zap all four bytes of the by Guido van Rossum · 23 years ago
  91. 702ca4f Revert the previous patch to test_pow.py and move the test to test_unary.py by Fred Drake · 23 years ago
  92. d256271 Added a regression test for the negation-of-exponentiation optimization by Fred Drake · 23 years ago
  93. 14ef244 When re-writing a factor containing a unary negation of a literal, only by Fred Drake · 23 years ago
  94. 4b8c0f6 More stuff discovered while writing the simplest of testcases: by Guido van Rossum · 23 years ago
  95. 46add98 Do the int inlining only if the type is really an int, not whenever by Guido van Rossum · 23 years ago
  96. 13228a6 Ah, the joy of writing test cases... by Guido van Rossum · 23 years ago
  97. f71b5fe spurious pop by Jeremy Hylton · 23 years ago
  98. 4042c69 Add news about GC API change. Explain how to upgrade extension modules. by Neil Schemenauer · 23 years ago
  99. 55cdc88 Update documentation for GC API. Closes SF patch #421893. by Neil Schemenauer · 23 years ago
  100. 60250e2 win_getpass(): if sys.stdin is not sys.__stdin__, use by Guido van Rossum · 23 years ago