1. 356818e Fixed index references to modules. by Fred Drake · 27 years ago
  2. 8274f32 Fixed index references to modules. by Fred Drake · 27 years ago
  3. f5eaa2e Fixed index references to modules. by Fred Drake · 27 years ago
  4. a51f5a4 Fixed index references to modules. by Fred Drake · 27 years ago
  5. 4af1814 \refmodindex{}: New macro, used to make an index reference to a module which by Fred Drake · 27 years ago
  6. 9ab2b2ec Fixed index references to modules. by Fred Drake · 27 years ago
  7. 54820dc Fixed index references to modules. by Fred Drake · 27 years ago
  8. 6206394 Changed illegal \stmodindex{} to \refstmodindex{}, added index reference by Fred Drake · 27 years ago
  9. 8a528bd Added some module references to the index. by Fred Drake · 27 years ago
  10. 207e57b Added definitions of \refbimodindex{} and \refstmodindex{}, which should be by Fred Drake · 27 years ago
  11. d9dbfbd At the top, made it clear that the \bimodindex{} and \stmodindex{} are only by Fred Drake · 27 years ago
  12. 80fb344 On NT, use a better template, ~XXX- where XXX is os.getpid(). by Guido van Rossum · 27 years ago
  13. 85f8b09 Add note about having to add some files to the VC 4.2 files. by Guido van Rossum · 27 years ago
  14. aa6fa6b Patch by Oliver Andrich for Lunix using glibc. by Guido van Rossum · 27 years ago
  15. 92d91f5 Move %x test to nonstandard section because it appears to be locale specific. by Guido van Rossum · 27 years ago
  16. 97250cb Untested change to include gmp-mparam.h instead of gmp-impl.h. by Guido van Rossum · 27 years ago
  17. c0cc635 regex -> re by Guido van Rossum · 27 years ago
  18. 1eadb41 Patch (by Andrew Kuchling of course) to prevent named back references by Guido van Rossum · 27 years ago
  19. f0413d4 Added tag_prevrange analogous to rag_nextrange. by Guido van Rossum · 27 years ago
  20. 330aafb For base 10, cast unsigned long to long before testing overflow. by Guido van Rossum · 27 years ago
  21. 30da0ea Believe it or not, some people have an empty group database. by Guido van Rossum · 27 years ago
  22. 095f35a Changed \indexsubitem from ({\tt HTMLParser} method) to just by Fred Drake · 27 years ago
  23. 1247cea Changed \indexsubitem from ({\tt SGMLParser} method) to just by Fred Drake · 27 years ago
  24. 0add4c1 Changed \indexsubitem from ({\tt XMLParser} method) to just (XMLParser method). by Fred Drake · 27 years ago
  25. a226cd8 This commit was manufactured by cvs2svn to create tag 'r15b2'. by cvs2svn · 27 years ago
  26. 98b9d77 Change _nametowidget to nametowidget -- it is a public interface. by Guido van Rossum · 27 years ago
  27. d569242 add_idx(): Don't add unnecessary markup around the little markers stuck in the by Fred Drake · 27 years ago
  28. 9e32666 Remove unneeded "import re". by Guido van Rossum · 27 years ago
  29. 105ff95 Typed in the relevant changes since 1.5b1. by Guido van Rossum · 27 years ago
  30. 5a978dc Doug Marien. by Guido van Rossum · 27 years ago
  31. 48d0437 AMK's latest version. by Guido van Rossum · 27 years ago
  32. 7980826 Prepared the README for 1.5b2. by Guido van Rossum · 27 years ago
  33. 3723152 Update to the Big Comment at the top of the file. It should better by Barry Warsaw · 27 years ago
  34. 7814ea6 Last minute fix to Text.window_cget(), which should properly Tcl-ify by Guido van Rossum · 27 years ago
  35. 9afad04 Move the dbm module around and add an introductory paragraph for dbm, by Guido van Rossum · 27 years ago
  36. d0ec761 Copy the change from ../getpathp.c here. by Guido van Rossum · 27 years ago
  37. 2dbabb2 Installer for beta-2. by Guido van Rossum · 27 years ago
  38. 1058d2e update the example without the example.def file by Guido van Rossum · 27 years ago
  39. 55b8b03 New instructions, take VC++ 5.x into account. by Guido van Rossum · 27 years ago
  40. 936c6de Adding VC 5.x workspace and project files by Guido van Rossum · 27 years ago
  41. 0decf6c Added tkappinit.c source, and define WITH_APPINIT. by Guido van Rossum · 27 years ago
  42. 4d35e6f yeah, yeah. by Guido van Rossum · 27 years ago
  43. 691d2ad Allocate one byte extra in some cases. by Guido van Rossum · 27 years ago
  44. 5ac00ac Fix problem detected by Greg McFarlane -- callbacks passed to by Guido van Rossum · 27 years ago
  45. d1f4984 Jim Fulton writes: by Guido van Rossum · 27 years ago
  46. 79f016a Remove "Lib/test" from the default path; this is now a package! by Guido van Rossum · 27 years ago
  47. bd49ac4 The 'l' flag (locale specific matching) has been renamed to 'L'. by Guido van Rossum · 27 years ago
  48. d0753e2 At Barry's suggestion, plug the security leak by using an empty by Guido van Rossum · 27 years ago
  49. 90d62ab Since this module is used as a fallback in case no built-in modules by Guido van Rossum · 27 years ago
  50. e680546 Don't specify base 0 to string.atoi when unpickling integers in text by Guido van Rossum · 27 years ago
  51. 87908f5 New names. by Guido van Rossum · 27 years ago
  52. d58daff Planned release date for 1.5b2. by Guido van Rossum · 27 years ago
  53. e44a8d9 Support uue and x-uue as short names for uuencode. by Guido van Rossum · 27 years ago
  54. 9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. by Guido van Rossum · 27 years ago
  55. 24e62e2 Modified quicksort by Raymund Galvin, after studying the GNU libg++ by Guido van Rossum · 27 years ago
  56. 3b99430 # Use proper temp subdir for intermediates. by Guido van Rossum · 27 years ago
  57. d6af46d Need a cast when comparing type object in isinstance() by Guido van Rossum · 27 years ago
  58. d555957 Start calling it 1.5b2 by Guido van Rossum · 27 years ago
  59. 4fdd1fa Comment out CODE and DATA statements that are apparently obsolete. by Guido van Rossum · 27 years ago
  60. d666eae Adding a new project: pythonw, or WinMain.c, containing a main program by Guido van Rossum · 27 years ago
  61. 736fe5e Document binary format and __init__-free unpickling. Added a pointer by Guido van Rossum · 27 years ago
  62. a42c178 Turn the table for flags into a nested itemized environment. by Guido van Rossum · 27 years ago
  63. c525e43 Add a test for a bad format character. by Guido van Rossum · 27 years ago
  64. 231a41e Add explicit check for correct next character in format at end of by Guido van Rossum · 27 years ago
  65. eefcba6 Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. by Guido van Rossum · 27 years ago
  66. 8291bb3 Reference to PYTHONPATH should be PYTHONSTARTUP. by Guido van Rossum · 27 years ago
  67. 28f9a68 Added note about the module's obsolescence. by Guido van Rossum · 27 years ago
  68. 5bdea89 # Typos in the comments giving the names of two recently added distributions. by Guido van Rossum · 27 years ago
  69. ba17905 Fix the way the version number is gotten out of the RCS revision. by Guido van Rossum · 27 years ago
  70. 1a24bb5 Fix the test for pow() -- no more TypeErrors are raised! by Guido van Rossum · 27 years ago
  71. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 27 years ago
  72. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 27 years ago
  73. b978d18 Guess... :-) by Guido van Rossum · 27 years ago
  74. 3d20986 Checking in ConfigParser.py -- I don't see a reason why this can't be by Guido van Rossum · 27 years ago
  75. b1823ad v 0.8.3 -- add an option to suppress URL processing inside <PRE>, by Guido van Rossum · 27 years ago
  76. fc5d8b1 libainstall: Install Modules/Setup.thread in addition to Modules/Setup and by Fred Drake · 27 years ago
  77. 138dac5 Added more warnings about ni's demise. by Guido van Rossum · 27 years ago
  78. 7b8970a Deleting ni.py; renamed to ni1.py, really. by Guido van Rossum · 27 years ago
  79. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 27 years ago
  80. 19b55f2 Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected by Guido van Rossum · 27 years ago
  81. a2e268a Mark file names with \file{} instead of \code{}. by Fred Drake · 27 years ago
  82. 41999c1 Doc strings by Mitch Chapman (with a little reformatting). by Guido van Rossum · 27 years ago
  83. 1707aad Changed the finalization order again so that the reference count by Guido van Rossum · 27 years ago
  84. be1eb0d (1) call mktime() just before strftime(); it normalizes the buffer and by Guido van Rossum · 27 years ago
  85. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  86. c5aec05 Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate by Fred Drake · 27 years ago
  87. 8ca7006 Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, even by Fred Drake · 27 years ago
  88. a5a3cdc Added Emacs turd so this file has the correct mode in Emacs / X/Emacs. by Fred Drake · 27 years ago
  89. a417b66 Updated the README to the current status. Added a note about the by Guido van Rossum · 27 years ago
  90. 0b33410 New version from AMK -- with minor corrections to make it legal latex. by Guido van Rossum · 27 years ago
  91. 5070060 New pcre version from AMK by Guido van Rossum · 27 years ago
  92. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  93. f3d729c Fixed SFT #23842: leave in non-standard style options when checking in an by Fred Drake · 27 years ago
  94. cd8732a Remove the last bits of log from the leading comments. by Guido van Rossum · 27 years ago
  95. 9716aaa Jim Fulton: by Guido van Rossum · 27 years ago
  96. 6128091 For RedHat Linux 5.0, added notes about needing to remove the LinuxThreads by Fred Drake · 27 years ago
  97. 94ce0d1 Add special handling for Python modules that are imported implicitly by Guido van Rossum · 27 years ago
  98. c5d2d51 Apply the same change to classes without an __getinitargs__() method by Guido van Rossum · 27 years ago
  99. e907208 Some reorganization (all limit operations & constants together, and all usage by Fred Drake · 27 years ago
  100. a0eaa22 Some manipulations with tags to get the TOC and Index to look better by Guido van Rossum · 27 years ago