1. 3d6163a List objects obtained through as_List(resource) are not auto-disposed upon by Jack Jansen · 25 years ago
  2. 8242c9e Get/set sys.path initializer in new appearance way. by Jack Jansen · 25 years ago
  3. a400d8a Fix a bug in exec_statement() noted incidentally by Tim Peters in by Guido van Rossum · 25 years ago
  4. b2b42dd The functions asctime() and mktime() are documented to take a 9-tuple by Guido van Rossum · 25 years ago
  5. 687ef6e On Linux, one sometimes sees spurious errors after interrupting by Guido van Rossum · 25 years ago
  6. 7b7679e 'newer_group()' can now deal with missing files, in a way specified by by Greg Ward · 25 years ago
  7. c9f3187 Abstracted '_fix_link_args()' out of 'link_shared_object()'. by Greg Ward · 25 years ago
  8. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 25 years ago
  9. e9436da Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. by Greg Ward · 25 years ago
  10. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  11. 205b435 Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. by Jack Jansen · 25 years ago
  12. d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
  13. f23aa1e redesign/rebuild around the ImportManager concept. by Greg Stein · 25 years ago
  14. bb05b25 CW Pro 5.3 projects. by Jack Jansen · 25 years ago
  15. e1a79b9 setup_confname_table(): Use size_t instead of int for an index when by Fred Drake · 25 years ago
  16. f7ac1d3 Nasty error: handle parameters are passed by _address_ to SetControlData. by Jack Jansen · 25 years ago
  17. 1c252bf Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING by Jack Jansen · 25 years ago
  18. e721f3d Modified for new dll import source organisation by Greg. by Jack Jansen · 25 years ago
  19. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  20. b9247d3 Oops, forgot & in ParseTuple argument in ControlGetDataHandle. by Jack Jansen · 25 years ago
  21. 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
  22. 71017e5 updated copyright string by Just van Rossum · 25 years ago
  23. 57072eb Implement the other easy thing: repr() of a float now uses %.17g, by Guido van Rossum · 25 years ago
  24. 9093834 Added item about specific missing entries in the C API manual. by Fred Drake · 25 years ago
  25. 24073ea changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr by Just van Rossum · 25 years ago
  26. 121ee27 long_format(): Now takes a third parameter, addL; iff true, a by Fred Drake · 25 years ago
  27. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  28. b06007a Added a reference to oldPICTbrowse.py. by Jack Jansen · 25 years ago
  29. 3b23ed9 Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes. by Jack Jansen · 25 years ago
  30. 6a6db07 Partially converted to Appearance, the dialog still has the old ugly layout and by Jack Jansen · 25 years ago
  31. d2bf68f Converted to Appearance. by Jack Jansen · 25 years ago
  32. a1a0fef Unified handle-conversion scheme to by Jack Jansen · 25 years ago
  33. 7b91212 Adjusted apply() docstring based on comments from Gerrit Holl by Fred Drake · 25 years ago
  34. fbff97a Don't call len() if the value is already cached! Caught by Gerrit by Fred Drake · 25 years ago
  35. 8972dfd For ZlibError and ZLIB_VERSION, only attempt to add entry to the by Fred Drake · 25 years ago
  36. 96a8fb7 Cleanup patches from Greg Stein: by Guido van Rossum · 25 years ago
  37. 6a90b5e Removed a couple of items that got done(!). by Fred Drake · 25 years ago
  38. 76e6da3 Document GetoptError and label error an alias. by Fred Drake · 25 years ago
  39. 80c33e5 Contribution from Gerrit Holl: by Guido van Rossum · 25 years ago
  40. b9bdfc6 Document 1.5.2+ aspects of the NotANumber exception. (Note that this by Fred Drake · 25 years ago
  41. 89ab163 Document that the |mode| parameter to open() is optional and explain how by Fred Drake · 25 years ago
  42. 96b5ee8 Vladimir Marangozov: by Guido van Rossum · 25 years ago
  43. 5731575 Added setargv.obj to the link link. by Guido van Rossum · 25 years ago
  44. 90e0f57 Add dynload_win.c to project. by Guido van Rossum · 25 years ago
  45. 9f9fa6d Add HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  46. 9528886 For Windows, need to add #include <windows.h>. by Guido van Rossum · 25 years ago
  47. 313a3e3 Fix typo in docstring: wbites -> wbits by Andrew M. Kuchling · 25 years ago
  48. e97ee18 Changes to auto-detect the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
  49. 6f13e9a Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). by Guido van Rossum · 25 years ago
  50. 85d8be5 Define HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  51. db3ec1b Support for selecting the correct dynload_<platform>.c file. by Guido van Rossum · 25 years ago
  52. ed1170e In _PyImport_Init(), dynamically construct the table of legal suffixes by Guido van Rossum · 25 years ago
  53. 9f65081 Some rearrangements for the importdl.c restructuring. by Guido van Rossum · 25 years ago
  54. 6ea9092 Moved most of the platform-specific code to dynload_<platform>.c files. by Guido van Rossum · 25 years ago
  55. 22a1d36 The old platform-specific contents of importdl.c, broken down into one by Guido van Rossum · 25 years ago
  56. 72badf5 The cleanup code in com-init() at label fail_0000 should remove by Guido van Rossum · 25 years ago
  57. e9c69bc Support keys that have a Handle as parameter, by using the new GetControlDataHandle and SetControlDataHandle methods. by Jack Jansen · 25 years ago
  58. 1f9249c Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for by Jack Jansen · 25 years ago
  59. 54b9ce1 StandardFile compatability routines. For the time being calling macfsn._install() by Jack Jansen · 25 years ago
  60. 97e0ae2 Increase applet minimal memory size by a megabyte. by Jack Jansen · 25 years ago
  61. 77abc43 Added a line about passing None as eventProc to the docstring to get movable by Jack Jansen · 25 years ago
  62. cd3d7cc PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. by Jack Jansen · 25 years ago
  63. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  64. a07431f Finished (I think), but only very lightly tested. Should now have full interface: all by Jack Jansen · 25 years ago
  65. 8542b2e Project for Nav module. by Jack Jansen · 25 years ago
  66. da261e6 Added Nav by Jack Jansen · 25 years ago
  67. e1a45b3 Allow keyword arguments, and the dialog is now actually shown. No way to by Jack Jansen · 25 years ago
  68. 2865387 Added Nav module by Jack Jansen · 25 years ago
  69. 4e08379 Patch and new file by Geoff Furnish for C++ compilation. by Guido van Rossum · 25 years ago
  70. 9501219 Patch by Geoff Furnish to make compiling with C++ more gentle. by Guido van Rossum · 25 years ago
  71. ec3cacc Regenerated after new acconfig.h. by Guido van Rossum · 25 years ago
  72. c6f6df3 Correct stupid typo (HAVE_GETHOSTBTNAME). by Guido van Rossum · 25 years ago
  73. e91a29d Navigation Services module. Started from scratch, as Joe's module exported too little for my needs. by Jack Jansen · 25 years ago
  74. 9d46b9c When emitting a command-line error message, *say* it's an error. by Greg Ward · 25 years ago
  75. ad83f04 Catch errors from 'rmtree' and emit a warning. by Greg Ward · 25 years ago
  76. 88f6ca2 Document getgroups(), getlogin(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  77. bec628d Rip out the code to check the ordering of the tables used to map by Fred Drake · 25 years ago
  78. c15e43a Fixed menu glyph stuff. Use MenuEvent in stead of MenuKey. by Jack Jansen · 25 years ago
  79. 8a9fdff Added kind resources (in US-english and dutch, sigh). by Jack Jansen · 25 years ago
  80. d86ed29 Added table entries for Irix 6.5 names for confstr()/sysconf()/ by Fred Drake · 25 years ago
  81. 1a5eb04 Fixed buglet in Application.do_suspendresume(), it took the wrong flag to determine suspend/resume -- jvr by Just van Rossum · 25 years ago
  82. 153a27c do_strip(): Fixed cut-and-paste error; this function should check for by Barry Warsaw · 25 years ago
  83. cd97576 Only set msg.fp to None when there are no extra arguments; if there by Guido van Rossum · 25 years ago
  84. 12c6e2d Added support for getlogin(); does *not* use getlogin_r() where by Fred Drake · 25 years ago
  85. f581db1 Remove test for getlogin_r(); the interface is not clearly defined, at by Fred Drake · 25 years ago
  86. 3bb3e57 Added detection of getlogin() and getlogin_r(). by Fred Drake · 25 years ago
  87. b1b78d8 Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. by Jack Jansen · 25 years ago
  88. 13681b7 If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys, char [, glyph]). by Jack Jansen · 25 years ago
  89. 1836dbe Regenerated now that bgen can handle a few more constructs in constant definitions. by Jack Jansen · 25 years ago
  90. d16b5ab Markup consistency nits that Guido didn't check. ;-) by Fred Drake · 25 years ago
  91. 5f7a28c Doc update from Piers Lauder see changes for imaplib.py version 2.16. by Guido van Rossum · 25 years ago
  92. 8c06221 V 2.16 from Piers: by Guido van Rossum · 25 years ago
  93. 97798b1 Use 'search', not 'match', on filename pattern regexes. by Greg Ward · 25 years ago
  94. 71f00fb Removed debugging prints. by Fred Drake · 25 years ago
  95. c968092 Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), by Fred Drake · 25 years ago
  96. 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  97. 60429e0 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago
  98. a4deef8 C-style comments removed (again). by Jack Jansen · 25 years ago
  99. 30f2080 Methods {Get,Set}ControlData that know about data types passed for the various by Jack Jansen · 25 years ago
  100. 871a889 Fixed the password dialog to use a password control. by Jack Jansen · 25 years ago