1. 1e35ce5 Fix SF bug [ #450245 ] Error in parsing future stmts by Jeremy Hylton · 23 years ago
  2. 07d8d64 Committing and closing SF patch #403671 by Finn Bock to help Jython by Barry Warsaw · 23 years ago
  3. 4533f60 add a few test cases for threading module. by Skip Montanaro · 23 years ago
  4. e428bb7 Added new BoundedSemaphore class. Closes bug 452836. by Skip Montanaro · 23 years ago
  5. a7fc21b Silence warnings during test_os by Jeremy Hylton · 23 years ago
  6. cc8f44b Split "Extending & Embedding" into separate files, one per chapter. by Fred Drake · 23 years ago
  7. 1ba6bad It will always be a string, because it is created just before this call. by Jeremy Hylton · 23 years ago
  8. 31d833d Added documentation for BoundedSemaphore(), contributed by Skip Montanaro. by Fred Drake · 23 years ago
  9. 0e40c3d Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() by Fred Drake · 23 years ago
  10. 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
  11. 7586b04 Various toolbox modules were generated in lib-dynload accidentally by Jack Jansen · 23 years ago
  12. 29bb115 Clean up some argument profiles, enrich the docstring. by Eric S. Raymond · 23 years ago
  13. d0688eb Oops, this file shouldn't have been removed. by Jack Jansen · 23 years ago
  14. 914f9e9 The destination folder is now :Lib:lib-dynload by Jack Jansen · 23 years ago
  15. f60edf8 PATCHLEVEL is outdated, use PY_VERSION. by Jack Jansen · 23 years ago
  16. ad251c7 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  17. 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
  18. 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
  19. 63f6b49 Moved to either :Mac:Lib (WASTEconst and files that weren't generated) or to the Carbon package. by Jack Jansen · 23 years ago
  20. ab98ae9 The modules with toolbox constants. by Jack Jansen · 23 years ago
  21. 06eb422 Carbon is now a package encapsulating all the toolbox modules. Carbon is not by Jack Jansen · 23 years ago
  22. 52caac1 Moved here form lib-toolbox, for lack of a better place to go. by Jack Jansen · 23 years ago
  23. 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
  24. 42b1539 Step 1 in packaging the toolbox modules and making MacPython more by Jack Jansen · 23 years ago
  25. 106fcea Temporarily disabled the import hook. It breaks with the package-based by Jack Jansen · 23 years ago
  26. 25a68e1 Removed NEXT-NOTES, the NeXT is no longer supported. by Jack Jansen · 23 years ago
  27. a39ef86 Removed NeXT notes (replacing them with a line saying NeXT is no by Jack Jansen · 23 years ago
  28. 13dca1d Got rid of all the plugin xml files: they are generated, and by Jack Jansen · 23 years ago
  29. ae8454a of course I muffed it separating the notes code from the initial_value by Skip Montanaro · 23 years ago
  30. 8cb00e2 Avoid total dependency on the new module. This addresses the problem by Guido van Rossum · 23 years ago
  31. b446fc7 add debug calls to self._note for the Semaphore class. This closes bug by Skip Montanaro · 23 years ago
  32. dbec7d2 Improve Windows time.clock() blurb; was missing return type and unit. by Tim Peters · 23 years ago
  33. a6b9e3c Windows fiddling for 2.2a2: bump build number; update copyright and by Tim Peters · 23 years ago
  34. a92d16a SF patch #452239 by Gordon McMillan, to fix SF bug #451547. by Guido van Rossum · 23 years ago
  35. 9454ad7 Add dependencies for Python/thread.c on all of the header files that by Guido van Rossum · 23 years ago
  36. 112ea6b Inspired by Greg Stein's proposed simplification of the _closesocket by Guido van Rossum · 23 years ago
  37. aa32070 Expose the CO_xxx flags via the "new" module (re-solving a problem "the by Tim Peters · 23 years ago
  38. 95618b5 added warnings about security risk of using tmpnam and tempnam by Skip Montanaro · 23 years ago
  39. 50d756e Fix SF bug #443600: by Guido van Rossum · 23 years ago
  40. b60f2d0 Framework code for compilerlike scripts. by Eric S. Raymond · 23 years ago
  41. 81937a4 Resolve patch #449367. by Greg Stein · 23 years ago
  42. 6cb0d4c Add some fairly important file extensions: bmp css doc mid midi mp2 mp3 xls. by Ka-Ping Yee · 23 years ago
  43. 6b5a48d Initial check-in of cgitb. by Ka-Ping Yee · 23 years ago
  44. e5e5059 When the socket is closed, don't just assign 0 to self._sock. by Guido van Rossum · 23 years ago
  45. 241d69c Add a little introductory text. by Jeremy Hylton · 23 years ago
  46. ab427b8 Generate correct reprs for Mul, Add, etc. by Jeremy Hylton · 23 years ago
  47. ec5bfd1 Track removal of doc string from Module().nodes[0] by Jeremy Hylton · 23 years ago
  48. 8548f9b Add Yield() node by Jeremy Hylton · 23 years ago
  49. 4fd9e2f Remove the horrid generators hack from doctest.py. This relies on a by Tim Peters · 23 years ago
  50. ec92734 Add Yield() statement handler by Jeremy Hylton · 23 years ago
  51. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 23 years ago
  52. a8278cc The OSX framework Headers symlink pointed the wrong way. Fixed. by Jack Jansen · 23 years ago
  53. 6cd6a82 A fiddled version of the rest of Michael Hudson's SF patch by Tim Peters · 23 years ago
  54. 10d7255 Use raw-unicode-escape for the tests that require it. by Martin v. Löwis · 23 years ago
  55. 5d815f3 Address SF bug #442813. The sequence getitem wrappers should do by Guido van Rossum · 23 years ago
  56. 65d5d7f Add test for weak references. by Guido van Rossum · 23 years ago
  57. f86ddd2 Add note on type/class unification. by Guido van Rossum · 23 years ago
  58. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  59. 9676b22 Weak reference support, closing SF bug #451773. by Guido van Rossum · 23 years ago
  60. dbfe5e8 Document that uu.decode() will always raise a uu.Error if out_file by Barry Warsaw · 23 years ago
  61. d179570 Test that uu.py will not override an existing file if out_file isn't by Barry Warsaw · 23 years ago
  62. 59dae8a decode(): Raise a uu.Error if no out_file is given but the file by Barry Warsaw · 23 years ago
  63. de642bd A self-contained piece of Michael Hudson's patch by Tim Peters · 23 years ago
  64. b0a98e9 Address SF #451547. The approach is a bit draconian: any object that by Guido van Rossum · 23 years ago
  65. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  66. f759766 Another contributor's patch got accepted. by Guido van Rossum · 23 years ago
  67. 70297d3 Change the 227 response parser to use a more liberal regular by Guido van Rossum · 23 years ago
  68. 2dc0794 Make sure that ampersand escaping is still performed on the contents of by Fred Drake · 23 years ago
  69. 1a49350 type_new(): look for __dynamic__ at the module level (after looking in by Guido van Rossum · 23 years ago
  70. 7cb32ae Strip trailing whitespace, including two lines containing only one or by Guido van Rossum · 23 years ago
  71. 723aa97 - Get rid of obsolete #define PATCHLEVEL. by Guido van Rossum · 23 years ago
  72. 4066769 Fix core dump in repr() of instancemethod whose class==NULL. by Guido van Rossum · 23 years ago
  73. 84a79a8 classic(),metods(): add tests to verify that a bound method without a by Guido van Rossum · 23 years ago
  74. f23c41d instance_getattr2(): rewritten to remove unnecessary stuff and by Guido van Rossum · 23 years ago
  75. 9301876 classic(), methods(): add another test relating to unbound methods: by Guido van Rossum · 23 years ago
  76. cdf0d75 Instance methods: allow a NULL value for im_class. by Guido van Rossum · 23 years ago
  77. 7e1ff69 Add early binding of methods to the 2nd metaclass example. by Guido van Rossum · 23 years ago
  78. 309b566 metaclass(): add tests for metaclasses written in Python: one that by Guido van Rossum · 23 years ago
  79. 8d32c8b type_new(): only defer to the winning metatype if it's different from by Guido van Rossum · 23 years ago
  80. 4b046c2 Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it by Tim Peters · 23 years ago
  81. cb19976 fix_font(): Instead of using a long if/elsif cluster, use a bloody by Fred Drake · 23 years ago
  82. 457c419 Fix typo reported by Joonas Paalasmaa: dada-->data by Fred Drake · 23 years ago
  83. 739282d Re-write the description of the os.spawn*() functions, and cover the by Fred Drake · 23 years ago
  84. f6365e0 Added a test for module repr truncation when the package name is by Barry Warsaw · 23 years ago
  85. 501c7c7 classobject.c:instancemethod_descr_get(): when a bound method is by Guido van Rossum · 23 years ago
  86. 2907fe6 module_repr(): Instead of fixing the maximum buf size to 400, by Barry Warsaw · 23 years ago
  87. e791a64 If genpluginprojects is called from fullbuild we set the Python source directory to be the same as fullbuild uses (in stead of using the default sys.prefix). This fixes an issue Mark Day raised that you can't use fullbuild with one Python installation to build another one. by Jack Jansen · 23 years ago
  88. 214a0b13 init_sre(): Plug a little leak reported by Insure. by Barry Warsaw · 23 years ago
  89. 5aa3c4a Link readline module with ncurses in preference to termcap. [Bug ##441580] by Andrew M. Kuchling · 23 years ago
  90. db7aed5 [Patch #441691] preprocess() method for Borland C compiler. by Andrew M. Kuchling · 23 years ago
  91. 4d2dded test_descr started breaking in yet another way in the same place. by Tim Peters · 23 years ago
  92. 76e6963 Fix object_repr() to include the module (using the same rules as by Guido van Rossum · 23 years ago
  93. 3791838 New unit test for the mimetypes module, to avoid future regressions. by Fred Drake · 23 years ago
  94. c81a069 Another egregious error that copied the encodings info over the suffix by Fred Drake · 23 years ago
  95. c47016e Use (c)StringIO for collecting bytes. Fixes bug #451622. by Martin v. Löwis · 23 years ago
  96. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  97. 2f70455 Fixed a couple of minor formatting nits where lines were > 79 columns wide. by Barry Warsaw · 23 years ago
  98. b44740f select_select(): Closing bug #448351 the easy way, i.e. by changing by Barry Warsaw · 23 years ago
  99. c019ecb Bad bug: the MimeTypes.readfp() was supposed to take a file object as a by Fred Drake · 23 years ago
  100. 360e031 I should add that the previous checkin also added a slight by Guido van Rossum · 23 years ago