1. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 26 years ago
  2. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 26 years ago
  3. c7b72db Added chapter on Windows modules, including msvcrt and winsound. by Fred Drake · 26 years ago
  4. a5fab7f Added some files to the library reference. by Fred Drake · 26 years ago
  5. abfd7d6 Small grammatical fix; missing comma. by Fred Drake · 26 years ago
  6. 295fb43 Make it clear that Demo/embed/ is from the source distribution. by Fred Drake · 26 years ago
  7. beb27bf Make navigation panels more CSS-friendly. by Fred Drake · 26 years ago
  8. d14e973 Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not by Guido van Rossum · 26 years ago
  9. e96a31d Use the same markup for email addresses as is produced by using \email by Fred Drake · 26 years ago
  10. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 26 years ago
  11. ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 26 years ago
  12. b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). by Guido van Rossum · 26 years ago
  13. cce8d2a Adjust cellspacing attribute of the navigation bar tables to get some by Fred Drake · 26 years ago
  14. 3c7ce60 Updated for new folder layout (but not fully tested yet). by Jack Jansen · 26 years ago
  15. 72a027f Replaced .hqx project file by binary version, and updated to current CW. by Jack Jansen · 26 years ago
  16. 68ecab4 Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile. by Jack Jansen · 26 years ago
  17. 6f9dd5d Remove stuff related to copying the icons directory around -- just isn't needed. by Fred Drake · 26 years ago
  18. b8a7d72 Moved icons into the html directory to avoid pollution of the top level. by Fred Drake · 26 years ago
  19. 6b6e61d (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  20. 66b989c Be explicit about the reference count of the original value of the by Fred Drake · 26 years ago
  21. 4d33e4e HTMLBASE: New variable. Make it easier to check an "installed" copy by Fred Drake · 26 years ago
  22. efa641c Add an optional parameter to make the script run latex only once to by Fred Drake · 26 years ago
  23. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 26 years ago
  24. aa1afa8 Added availability notes for samefile(), sameopenfile(), samestat() by Fred Drake · 26 years ago
  25. 5d59d3d Added --l2h-config option to add additional initialization files for by Fred Drake · 26 years ago
  26. ec9fbe9 Added section "Providing a C API for an Extension Module" by Konrad Hinsen. by Fred Drake · 26 years ago
  27. efd146c Markup nits. by Fred Drake · 26 years ago
  28. 69d49d6 Set target. by Fred Drake · 26 years ago
  29. 98cc19f Patch by Chris Petrilli to display the origin of a module in its by Guido van Rossum · 26 years ago
  30. e784f1e Add PyModule_GetFilename(). by Guido van Rossum · 26 years ago
  31. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 26 years ago
  32. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  33. f32834c Minor fix that helps out with the index. by Fred Drake · 26 years ago
  34. 9474d86 Make sure all HTML pages generated from this section have reasonable names. by Fred Drake · 26 years ago
  35. 5761b76 L2HARGS: Specify the HTML version we're producing, since this is what by Fred Drake · 26 years ago
  36. 2d2b6a0 Markup nits. by Fred Drake · 26 years ago
  37. 99cd573 Minor markup nits. by Fred Drake · 26 years ago
  38. 7b84972 Use the shorter form of Christopher Petrilli's email address. by Fred Drake · 26 years ago
  39. 28bc711 Added section for MimeWriter, contributed by Christopher Petrilli by Fred Drake · 26 years ago
  40. f7bf3b2 Added entry for MimeWriter module. by Fred Drake · 26 years ago
  41. 15799ed Make table headers the same color as the navigation bars so they stand by Fred Drake · 26 years ago
  42. 7a9ed71 Moved the navigation-bar background color to a variable. by Fred Drake · 26 years ago
  43. 26b698f Document <complex #>.conjugate(). by Fred Drake · 26 years ago
  44. 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 26 years ago
  45. 72ce858 Fix by Chris Petrilli (to his own code) to limit the number of by Guido van Rossum · 26 years ago
  46. 561df24 Changed case on cm and qt modules, removed last references to toolboxmodules. by Jack Jansen · 26 years ago
  47. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 26 years ago
  48. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 26 years ago
  49. a598bc4 Updated for the new one-slb-per-extension scheme. by Jack Jansen · 26 years ago
  50. b92268a Added AskPassword() with same interface as AskString. By Steve Majewski with some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. by Jack Jansen · 26 years ago
  51. eef0486 Try a new commit, hoping it'll fix the problems with this project on flap. by Jack Jansen · 26 years ago
  52. 2e1ee3e Fix up some routines to coordinate the "indexsubitem" stuff so that by Fred Drake · 26 years ago
  53. 72e5a90 Remove unnecessary <p> from top navigation bar. by Fred Drake · 26 years ago
  54. ec5c0b4 Revert previous change; there's a better way to do it. by Fred Drake · 26 years ago
  55. 00f7da4 Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! by Guido van Rossum · 26 years ago
  56. 49fc666 Use typeFloat for all floating point values. The previously used by Jack Jansen · 26 years ago
  57. ca74da4 Got rid of the file-global PosixError. This was redundant since it by Barry Warsaw · 26 years ago
  58. 95474f9 Change the navigation bar to be a little prettier and more consistent by Fred Drake · 26 years ago
  59. 2e7840f The usual. by Guido van Rossum · 26 years ago
  60. 01b7ced On Windows, -i shouldn't call set[v]buf(stdin, ...) because it screws by Guido van Rossum · 26 years ago
  61. 446ab75 New blank icon to match the others in size & color, with without any by Fred Drake · 26 years ago
  62. 2d1f81e do_cmd_maketitle(): Small nit in creating the "title page". by Fred Drake · 26 years ago
  63. 1a4c539 Back out some of the fine tuning; something in all that interacted by Fred Drake · 26 years ago
  64. d1f66dc Fix buglet in load_put -- the test for bad readline result tested the by Guido van Rossum · 26 years ago
  65. c54367a Uwe Zessin. by Guido van Rossum · 26 years ago
  66. ec119a3 Don't crash if a window no longer exists. by Guido van Rossum · 26 years ago
  67. 5ec13c5 Restructured a bit. by Guido van Rossum · 26 years ago
  68. 7d83a5e The variable TESTPATH should be initialized to empty. by Guido van Rossum · 26 years ago
  69. ce67f06 Update documentation to reflect changes to Queue.py by Tim Peters. by Guido van Rossum · 26 years ago
  70. 9e1721f Tim Peters: by Guido van Rossum · 26 years ago
  71. 68de064 The writelines() function was never tested and contained numerous bugs by Guido van Rossum · 26 years ago
  72. c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 26 years ago
  73. 7f1653c new dangerous script: it removes all apps (except sys.executable), shared libs, (x)SYM files and xxx Data folders (in case xxx.prj exists) -- jvr by Just van Rossum · 26 years ago
  74. e058189 Added Ctl.as_Control and Menu.as_Menu methods, which take a resource as by Jack Jansen · 26 years ago
  75. b068789 Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  76. fd44e3d Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  77. fa155a1 Don't create symlinks to toolbox modules any more. by Jack Jansen · 26 years ago
  78. 496cae7 Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. by Jack Jansen · 26 years ago
  79. 6d3d6e4 Added Extensions:img:Mac to default sys.path by Jack Jansen · 26 years ago
  80. 6c45a82 - img modules are no longer in PlugIns folder by Jack Jansen · 26 years ago
  81. 8eea5ba img modules are no longer in PlugIns folder. by Jack Jansen · 26 years ago
  82. 8f81a22 Some weird symbol (M_I386) was used to decide whether to include the by Guido van Rossum · 26 years ago
  83. d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 26 years ago
  84. ebb9c92 Two important fixes: by Guido van Rossum · 26 years ago
  85. 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 26 years ago
  86. 14162ab The encoding type was wrong, I think. by Guido van Rossum · 26 years ago
  87. 2013ba4 Should open files in binary mode! by Guido van Rossum · 26 years ago
  88. dfb4e24 Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add by Fred Drake · 26 years ago
  89. 5ebeea0 Shouldn't be treating linear-8 as u-law! by Guido van Rossum · 26 years ago
  90. 2ff880e More magic to tighten up a little of the formatting. by Fred Drake · 26 years ago
  91. f9918f2 Minor nit to prevent dropping a space in the HTML generation. by Fred Drake · 26 years ago
  92. e600578 Add winsound -- by Toby Dickenson with permission. by Guido van Rossum · 26 years ago
  93. f9ffb03 Jim Fulton: this fixes seg faults with bad pickles like "c". by Guido van Rossum · 26 years ago
  94. d673d48 Document sameopenfile(), samestat(). by Fred Drake · 26 years ago
  95. 0256c1f Document splitdrive(). by Fred Drake · 26 years ago
  96. ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago
  97. 534972b New splitdrive() that knows about UNC paths (e.g., network paths like by Guido van Rossum · 26 years ago
  98. 0c9608c Portability fix for [f]statvfs() return tuple: no longer return the by Guido van Rossum · 26 years ago
  99. c256ece Partly updated to reflect the new organization and the availability of CVS by Jack Jansen · 26 years ago
  100. 33a5d7e Just's script to find non-7-bit-clean charactres in a source tree (slightly by Jack Jansen · 26 years ago