1. 9605c11 move constants out of transformer so that they can be shared with ast by Jeremy Hylton · 25 years ago
  2. 69e2c6e get_config_h_filename(): Support NT as well as Posix systems. by Fred Drake · 25 years ago
  3. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
  4. f0219ba Ditch .def file kludge for (much smaller) /export option kludge. by Greg Ward · 25 years ago
  5. da8d216 Protect against core dumps in gdbm: don't allow access by key once the by Fred Drake · 25 years ago
  6. a710d6e Added test case for accessing gsbm database by key after it's closed; by Fred Drake · 25 years ago
  7. ef6ceb6 Same patch (also by Mark Hammond) for this straggler project file as by Guido van Rossum · 25 years ago
  8. 1bea7ab Added 'libraries' option for use by the 'build_lib' command. Typo fix. by Greg Ward · 25 years ago
  9. 5f7c18e Run the 'build_lib' command before building extensions, if necessary. by Greg Ward · 25 years ago
  10. aaf27ee New command to build C (and C++, hopefully) libraries needed by extensions by Greg Ward · 25 years ago
  11. c185467 Tweaked various comments, docstrings, and error messages. by Greg Ward · 25 years ago
  12. 0d40ba4 Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: by Fred Drake · 25 years ago
  13. 0fdffcf rapid evolution towards producing real .pyc files (even though I don't by Jeremy Hylton · 25 years ago
  14. 1fdae12 Added a simple test program to disassemble a file, invoked as __main__. by Guido van Rossum · 25 years ago
  15. 4b8c6ea Actually, the previous batch's comment should have been different; by Guido van Rossum · 25 years ago
  16. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 25 years ago
  17. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  18. 8b6323d checking in initial weekend's work by Jeremy Hylton · 25 years ago
  19. 106a02d make p2c a package by Jeremy Hylton · 25 years ago
  20. f968e85 three files from the p2c cvs tree. the message here indicates the by Jeremy Hylton · 25 years ago
  21. 7f0fb0b Improved an error message. by Greg Ward · 25 years ago
  22. ef6f515 Changed 'compile()' method to compile files one-at-a-time -- gives better by Greg Ward · 25 years ago
  23. 4310deb Mark Hammond renames the x86 projects back to what they were named by Guido van Rossum · 25 years ago
  24. 2bb43a2 The dircmp module is now obsolete. by Fred Drake · 25 years ago
  25. d89ffeb These modules are now declared obsolete. by Fred Drake · 25 years ago
  26. ff48418 According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
  27. 9c6ba9b According to Harri Pasanen, the Solaris+gcc test for LINKFORSHARED by Guido van Rossum · 25 years ago
  28. 43265be # module filecmp by Guido van Rossum · 25 years ago
  29. 75a7959 In _fileobject, optimize read() a bit (it could be really slow), and by Guido van Rossum · 25 years ago
  30. 823e91c Optimize abspath() slightly for the case that win32api can't be by Guido van Rossum · 25 years ago
  31. 5606801 Make read() and readlines() conform more to the file object interface: by Guido van Rossum · 25 years ago
  32. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  33. 113e70e Patch from Joe Van Andel: fix arg to % operator in warning. by Greg Ward · 25 years ago
  34. a0ca3f2 Comment fix. by Greg Ward · 25 years ago
  35. 3c8baed Sjoerd Mullender writes: by Guido van Rossum · 25 years ago
  36. a664dbb Added docstring to crypt.crypt() based on the documentation. by Fred Drake · 25 years ago
  37. b3d3956 The initialization of posix_putenv_garbage should only be done when it by Guido van Rossum · 25 years ago
  38. d1466b9 Allow either README or README.txt as a "standard file". by Greg Ward · 25 years ago
  39. a002edc Fixed broken list extend in 'copy_tree()'. by Greg Ward · 25 years ago
  40. 37bc815 Added 'description' class attribute to every command class (to help the by Greg Ward · 25 years ago
  41. 4c67936 Added 'dist' command. by Greg Ward · 25 years ago
  42. f0fd617 Improvements to the help system: by Greg Ward · 25 years ago
  43. 7478a48 Added missing run of corresponding 'build' command. by Greg Ward · 25 years ago
  44. 4377a1a Big oops: macfs has always been using a private exception but calling it mac.error. by Jack Jansen · 25 years ago
  45. 0475104 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. by Jack Jansen · 25 years ago
  46. 6448c35 Build the Nav module too. by Jack Jansen · 25 years ago
  47. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  48. a4596a4 Trent Mick: Setup PC configuration so that MSDEV chooses the x86 by Guido van Rossum · 25 years ago
  49. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  50. bffd683 The rest of the changes by Trent Mick and Dale Nagata for warning-free by Guido van Rossum · 25 years ago
  51. e0a928d Fix some broken links. by Guido van Rossum · 25 years ago
  52. 72ca1b3 Changes by Trent Mick (of ActiveState) and Dale Nagata to support by Guido van Rossum · 25 years ago
  53. f158887 Two patches from Jack Jansen: by Guido van Rossum · 25 years ago
  54. 6d7e47b EXPERIMENTAL by Jeremy Hylton · 25 years ago
  55. 331f19e Change two occurrences of type(x) <> types.CodeType into by Guido van Rossum · 25 years ago
  56. fca049d Made all textfields in message and question boxes minimal height and invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. by Jack Jansen · 25 years ago
  57. 9f200cb Fix indentation bug. by Greg Ward · 25 years ago
  58. 3b49c9b Catch OSError from 'spawnv()' in '_spawn_nt()'. by Greg Ward · 25 years ago
  59. 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
  60. 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
  61. 1b3a9af Added missing import. by Greg Ward · 25 years ago
  62. cbeca7b Added code to use Jim Ahlstrom's zipfile.py module if the external zip by Greg Ward · 25 years ago
  63. c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
  64. c27d800 Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' by Greg Ward · 25 years ago
  65. 7c463ef Ditch unneeded imports. by Greg Ward · 25 years ago
  66. 1d2b23e Fix by Nick Russo in processing of timezone in test program; the by Guido van Rossum · 25 years ago
  67. 947a0fa According to Ron Bickers, and with apparent approval of Chris by Guido van Rossum · 25 years ago
  68. 5c6634c - Actually _implemented_ SetFolder() by Jack Jansen · 25 years ago
  69. 2c6cf97 Handling of defaultLocation argument was wrong, causing a crash when used. Fixed. by Jack Jansen · 25 years ago
  70. 3d6163a List objects obtained through as_List(resource) are not auto-disposed upon by Jack Jansen · 25 years ago
  71. 8242c9e Get/set sys.path initializer in new appearance way. by Jack Jansen · 25 years ago
  72. a400d8a Fix a bug in exec_statement() noted incidentally by Tim Peters in by Guido van Rossum · 25 years ago
  73. b2b42dd The functions asctime() and mktime() are documented to take a 9-tuple by Guido van Rossum · 25 years ago
  74. 687ef6e On Linux, one sometimes sees spurious errors after interrupting by Guido van Rossum · 25 years ago
  75. 7b7679e 'newer_group()' can now deal with missing files, in a way specified by by Greg Ward · 25 years ago
  76. c9f3187 Abstracted '_fix_link_args()' out of 'link_shared_object()'. by Greg Ward · 25 years ago
  77. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 25 years ago
  78. e9436da Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. by Greg Ward · 25 years ago
  79. d08833f Two constants were missing. by Jack Jansen · 25 years ago
  80. 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
  81. d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
  82. f23aa1e redesign/rebuild around the ImportManager concept. by Greg Stein · 25 years ago
  83. bb05b25 CW Pro 5.3 projects. by Jack Jansen · 25 years ago
  84. e1a79b9 setup_confname_table(): Use size_t instead of int for an index when by Fred Drake · 25 years ago
  85. f7ac1d3 Nasty error: handle parameters are passed by _address_ to SetControlData. by Jack Jansen · 25 years ago
  86. 1c252bf Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING by Jack Jansen · 25 years ago
  87. e721f3d Modified for new dll import source organisation by Greg. by Jack Jansen · 25 years ago
  88. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  89. b9247d3 Oops, forgot & in ParseTuple argument in ControlGetDataHandle. by Jack Jansen · 25 years ago
  90. 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
  91. 71017e5 updated copyright string by Just van Rossum · 25 years ago
  92. 57072eb Implement the other easy thing: repr() of a float now uses %.17g, by Guido van Rossum · 25 years ago
  93. 9093834 Added item about specific missing entries in the C API manual. by Fred Drake · 25 years ago
  94. 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
  95. 121ee27 long_format(): Now takes a third parameter, addL; iff true, a by Fred Drake · 25 years ago
  96. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  97. b06007a Added a reference to oldPICTbrowse.py. by Jack Jansen · 25 years ago
  98. 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
  99. 6a6db07 Partially converted to Appearance, the dialog still has the old ugly layout and by Jack Jansen · 25 years ago
  100. d2bf68f Converted to Appearance. by Jack Jansen · 25 years ago