1. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  2. 6dba6bc Step 2 in putting the MacOS toolbox modules in a package: issue a DepracationWarning in the compatibility modules. by Jack Jansen · 23 years ago
  3. 6af5bbb PyString_FromFormatV: Massage platform %p output to match what gcc does, by Tim Peters · 23 years ago
  4. ea46fa8 Undo previous checkin -- Barry fixed it better. by Guido van Rossum · 23 years ago
  5. d320ad0 Update test output to match new (more informative) error message about by Guido van Rossum · 23 years ago
  6. 1914873 Quick and dirty fix for test_extcall failures trigged by Guido's by Barry Warsaw · 23 years ago
  7. 70d4491 Remove the local 'getset' class -- this is now a built-in type with by Guido van Rossum · 23 years ago
  8. 239abf7 getset_init(): the function name in the PyArg_ParseTuple() format by Guido van Rossum · 23 years ago
  9. a15dece Improve the error message issued when an unbound method is called with by Guido van Rossum · 23 years ago
  10. 1e2775f Rip the import repr truncation test out of here and put it in test_repr.py by Barry Warsaw · 23 years ago
  11. 0bcf6d8 Added lots of tests for reprs of "simple" objects, such as file, by Barry Warsaw · 23 years ago
  12. 876c8cb PyErr_Format(): Factor out most of this code into by Barry Warsaw · 23 years ago
  13. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  14. dadace0 PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from by Barry Warsaw · 23 years ago
  15. 16c018d Repair repr of future-features (wasn't updated to include the new by Tim Peters · 23 years ago
  16. 9881fc1 supers(): typo -- "if verify" should be "if verbose". by Guido van Rossum · 23 years ago
  17. c4a1880 Add test suite for super(). by Guido van Rossum · 23 years ago
  18. f5cb357 Add 'super' builtin type. by Guido van Rossum · 23 years ago
  19. 609c7c8 Add decl of PySuper_Type; fixup comments for the two other types. by Guido van Rossum · 23 years ago
  20. 705f0f5 Add 'super', another new object type with magical properties. by Guido van Rossum · 23 years ago
  21. 76f0cb8 Add a test for the new getset type. by Guido van Rossum · 23 years ago
  22. 271410a Change the getset type to take an optional third function argument: by Guido van Rossum · 23 years ago
  23. 833a8d8 SF patch #454553 by Walter Dörwald: add content-type to FTP URLs, like by Guido van Rossum · 23 years ago
  24. 845fc48 getset_descr_set(): guard against deletion (indicated by a set call by Guido van Rossum · 23 years ago
  25. 2c25239 slot_tp_descr_get(): guard against NULL obj or type (bug reported by by Guido van Rossum · 23 years ago
  26. 91c0d8a getset_init(): make the arguments optional. by Guido van Rossum · 23 years ago
  27. 75a2f85 Last renamed module that wasn't removed yet. by Jack Jansen · 23 years ago
  28. 8967507 Back out trying to use the C values for CO_xxx. by Tim Peters · 23 years ago
  29. 4e2fbce Looks like someone forgot the change the expected output file. by Tim Peters · 23 years ago
  30. a365309 Add a test for the new // operator too. by Tim Peters · 23 years ago
  31. 26c7fa3 SF bug [#454456] int overflow code needs tests. by Tim Peters · 23 years ago
  32. 96685bf float_pow: Put *all* of the burden on the libm pow in normal by Tim Peters · 23 years ago
  33. 29a62dd Add new built-in type 'getset' (PyGetSet_Type). by Guido van Rossum · 23 years ago
  34. 0b13116 err_ovf(): only raise OverflowError when OverflowWarning was raised. by Guido van Rossum · 23 years ago
  35. 31960db int_pow(): Repair typo when passing on to float pow (the 2nd argument was by Tim Peters · 23 years ago
  36. f17efb9 Patch #449054 to implement PEP 250. The standard install directory for by Greg Ward · 23 years ago
  37. 971e069 Remove test_long's expected-output file. by Tim Peters · 23 years ago
  38. c266bb0 untabification by Fredrik Lundh · 23 years ago
  39. 78eedce updated to current PythonWare version (1.0b3). fixed type checks in by Fredrik Lundh · 23 years ago
  40. 84cc9bf Committing and closing SF patch #441348 to help Jython to pass this test. by Finn Bock · 23 years ago
  41. e98e462 Bump to version 1.3. Also document the new behavior of the chip widgets. by Barry Warsaw · 23 years ago
  42. 924ea05 Bump to version 1.3 by Barry Warsaw · 23 years ago
  43. e47e977 Implement some suggestions by Laura Creighton. by Barry Warsaw · 23 years ago
  44. cf144b0 Wrapper modules underound the toolbox modules, which now have an _ prepended. by Jack Jansen · 23 years ago
  45. 25a5bd7 Renamed. by Jack Jansen · 23 years ago
  46. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 23 years ago
  47. 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 23 years ago
  48. 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
  49. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  50. be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
  51. 0eb936b The MacOS module may be available on Mac OS X, but it doesn't have a SchedParams() method, and there's no need to call it anyway. by Jack Jansen · 23 years ago
  52. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
  53. acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 23 years ago
  54. e27f795 Change all case where we used to raise OverflowError to issue a by Guido van Rossum · 23 years ago
  55. 87780df When an inlined operation on two small ints causes overflow, don't by Guido van Rossum · 23 years ago
  56. ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
  57. 7c198d3 Add pynche's top-level txt files to Windows installer -- I don't believe by Tim Peters · 23 years ago
  58. edc9931 "The usual" post-release fiddling. by Tim Peters · 23 years ago
  59. 18b2ecf Add an item about Tim's new installer. This didn't make it into the by Barry Warsaw · 23 years ago
  60. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  61. 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
  62. 5ff41d1 indicate that the years for which the calendar function will work are by Skip Montanaro · 23 years ago
  63. 1a10aac make the gettmarg error message more correct by making it more vague ;-) by Skip Montanaro · 23 years ago
  64. 6f3410d More NEWS for 2.2a2. by Barry Warsaw · 23 years ago
  65. 32ce0cd Added a note about --enable-framework on Mac OS X. by Jack Jansen · 23 years ago
  66. 404e0b7 These long dead files somehow got revived. Killed them (but for how long? :-). by Jack Jansen · 23 years ago
  67. 0e53685 This file has been dead for aeons. I have no idea how it suddenly by Jack Jansen · 23 years ago
  68. 8320597 Enhancements: by Ka-Ping Yee · 23 years ago
  69. e81f447 This is supposed to help configure better sort out the various libdb by Skip Montanaro · 23 years ago
  70. d1ed15e A test of SSL support, using a roundabout method suggested by Guido. by Barry Warsaw · 23 years ago
  71. 7fdfc38 Use test_support.requires() to decide whether additional largefile by Barry Warsaw · 23 years ago
  72. 08fca52 Removed --have-resources flag in favor of the more granular -u/--use by Barry Warsaw · 23 years ago
  73. c0fb605 use_large_resources => use_resources by Barry Warsaw · 23 years ago
  74. cfb1675 SSL_dealloc(): Apply the change suggested in SF bug #425370 which by Barry Warsaw · 23 years ago
  75. 7c005af Whitespace normalization. by Tim Peters · 23 years ago
  76. 02035bc Test failed because these was no expected-output file, but always printed by Tim Peters · 23 years ago
  77. 16bb419 New \grammartoken markup, similar to \token but allowed everywhere. by Fred Drake · 23 years ago
  78. 2a274a7 Add another name. by Fred Drake · 23 years ago
  79. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  80. 18da1e1 Add test case to cover multiple future statements on separate lines of a module. by Jeremy Hylton · 23 years ago
  81. 8471a35 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  82. 1e35ce5 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  83. 07d8d64 Committing and closing SF patch #403671 by Finn Bock to help Jython by Barry Warsaw · 23 years ago
  84. 4533f60 add a few test cases for threading module. by Skip Montanaro · 23 years ago
  85. e428bb7 Added new BoundedSemaphore class. Closes bug 452836. by Skip Montanaro · 23 years ago
  86. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  87. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago
  88. 1ba6bad It will always be a string, because it is created just before this call. by Jeremy Hylton · 23 years ago
  89. 31d833d Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. by Fred Drake · 23 years ago
  90. 0e40c3d Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() by Fred Drake · 23 years ago
  91. a0f4369 Oops, these compatibility modules were missing. Which went unnoticed because their companions had been put in the wrong place. by Jack Jansen · 23 years ago
  92. 7586b04 Various toolbox modules were generated in lib-dynload accidentally by Jack Jansen · 23 years ago
  93. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  94. d0688eb Oops, this file shouldn't have been removed. by Jack Jansen · 23 years ago
  95. 914f9e9 The destination folder is now :Lib:lib-dynload by Jack Jansen · 23 years ago
  96. f60edf8 PATCHLEVEL is outdated, use PY_VERSION. by Jack Jansen · 23 years ago
  97. ad251c7 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  98. d39c246 Dynamic modules are now put in :Lib:lib-dynload by default. For the toolbox modules this is overridden to put them in :Mac:Lib:Carbon. by Jack Jansen · 23 years ago
  99. edb17c9 Compatibility modules. lib-compat is on the default sys.path for MacPython 2.2, and each of these modules imports * from its namesake in the Carbon package. by Jack Jansen · 23 years ago
  100. 63f6b49 Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package. by Jack Jansen · 23 years ago