1. a965649 Wrap thread stuff in WITH_THREAD. Fixes #704641. by Martin v. Löwis · 21 years ago
  2. 52ae6f6 Fake bool API for Python 2.2. by Martin v. Löwis · 21 years ago
  3. 89feabc The socket module now always uses the _socketobject wrapper class, even on by Skip Montanaro · 21 years ago
  4. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 21 years ago
  5. 1269be5 - Added an is_scriptable method to test applications for having by Jack Jansen · 21 years ago
  6. 150753c The test for setpgrp having two arguments didn't actually test anything. by Jack Jansen · 21 years ago
  7. 7035c98 Move Mac/Windows specific expected skips from each platform list by Neal Norwitz · 21 years ago
  8. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  9. 043bbc7 Patch #707701: Expect '??' in event fields. Fixes #698517. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  10. 694570e Regenerated with the new way to get terminology (through AppleEvents), by Jack Jansen · 21 years ago
  11. 0fc192a - Prefer using events (in stead of poking around in resource files) to by Jack Jansen · 21 years ago
  12. 8307e02 Sometimes a class is used as a base class of itself. Obviously there's by Jack Jansen · 21 years ago
  13. d6ab153 On OSX the finder will return from an open() event before the application by Jack Jansen · 21 years ago
  14. d4885f8 Sigh: didn't catch all lists that needed to be sorted. Regenerated again. by Jack Jansen · 21 years ago
  15. 00c3483 Sigh: didn't catch all lists that needed to be sorted. by Jack Jansen · 21 years ago
  16. 9ddac3e make nt altsep forward slash - closes bug 709428 backport candidate by Skip Montanaro · 21 years ago
  17. 7377bec Regenerated (from resource files) with sorting version of gensuitemodule. by Jack Jansen · 21 years ago
  18. 03b9c91 - Sort various lists (list of events, OSA-classes, etc) before generating by Jack Jansen · 21 years ago
  19. c2a7f22 Minimal test suite of the generated packages in plat-mac/lib-scriptpackages. by Jack Jansen · 21 years ago
  20. a9d7142 Disable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317. by Martin v. Löwis · 21 years ago
  21. 4daacb1 Add test for setpgrp. Fixes #690317. by Martin v. Löwis · 21 years ago
  22. bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 21 years ago
  23. d9e213e Hide private names beginning with _ (but don't hide __special__ names). by Ka-Ping Yee · 21 years ago
  24. b38bbbd Make module lookup a little more robust (certain kinds of fiddling to by Ka-Ping Yee · 21 years ago
  25. e9638cc Move testing code into "if __name__ == '__main__'" so it's not run on import. by Ka-Ping Yee · 21 years ago
  26. 5b75c38 Factored out test for absolute jumps. by Raymond Hettinger · 21 years ago
  27. 6e5c179 4.1.5 by Gregory P. Smith · 21 years ago
  28. fe11d3e Adds support for the DBEnv->set_timeout() method. by Gregory P. Smith · 21 years ago
  29. 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 21 years ago
  30. 0e85e7a If GetAppTerminology fails (which seems to be the usual case on OSX?) by Jack Jansen · 21 years ago
  31. e159d58 Temporary bump of the version number. by Barry Warsaw · 21 years ago
  32. cd7051f typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  33. 8af5677 typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  34. 11cfbd6 Fix typo. by Walter Dörwald · 21 years ago
  35. a154262 Modified to accept a command line argument too. by Jack Jansen · 21 years ago
  36. 97951de Add two tests for simple error cases. by Walter Dörwald · 21 years ago
  37. f6f575a SF patch #707257: Improve code generation by Raymond Hettinger · 21 years ago
  38. 590fe02 CommandTests.testgetoutput(): by Thomas Wouters · 21 years ago
  39. 49754af Frank Vercruesse gave an okay on removing the copyright notice: by Jack Jansen · 21 years ago
  40. 8d24ee9 Refactoring: rename update_these_slots() into update_subclasses() and by Guido van Rossum · 21 years ago
  41. b39903b symtable_cellvar_offsets(): This leaked references to little integers by Tim Peters · 21 years ago
  42. cf76be0 Added a Mac note that EasyDialogs dialogs now bring the application to by Jack Jansen · 21 years ago
  43. 52fbe53 Allow floating point values in ProgressBar. by Jack Jansen · 21 years ago
  44. b46bebf Regenerated with Donovan Prestons patch #702620. by Jack Jansen · 21 years ago
  45. 7cb016d Not all objects have an _propdict and _privpropdict, so cater for that. by Jack Jansen · 21 years ago
  46. 51f8d38 Typo in comment. by Tim Peters · 21 years ago
  47. 7571a0f Improved new Py_TRACE_REFS gimmicks. by Tim Peters · 21 years ago
  48. a16b21f add comment about 2.2 compatibility dump empty TODO comment by Skip Montanaro · 21 years ago
  49. a11e4c1 SF patch #708201, unchecked return value in import.c by Jason Harper by Neal Norwitz · 21 years ago
  50. 29fd2ba Make private function and data static. by Neal Norwitz · 21 years ago
  51. bf9b244 slot_sq_contains(): This leaked a reference to the result of calling by Tim Peters · 21 years ago
  52. 36eb4df Refactored some of the Py_TRACE_REFS code. New private API function by Tim Peters · 21 years ago
  53. 3e40c7f Oops! Used a wrong preprocessor symbol. by Tim Peters · 21 years ago
  54. 78be799 When Py_TRACE_REFS is defined, a list of all live objects is maintained in by Tim Peters · 21 years ago
  55. 0529377 Correct error in last checkin noticed by Neal Norwitz. And some more. by Kurt B. Kaiser · 21 years ago
  56. 11c53e2 M PyShell.py M run.py by Kurt B. Kaiser · 21 years ago
  57. e51529d Improve error message handling. by Kurt B. Kaiser · 21 years ago
  58. df5126d Include Python.h first which defines _XOPEN_SOURCE by Neal Norwitz · 21 years ago
  59. 24fcd23 Back out previous change as discussed on python-checkins by Neal Norwitz · 21 years ago
  60. b84e6fa Stop creating empty CVS directories in the csv subtree. by Tim Peters · 21 years ago
  61. 1e942bd Add lib/mimelib.tex to dependencies by Neal Norwitz · 21 years ago
  62. 57c914c Lots of tweaks to make this work in the new setting. Not fully tested yet. by Jack Jansen · 21 years ago
  63. 8806d47 Tools to build a disk image with a binary installer for MacPython-OSX, by Jack Jansen · 21 years ago
  64. 5c83bb0 use os.path.realpath() instead of os.readlink() by Just van Rossum · 21 years ago
  65. bfa893f email is at version 2.5 now by Barry Warsaw · 21 years ago
  66. 5fe9ead Email version 2.5 -- I will now backport this to Python 2.2.3. by Barry Warsaw · 21 years ago
  67. a092ba1 Add PEP 307 section by Andrew M. Kuchling · 21 years ago
  68. a978e10 Add PEP305 section by Andrew M. Kuchling · 21 years ago
  69. c71bb97 Update datetime section a bit by Andrew M. Kuchling · 21 years ago
  70. f1ed934 _PyFloat_Pack4(): Removed needless call of floor(). by Tim Peters · 21 years ago
  71. bc4ded9 Give a better error message when a string of the wrong size is by Jack Jansen · 21 years ago
  72. 47345a7 Generate all the standard OSA suite packages. Has absolute pathname by Jack Jansen · 21 years ago
  73. 59cdbce Got rid of the "enum not found" interaction, and added code to allow by Jack Jansen · 21 years ago
  74. 714caa0 Allow gensuitemodule to be run non-interactively, from the OSX command by Jack Jansen · 21 years ago
  75. dd42edc Rename variables _seq to _it and seq to it, to emphasize that this is by Guido van Rossum · 21 years ago
  76. 6fa2dc7 Added _csv module, and getting rid of macfs. by Jack Jansen · 21 years ago
  77. bb829b7 Getting rid of macfs. by Jack Jansen · 21 years ago
  78. 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 21 years ago
  79. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 21 years ago
  80. 82ad32e only set $PYTHONHOME when building a standalone app. by Just van Rossum · 21 years ago
  81. 15624d8 Patch #681927 from Robin Dunn: add option to add shared libraries or by Just van Rossum · 21 years ago
  82. 718d307 Get locale module to build on aix4 by Neal Norwitz · 21 years ago
  83. 2deaddb Get rid of warning on IRIX by Neal Norwitz · 21 years ago
  84. 82d6195 Changed the DLL base-address assignment for _csv so it no longer by Tim Peters · 21 years ago
  85. 0d7ce4e Teach the Windows build & installer about the new csv module + DLL. by Tim Peters · 21 years ago
  86. b59798b Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx. by Neal Norwitz · 21 years ago
  87. 865400f /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. by Neal Norwitz · 21 years ago
  88. 7d81452 Prevent the pty test from hanging by setting an alarm. by Neal Norwitz · 21 years ago
  89. ef4b7ed Squash compiler wng about signed-vs-unsigned mismatch. by Tim Peters · 21 years ago
  90. e3d1df0 The message "*** skipping leakage tests ***" was causing the test to by Guido van Rossum · 21 years ago
  91. 0135b65 Add new CSV module to doc dependancies by Neal Norwitz · 21 years ago
  92. a0b3e6d add several people involved with PEP 305 and the csv package by Skip Montanaro · 21 years ago
  93. 2497982 add _csv build line by Skip Montanaro · 21 years ago
  94. 64a839e announce csv package by Skip Montanaro · 21 years ago
  95. 0ed2ae4 include the csv package during installation by Skip Montanaro · 21 years ago
  96. 5fbf836 include csv doc section - Fred, you may want to change the location by Skip Montanaro · 21 years ago
  97. ba9e978 build _csv extension module by Skip Montanaro · 21 years ago
  98. f823f11 forgot Cliff's sniffer by Skip Montanaro · 21 years ago
  99. b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 21 years ago
  100. 4cee220 - added example of using a comparison function with list.sort(), and by Fred Drake · 21 years ago