1. 90d62ab Since this module is used as a fallback in case no built-in modules by Guido van Rossum · 27 years ago
  2. e680546 Don't specify base 0 to string.atoi when unpickling integers in text by Guido van Rossum · 27 years ago
  3. 87908f5 New names. by Guido van Rossum · 27 years ago
  4. d58daff Planned release date for 1.5b2. by Guido van Rossum · 27 years ago
  5. e44a8d9 Support uue and x-uue as short names for uuencode. by Guido van Rossum · 27 years ago
  6. 9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. by Guido van Rossum · 27 years ago
  7. 24e62e2 Modified quicksort by Raymund Galvin, after studying the GNU libg++ by Guido van Rossum · 27 years ago
  8. 3b99430 # Use proper temp subdir for intermediates. by Guido van Rossum · 27 years ago
  9. d6af46d Need a cast when comparing type object in isinstance() by Guido van Rossum · 27 years ago
  10. d555957 Start calling it 1.5b2 by Guido van Rossum · 27 years ago
  11. 4fdd1fa Comment out CODE and DATA statements that are apparently obsolete. by Guido van Rossum · 27 years ago
  12. d666eae Adding a new project: pythonw, or WinMain.c, containing a main program by Guido van Rossum · 27 years ago
  13. 736fe5e Document binary format and __init__-free unpickling. Added a pointer by Guido van Rossum · 27 years ago
  14. a42c178 Turn the table for flags into a nested itemized environment. by Guido van Rossum · 27 years ago
  15. c525e43 Add a test for a bad format character. by Guido van Rossum · 27 years ago
  16. 231a41e Add explicit check for correct next character in format at end of by Guido van Rossum · 27 years ago
  17. eefcba6 Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text. by Guido van Rossum · 27 years ago
  18. 8291bb3 Reference to PYTHONPATH should be PYTHONSTARTUP. by Guido van Rossum · 27 years ago
  19. 28f9a68 Added note about the module's obsolescence. by Guido van Rossum · 27 years ago
  20. 5bdea89 # Typos in the comments giving the names of two recently added distributions. by Guido van Rossum · 27 years ago
  21. ba17905 Fix the way the version number is gotten out of the RCS revision. by Guido van Rossum · 27 years ago
  22. 1a24bb5 Fix the test for pow() -- no more TypeErrors are raised! by Guido van Rossum · 27 years ago
  23. ebd05eb Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. by Guido van Rossum · 27 years ago
  24. 8d9c2e3 LC_MESSAGES is not defined on all systems; use #ifdef LC_MESSAGES. by Guido van Rossum · 27 years ago
  25. b978d18 Guess... :-) by Guido van Rossum · 27 years ago
  26. 3d20986 Checking in ConfigParser.py -- I don't see a reason why this can't be by Guido van Rossum · 27 years ago
  27. b1823ad v 0.8.3 -- add an option to suppress URL processing inside <PRE>, by Guido van Rossum · 27 years ago
  28. fc5d8b1 libainstall: Install Modules/Setup.thread in addition to Modules/Setup and by Fred Drake · 27 years ago
  29. 138dac5 Added more warnings about ni's demise. by Guido van Rossum · 27 years ago
  30. 7b8970a Deleting ni.py; renamed to ni1.py, really. by Guido van Rossum · 27 years ago
  31. 6599fb0 Make close(), and hence __del__(), robust in the light of the world by Guido van Rossum · 27 years ago
  32. 19b55f2 Fix subtle bug in cleanup code in PyErr_NormalizeException(), detected by Guido van Rossum · 27 years ago
  33. a2e268a Mark file names with \file{} instead of \code{}. by Fred Drake · 27 years ago
  34. 41999c1 Doc strings by Mitch Chapman (with a little reformatting). by Guido van Rossum · 27 years ago
  35. 1707aad Changed the finalization order again so that the reference count by Guido van Rossum · 27 years ago
  36. be1eb0d (1) call mktime() just before strftime(); it normalizes the buffer and by Guido van Rossum · 27 years ago
  37. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  38. c5aec05 Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate by Fred Drake · 27 years ago
  39. 8ca7006 Added Emacs turd so this file has the correct mode in Emacs / X/Emacs, even by Fred Drake · 27 years ago
  40. a5a3cdc Added Emacs turd so this file has the correct mode in Emacs / X/Emacs. by Fred Drake · 27 years ago
  41. a417b66 Updated the README to the current status. Added a note about the by Guido van Rossum · 27 years ago
  42. 0b33410 New version from AMK -- with minor corrections to make it legal latex. by Guido van Rossum · 27 years ago
  43. 5070060 New pcre version from AMK by Guido van Rossum · 27 years ago
  44. dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
  45. f3d729c Fixed SFT #23842: leave in non-standard style options when checking in an by Fred Drake · 27 years ago
  46. cd8732a Remove the last bits of log from the leading comments. by Guido van Rossum · 27 years ago
  47. 9716aaa Jim Fulton: by Guido van Rossum · 27 years ago
  48. 6128091 For RedHat Linux 5.0, added notes about needing to remove the LinuxThreads by Fred Drake · 27 years ago
  49. 94ce0d1 Add special handling for Python modules that are imported implicitly by Guido van Rossum · 27 years ago
  50. c5d2d51 Apply the same change to classes without an __getinitargs__() method by Guido van Rossum · 27 years ago
  51. e907208 Some reorganization (all limit operations & constants together, and all usage by Fred Drake · 27 years ago
  52. a0eaa22 Some manipulations with tags to get the TOC and Index to look better by Guido van Rossum · 27 years ago
  53. 3e396cf New WML file, this time with working Title and Author tags, and by Guido van Rossum · 27 years ago
  54. 5ea20d5 Added some links to OO-Browser, given by Harri Pasanen. by Barry Warsaw · 27 years ago
  55. d48f252 Another large batch of patches from Jeff Rush for OS/2. by Guido van Rossum · 27 years ago
  56. a34c313 New batch of patches by Jeff Rush; moved his readme.txt portion here. by Guido van Rossum · 27 years ago
  57. cee1dca Moved Jeff Rush's ever expanding comments to os2vacpp/readme.txt. by Guido van Rossum · 27 years ago
  58. a075ce1 Two changes by Jeff Rush (slightly tweaked): by Guido van Rossum · 27 years ago
  59. 595d7ba Jeff Rush: add definition for S_IFMT for VisualAge C/C++ under OS2. by Guido van Rossum · 27 years ago
  60. 60aff2c Use the proper OS2 test symbol: PYOS_OS2. by Guido van Rossum · 27 years ago
  61. 61de0ac Reindented according to new standard, without tabs. by Guido van Rossum · 27 years ago
  62. 63cf396 ospath.py has been obsolete for long enough. by Guido van Rossum · 27 years ago
  63. e467be6 When instantiating a class with no arguments and where the class does by Guido van Rossum · 27 years ago
  64. 346f7af Added doc strings and reindented according to new standard, without tabs. by Guido van Rossum · 27 years ago
  65. 15e22e1 Added doc strings and reindented according to new standard, without tabs. by Guido van Rossum · 27 years ago
  66. 7f97328 Fix the exclusion of "config" in the methods copied from Pack to also by Guido van Rossum · 27 years ago
  67. c37eb56 Forgot to use &lt;/&gt; for some example output. by Guido van Rossum · 27 years ago
  68. 205eb72 Use registry key ProgramFilesDir as default MAINDIR by Guido van Rossum · 27 years ago
  69. 6656d1f Add a few more PyErr_ symbols by Guido van Rossum · 27 years ago
  70. faf8b21 Add pretty icon to python.exe by Guido van Rossum · 27 years ago
  71. 90136b0 Only parsing requires Python 1.5 by Barry Warsaw · 27 years ago
  72. 00727b0 Updated world codes with latest iso3166 codes by Barry Warsaw · 27 years ago
  73. 9efdef1 Added parsing of ISO 3166 files by Barry Warsaw · 27 years ago
  74. eee08cd Make examples consistently use 4-space indentation. by Fred Drake · 27 years ago
  75. 0d3b4f8 Fixed unresolved reference problem; this module wasn't \label{}ed. by Fred Drake · 27 years ago
  76. 98b032a Removed unnecessary escaping. by Fred Drake · 27 years ago
  77. 1cf8749 Arg; more nits, but I may as well finish the job. by Fred Drake · 27 years ago
  78. 7381e28 Fixed BINARY_RSHIFT documentation to indicate a right shift instead of a left by Fred Drake · 27 years ago
  79. c2297c1 Changed {\sc gdbm} to \code{gdbm} everywhere. by Fred Drake · 27 years ago
  80. 36facb0 Merge between my version and Jim Fulton's version; removed RCS keywords by Guido van Rossum · 27 years ago
  81. fdde96c New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 by Guido van Rossum · 27 years ago
  82. 009f787 When --with-thread(s) is specified, the thread module is now automatically by Guido van Rossum · 27 years ago
  83. a0cbb3d Moved the thread module to its own Setup.thread(.in) file, by Guido van Rossum · 27 years ago
  84. e612be5 Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). by Guido van Rossum · 27 years ago
  85. 3fa440e Refinement of home for NT, courtesy Jeff Bauer. by Guido van Rossum · 27 years ago
  86. 7c4cba8 Added handler for opcodedesc environment. by Fred Drake · 27 years ago
  87. f2d7e55 make_str_index_entry(): New function. Similar to make_index_entry(), but by Fred Drake · 27 years ago
  88. ab76af3 Provide default for blocksize on retrbinary (Skip Montanaro). by Guido van Rossum · 27 years ago
  89. 98ee50b More generated files for netbsd 1.x, by Anders Andersen. by Guido van Rossum · 27 years ago
  90. 9981d22 (py-jump-on-exception): Variable which if t, means that if an by Barry Warsaw · 27 years ago
  91. 27ee115 Removed redundant eval-when-compile. by Barry Warsaw · 27 years ago
  92. 456035f The biggie: changed the funcdesc environments used for opcode descriptions by Fred Drake · 27 years ago
  93. a610f9f Added environment for defining PyVM instructions. This is only used in by Fred Drake · 27 years ago
  94. b7f1afe Change the default repr() and str() of class instance objects to look by Guido van Rossum · 27 years ago
  95. 5c38bf6 (python-mode): Patch to make font-lock work automatically for Emacs. by Barry Warsaw · 27 years ago
  96. 673d05f Test for an up-to-date Custom library when byte-compiling, and issue by Barry Warsaw · 27 years ago
  97. 08052c7 Add the flag RTLD_GLOBAL to the dlopen() options. by Guido van Rossum · 27 years ago
  98. c425d2f Make stdin unbuffered too, when PYTHONUNBUFFERED is specified. by Guido van Rossum · 27 years ago
  99. 57ba4f3 Patches by Fred Lundh to make it compile better with K&R compilers. by Guido van Rossum · 27 years ago
  100. e59d3f8 Small bugfixes for broken old style use of the syntax table. AMK, of course. by Guido van Rossum · 27 years ago