1. 4c1f427 Add lineno attributes to Discard nodes by Jeremy Hylton · 23 years ago
  2. 5af105e Make sure the docstring is always entered as the first element in the by Jeremy Hylton · 23 years ago
  3. ceccc3c Test cases for examples of ext call error handling. by Jeremy Hylton · 23 years ago
  4. 512a237 Fix exception handling for non-PyFunction objects, SF bug 414743. by Jeremy Hylton · 23 years ago
  5. 7667680 Idiotic braino caused HTTP openers to ignore proxies. This fixes 413135 by Moshe Zadka · 23 years ago
  6. 2bd0d88 Fixing bug 405999 -- clarifying differences between Python's by Moshe Zadka · 23 years ago
  7. 5d6e402 Based on a comment by Konrad Hinsen on python-list: by Fred Drake · 23 years ago
  8. 285a7e5 Add a close_request method to the BaseServer so that the TCPServer class by Ka-Ping Yee · 23 years ago
  9. 3f5cc20 Use INSTALL_SCRIPT to install script files. INSTALL_PROGRAM may try to by Neil Schemenauer · 23 years ago
  10. 29be701 Added definition of "test fixture". by Fred Drake · 23 years ago
  11. 5f9f929 Some new names. by Guido van Rossum · 23 years ago
  12. bceccf5 Updated version of RISCOS support. SF patch 411213 by Dietmar Schwertberger by Guido van Rossum · 23 years ago
  13. 13aa706 Completely revamped BeOS notes, by Donn Cave (SF patch 411834). by Guido van Rossum · 23 years ago
  14. 4611df0 This is for BeOS users who want to build all the modules. It's by Guido van Rossum · 23 years ago
  15. 40f3c7f The lower() and tkraise() methods were calling the Canvas widget by Guido van Rossum · 23 years ago
  16. 8875c86 Typo: "BuildApple" --> "BuildApplet" by Fred Drake · 23 years ago
  17. c5287ac Bump version numbers for upcoming release candidate. by Fred Drake · 23 years ago
  18. 20931fb Update the XML conversion specification. by Fred Drake · 23 years ago
  19. ac154a1 Remove the mapping() function from the documentation. by Fred Drake · 23 years ago
  20. da00cda Add note that difflib was added in Python 2.1. by Fred Drake · 23 years ago
  21. 858ca0f Include py_curses.h *after* defining _XOPEN_SOURCE_EXTENDED. by Guido van Rossum · 23 years ago
  22. 9a9d219 mapping(): Remove this function since it does not add anything to the API. by Fred Drake · 23 years ago
  23. bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 23 years ago
  24. f6cdead Since bdist_wininst.py contains the installer executable, it had to be rebuild. by Thomas Heller · 23 years ago
  25. cfac6d2 Normalize tabs to spaces. by Fred Drake · 23 years ago
  26. 6fda3ac Add reference to the DDJ article discussing a similar algorithm. by Fred Drake · 23 years ago
  27. 8633360 Add corresponding support for the alltt environment to the HTML generator. by Fred Drake · 23 years ago
  28. b5309a9 Import the alltt package and wrap that environment in a similar way to by Fred Drake · 23 years ago
  29. e9901f3 Fix two unqualified except: clauses. by Guido van Rossum · 23 years ago
  30. 6274fff Fix an unqualified except:. by Guido van Rossum · 23 years ago
  31. 9c673f3 Try an except: after an import into "except ImportError". by Guido van Rossum · 23 years ago
  32. 90a72f8 Add documentation for getmoduleinfo() and getmodulename(). by Fred Drake · 23 years ago
  33. 75ebb29 Some other tests, when failing, don't always remove their TESTFN file. by Guido van Rossum · 23 years ago
  34. a5af214 When doing the quick test to see whether large files are supported, by Guido van Rossum · 23 years ago
  35. bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 23 years ago
  36. 41763b9 Fix typo in instantiation of ErrorDuringImport. by Ka-Ping Yee · 23 years ago
  37. 5a804ed Fix synopsis() so it can handle binary module files. by Ka-Ping Yee · 23 years ago
  38. 4d6fc7f Add getmodulename() and getmoduleinfo() routines to inspect filenames. by Ka-Ping Yee · 23 years ago
  39. 697c9c9 In the typeset versions, the legal notices had grown past the one-page by Fred Drake · 23 years ago
  40. 4471400 test_pickle works on sizeof(long)==8 boxes again. by Tim Peters · 23 years ago
  41. d8ae7c2 Ack -- this module mixes tabs and spaces, and what appears to be a mix by Tim Peters · 23 years ago
  42. 3906eb8 On a sizeof(long)==8 machine, ints in range(2**31, 2**32) were getting by Tim Peters · 23 years ago
  43. e089c68 Test full range of native ints. This exposes two more binary pickle by Tim Peters · 23 years ago
  44. aa815df Correct the header over the string of licenses -- it's "PYTHON", not by Guido van Rossum · 23 years ago
  45. f9e56e1 Append the revision number for each file to the output. by Guido van Rossum · 23 years ago
  46. c32d824 Mechanical fiddling for easier reading: every "if" test was enclosed in by Tim Peters · 23 years ago
  47. bfa18f7 Critical fix: if cPickle on a sizeof(long)==8 box is used to read a by Tim Peters · 23 years ago
  48. 4e6a7a6 Make on Alpha Tru64 5.1 (as installed on the SF compile farm) doesn't by Guido van Rossum · 23 years ago
  49. dbdb28e Add globals to list of names returned by get_names(). by Jeremy Hylton · 23 years ago
  50. 461922a Pickles have a number of storage formats for various sizes and kinds of by Tim Peters · 23 years ago
  51. 29fd031 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  52. c58440f No functional change -- just added whitespace in places so I could follow by Tim Peters · 23 years ago
  53. a830b38 Warn when assigning to __debug__ instead of raising an error. by Jeremy Hylton · 23 years ago
  54. 819815a Fix typo in example (\b should be \n in string literal). by Fred Drake · 23 years ago
  55. 9c84636 Fix a number of bugs and omissions in the AddressList documentation, most by Fred Drake · 23 years ago
  56. 17a781b * Remove exc_info() kludge -- it actually messed up the Jython output by Steve Purcell · 23 years ago
  57. a36f4a0 Fixing Itamar's name, as per his request. by Moshe Zadka · 23 years ago
  58. 5d87d47 fixing 408085 - redirect from https becomes http by Moshe Zadka · 23 years ago
  59. f870c95 Add two arguments to Scope constructor, module scope and class name by Jeremy Hylton · 23 years ago
  60. 8b966dc Add preliminary module symbol table constructor by Jeremy Hylton · 23 years ago
  61. 0e8468c remove global decl about unused variable by Jeremy Hylton · 23 years ago
  62. 80e29bd Add support for future statements by Jeremy Hylton · 23 years ago
  63. 42a0830 Fix "import as" (has always skipping the as name) by Jeremy Hylton · 23 years ago
  64. a384f73 typo by Jeremy Hylton · 23 years ago
  65. f0e717b Repair portability of sign extension when reading signed ints on boxes by Tim Peters · 23 years ago
  66. 9cec8fb Make it clear that a bdb subclass must implement do_clear(). by Guido van Rossum · 23 years ago
  67. 7e01e28 Whitespace normalization. by Tim Peters · 23 years ago
  68. 6fd7120 Fix from the Madusa mailing list: by Tim Peters · 23 years ago
  69. cfc21fc Remove useless imports, as reported by PyChecker. by Tim Peters · 23 years ago
  70. 3664111 Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py by Tim Peters · 23 years ago
  71. 388ed08 SF patch #413552 - Premature decref on object by Tim Peters · 23 years ago
  72. 4d4d003 Correct the documentation for getreadbufferproc and getwritebufferproc. by Greg Stein · 23 years ago
  73. 76977bb Add an uninstall method to the ImportManager. by Greg Stein · 23 years ago
  74. 4393512 Finally merged morefindertools into findertools. by Jack Jansen · 23 years ago
  75. 501d904 Add entry for unittest documentation. by Fred Drake · 23 years ago
  76. b9ad228 Start of documentation for the unittest module. Some of this comes from by Fred Drake · 23 years ago
  77. eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 23 years ago
  78. 58b6f5b Since this module already uses doctest-style examples, I figured I'd by Guido van Rossum · 23 years ago
  79. f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 23 years ago
  80. dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 23 years ago
  81. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 23 years ago
  82. e4a1b6d Make the docstring a raw string, for pydoc. by Guido van Rossum · 23 years ago
  83. 3aee775 Added a note about Help and ctb missing in carbon. by Jack Jansen · 23 years ago
  84. bad62de Version 1.2 by Christopher Stern. by Jack Jansen · 23 years ago
  85. b5d1392 Fix the fix (my error -- hasty pasty). by Tim Peters · 23 years ago
  86. a29b622 One-liner critical fix from Jim Fulton: Eric's string-method crusade by Tim Peters · 23 years ago
  87. 4cf1227 Change {\em ...} to \emph{...} for consistency with the rest of the Python by Fred Drake · 23 years ago
  88. f459d85 Add some information about what to expect of the DocumentType's by Fred Drake · 23 years ago
  89. d3908e2 Effectively revert the previous change: leave the new #include in, but by Fred Drake · 23 years ago
  90. d34a9c9 Added more link attributes based on additonal information from Chris by Fred Drake · 23 years ago
  91. 37f0263 Bug #412086, reported by Peter Wilson: The _curses module doesn't by Andrew M. Kuchling · 23 years ago
  92. 7880e5e Patch #413912 from Steve Majewski: Add .m to the list of extensions by Andrew M. Kuchling · 23 years ago
  93. 88717f4 Mention pydoc in the man page by Andrew M. Kuchling · 23 years ago
  94. dc80670 Corrected default value of the DocumentType.internalSubset attribute based by Fred Drake · 23 years ago
  95. 9b3bc49 Add an #include of sys/ioctl.h to pick up a lot of the constants supported by Fred Drake · 23 years ago
  96. 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 23 years ago
  97. 42fc7cc SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler. by Tim Peters · 23 years ago
  98. f3186e8 A number of improvements based on a discussion with Chris McCafferty by Fred Drake · 23 years ago
  99. 33d2b84 CharacterData methods: Update self.length on changes instead of extended by Fred Drake · 23 years ago
  100. 87432f4 Add support for the CharacterData methods, CDATASection. by Fred Drake · 23 years ago