1. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 23 years ago
  2. 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 23 years ago
  3. 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
  4. 88e0b5b SF patch #454553 by Walter Dörwald: auto-guess content-type header for ftp urls. by Guido van Rossum · 23 years ago
  5. be92af0 Don't make even the _slightest_ modification between test and checkin, by Jack Jansen · 23 years ago
  6. 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
  7. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
  8. acc21d8 Ignore OverflowWarning by default. To enable the warning, use by Guido van Rossum · 23 years ago
  9. e27f795 Change all case where we used to raise OverflowError to issue a by Guido van Rossum · 23 years ago
  10. 87780df When an inlined operation on two small ints causes overflow, don't by Guido van Rossum · 23 years ago
  11. ae347b3 Introduce OverflowWarning -- to be issued when short int operations by Guido van Rossum · 23 years ago
  12. 7c198d3 Add pynche's top-level txt files to Windows installer -- I don't believe by Tim Peters · 23 years ago
  13. edc9931 "The usual" post-release fiddling. by Tim Peters · 23 years ago
  14. 18b2ecf Add an item about Tim's new installer. This didn't make it into the by Barry Warsaw · 23 years ago
  15. 60f0188 Merge changes from r22a2-branch back into trunk. Also, change patch by Barry Warsaw · 23 years ago
  16. 0f10f84 indicate that mktime is platform-dependent. See SF bug 434143. by Skip Montanaro · 23 years ago
  17. 5ff41d1 indicate that the years for which the calendar function will work are by Skip Montanaro · 23 years ago
  18. 1a10aac make the gettmarg error message more correct by making it more vague ;-) by Skip Montanaro · 23 years ago
  19. 6f3410d More NEWS for 2.2a2. by Barry Warsaw · 23 years ago
  20. 32ce0cd Added a note about --enable-framework on Mac OS X. by Jack Jansen · 23 years ago
  21. 404e0b7 These long dead files somehow got revived. Killed them (but for how long? :-). by Jack Jansen · 23 years ago
  22. 0e53685 This file has been dead for aeons. I have no idea how it suddenly by Jack Jansen · 23 years ago
  23. 8320597 Enhancements: by Ka-Ping Yee · 23 years ago
  24. e81f447 This is supposed to help configure better sort out the various libdb by Skip Montanaro · 23 years ago
  25. d1ed15e A test of SSL support, using a roundabout method suggested by Guido. by Barry Warsaw · 23 years ago
  26. 7fdfc38 Use test_support.requires() to decide whether additional largefile by Barry Warsaw · 23 years ago
  27. 08fca52 Removed --have-resources flag in favor of the more granular -u/--use by Barry Warsaw · 23 years ago
  28. c0fb605 use_large_resources => use_resources by Barry Warsaw · 23 years ago
  29. cfb1675 SSL_dealloc(): Apply the change suggested in SF bug #425370 which by Barry Warsaw · 23 years ago
  30. 7c005af Whitespace normalization. by Tim Peters · 23 years ago
  31. 02035bc Test failed because these was no expected-output file, but always printed by Tim Peters · 23 years ago
  32. 16bb419 New \grammartoken markup, similar to \token but allowed everywhere. by Fred Drake · 23 years ago
  33. 2a274a7 Add another name. by Fred Drake · 23 years ago
  34. 029acfb Deal more appropriately with bare ampersands and pointy brackets; this by Fred Drake · 23 years ago
  35. 18da1e1 Add test case to cover multiple future statements on separate lines of a module. by Jeremy Hylton · 23 years ago
  36. 8471a35 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  37. 1e35ce5 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  38. 07d8d64 Committing and closing SF patch #403671 by Finn Bock to help Jython by Barry Warsaw · 23 years ago
  39. 4533f60 add a few test cases for threading module. by Skip Montanaro · 23 years ago
  40. e428bb7 Added new BoundedSemaphore class. Closes bug 452836. by Skip Montanaro · 23 years ago
  41. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  42. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago
  43. 1ba6bad It will always be a string, because it is created just before this call. by Jeremy Hylton · 23 years ago
  44. 31d833d Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. by Fred Drake · 23 years ago
  45. 0e40c3d Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() by Fred Drake · 23 years ago
  46. 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
  47. 7586b04 Various toolbox modules were generated in lib-dynload accidentally by Jack Jansen · 23 years ago
  48. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  49. d0688eb Oops, this file shouldn't have been removed. by Jack Jansen · 23 years ago
  50. 914f9e9 The destination folder is now :Lib:lib-dynload by Jack Jansen · 23 years ago
  51. f60edf8 PATCHLEVEL is outdated, use PY_VERSION. by Jack Jansen · 23 years ago
  52. ad251c7 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  53. 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
  54. 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
  55. 63f6b49 Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package. by Jack Jansen · 23 years ago
  56. ab98ae9 The modules with toolbox constants. by Jack Jansen · 23 years ago
  57. 06eb422 Carbon is now a package encapsulating all the toolbox modules. Carbon is not by Jack Jansen · 23 years ago
  58. 52caac1 Moved here form lib-toolbox, for lack of a better place to go. by Jack Jansen · 23 years ago
  59. d0fc42f Moved here from lib-toolbox, where they should never have been in the first place (all the other stuff there wa generated with bgen). by Jack Jansen · 23 years ago
  60. 42b1539 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  61. 106fcea Temporarily disabled the import hook. It breaks with the package-based by Jack Jansen · 23 years ago
  62. 25a68e1 Removed NEXT-NOTES, the NeXT is no longer supported. by Jack Jansen · 23 years ago
  63. a39ef86 Removed NeXT notes (replacing them with a line saying NeXT is no by Jack Jansen · 23 years ago
  64. 13dca1d Got rid of all the plugin xml files: they are generated, and by Jack Jansen · 23 years ago
  65. ae8454a of course I muffed it separating the notes code from the initial_value by Skip Montanaro · 23 years ago
  66. 8cb00e2 Avoid total dependency on the new module. This addresses the problem by Guido van Rossum · 23 years ago
  67. b446fc7 add debug calls to self._note for the Semaphore class. This closes bug by Skip Montanaro · 23 years ago
  68. dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
  69. a6b9e3c Windows fiddling for 2.2a2: bump build number; update copyright and by Tim Peters · 23 years ago
  70. a92d16a SF patch #452239 by Gordon McMillan, to fix SF bug #451547. by Guido van Rossum · 23 years ago
  71. 9454ad7 Add dependencies for Python/thread.c on all of the header files that by Guido van Rossum · 23 years ago
  72. 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
  73. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  74. 95618b5 added warnings about security risk of using tmpnam and tempnam by Skip Montanaro · 23 years ago
  75. 50d756e Fix SF bug #443600: by Guido van Rossum · 23 years ago
  76. b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
  77. 81937a4 Resolve patch #449367. by Greg Stein · 23 years ago
  78. 6cb0d4c Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. by Ka-Ping Yee · 23 years ago
  79. 6b5a48d Initial check-in of cgitb. by Ka-Ping Yee · 23 years ago
  80. e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
  81. 241d69c Add a little introductory text. by Jeremy Hylton · 23 years ago
  82. ab427b8 Generate correct reprs for Mul, Add, etc. by Jeremy Hylton · 23 years ago
  83. ec5bfd1 Track removal of doc string from Module().nodes[0] by Jeremy Hylton · 23 years ago
  84. 8548f9b Add Yield() node by Jeremy Hylton · 23 years ago
  85. 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
  86. ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
  87. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  88. a8278cc The OSX framework Headers symlink pointed the wrong way. Fixed. by Jack Jansen · 23 years ago
  89. 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
  90. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  91. 5d815f3 Address SF bug #442813. The sequence getitem wrappers should do by Guido van Rossum · 23 years ago
  92. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  93. f86ddd2 Add note on type/class unification. by Guido van Rossum · 23 years ago
  94. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  95. 9676b22 Weak reference support, closing SF bug #451773. by Guido van Rossum · 23 years ago
  96. dbfe5e8 Document that uu.decode() will always raise a uu.Error if out_file by Barry Warsaw · 23 years ago
  97. d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
  98. 59dae8a decode(): Raise a uu.Error if no out_file is given but the file by Barry Warsaw · 23 years ago
  99. de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
  100. b0a98e9 Address SF #451547. The approach is a bit draconian: any object that by Guido van Rossum · 23 years ago