1. 7a36f5f SF patch #1534048 (bug #1531003): fix typo in error message by Fred Drake · 18 years ago
  2. 9a70f95 There were really two issues by Neal Norwitz · 18 years ago
  3. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  4. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  5. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 18 years ago
  6. 4b8bd31 Tagging for release of Python 2.5b3 by Anthony Baxter · 18 years ago
  7. 54e3cf0 Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  8. 961b91b Correction of patch #1455898: In the mbcs decoder, set final=False by Martin v. Löwis · 18 years ago
  9. 5c387f2 Fix a mistake. by Thomas Heller · 18 years ago
  10. 6a0ce40 A few nore words about what ctypes does. by Thomas Heller · 18 years ago
  11. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  12. 30eb966 Add some explanation about Klocwork and Coverity static analysis by Neal Norwitz · 18 years ago
  13. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  14. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 18 years ago
  15. c0328d1 v is already checked for NULL, so just DECREF it by Neal Norwitz · 18 years ago
  16. c5e060d _PyWeakref_GetWeakrefCount() now returns a Py_ssize_t instead of long. by Neal Norwitz · 18 years ago
  17. 5fb9c20 Updated documentation for the script that builds the OSX installer. by Ronald Oussoren · 18 years ago
  18. a05f6e2 _Stream.close(): Try to kill struct.pack() warnings when by Tim Peters · 18 years ago
  19. 99dfe3c Prevent memory leak on error. by Neal Norwitz · 18 years ago
  20. 62decc9 Try to squash struct.pack warnings on the "amd64 gentoo trunk" by Tim Peters · 18 years ago
  21. 4edcba6 Whitespace normalization. by Tim Peters · 18 years ago
  22. 26cad08 This fixes bug #1527397: PythonLauncher runs scripts with the wrong working by Ronald Oussoren · 18 years ago
  23. 0f53bb1 Make sure the postinstall action that optionally updates the user's profile by Ronald Oussoren · 18 years ago
  24. d61d073 Speed up PyType_stgdict and PyObject_stgdict. by Thomas Heller · 18 years ago
  25. 07fec3a os.urandom no longer masks unrelated exceptions like SystemExit or by Georg Brandl · 18 years ago
  26. 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 18 years ago
  27. 11d68a6 Minimal useful docstring for CopyComPointer. by Thomas Heller · 18 years ago
  28. 3de83e9 Fix a potential segfault and various potentail refcount leaks by Thomas Heller · 18 years ago
  29. 5a51bf5 typo fix by Andrew M. Kuchling · 18 years ago
  30. fe5004f Update list of files; fix a typo by Andrew M. Kuchling · 18 years ago
  31. b7697a5 [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match by Andrew M. Kuchling · 18 years ago
  32. aa95fdb [Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.) by Andrew M. Kuchling · 18 years ago
  33. fbf9699 Fix function name. by Georg Brandl · 18 years ago
  34. ec3a894 Remove reference to notation by Andrew M. Kuchling · 18 years ago
  35. 17159fe Typo fix by Andrew M. Kuchling · 18 years ago
  36. 04c897a Mention csv newline changes by Andrew M. Kuchling · 18 years ago
  37. 4bcfe53 Add PyErr_WarnEx() by Andrew M. Kuchling · 18 years ago
  38. 555ac45 Document PyErr_WarnEx. (Bad Neal! No biscuit!) by Andrew M. Kuchling · 18 years ago
  39. 43bae41 Add refcounts for PyErr_WarnEx by Andrew M. Kuchling · 18 years ago
  40. 759c185 minor tweaks by Skip Montanaro · 18 years ago
  41. 08bbccf minor tweaks by Skip Montanaro · 18 years ago
  42. f79c32d ZipFile.close(): Kill the other struct.pack deprecation warning on Windows. by Tim Peters · 18 years ago
  43. 352bf0d ZipFile.close(): Killed one of the struct.pack deprecation warnings on Win32. by Tim Peters · 18 years ago
  44. 10183b8 Redo the comment about the 2.5 change in quoted-newline handling. by Andrew McNamara · 18 years ago
  45. 6458452 Whitespace normalization. by Tim Peters · 18 years ago
  46. 5b654ea Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 18 years ago
  47. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 18 years ago
  48. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 18 years ago
  49. c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
  50. 499b0e6 Typo fix by George Yoshida · 18 years ago
  51. c760527 Rename struct.pack_to to struct.pack_into as changed in revision 46642. by George Yoshida · 18 years ago
  52. b142c63 Fix makefile changes for python-config. by Georg Brandl · 18 years ago
  53. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  54. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 18 years ago
  55. 1f30c37 Base __version__ on sys.version_info, as distutils is by Martin v. Löwis · 18 years ago
  56. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 18 years ago
  57. e34ac7c Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 18 years ago
  58. ad6911b Clarify that __op__ methods must return NotImplemented if they don't support the operation. by Georg Brandl · 18 years ago
  59. a7edb11 Whitespace normalization by Neal Norwitz · 18 years ago
  60. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 18 years ago
  61. 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 18 years ago
  62. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  63. 33c3e29 - remove yet another reference to how commonly Tkinter is (thought to be) used by Fred Drake · 18 years ago
  64. 2173111 remove possibly-outdated comment on what GUI toolkit is most commonly used; by Fred Drake · 18 years ago
  65. c3c805e update information on wxPython, from Robin Dunn by Fred Drake · 18 years ago
  66. e0d4aec lots of markup nits, most commonly Unix/unix --> \UNIX by Fred Drake · 18 years ago
  67. da9face Whitespace normalization. by Tim Peters · 18 years ago
  68. ad416d0 [Bug #793553] Correct description of keyword arguments for SSL authentication by Andrew M. Kuchling · 18 years ago
  69. ca2e790 Minor typo fixes by Andrew M. Kuchling · 18 years ago
  70. d457a97 markup cleanups by Fred Drake · 18 years ago
  71. 2d5c8e3 Fix case for 'Unix' by Andrew M. Kuchling · 18 years ago
  72. b9a79c9 Follow TeX's conventions for hyphens by Andrew M. Kuchling · 18 years ago
  73. b5a701b Disable test_getnode too, since this is also unreliable. by Neal Norwitz · 18 years ago
  74. a650fb3 fix minor markup error that introduced extra punctuation by Fred Drake · 18 years ago
  75. 175001d If the executable doesn't exist, there's no reason to try to start it. by Neal Norwitz · 18 years ago
  76. abd51a3 Add a comment to the csv reader documentation that explains why the by Skip Montanaro · 18 years ago
  77. 45540b0 SF bug #1193966: Weakref types documentation misplaced by Fred Drake · 18 years ago
  78. 9964fdb [Patch #1068277] Clarify that os.path.exists() can return False depending on permissions. Fred approved committing this patch in December 2004! by Andrew M. Kuchling · 18 years ago
  79. 2fde3bd Disable these tests until they are reliable across platforms. by Neal Norwitz · 18 years ago
  80. a40191c [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API documentation. I've changed Skip's patch to point to Misc/SpecialBuilds and fiddled with the markup a bit. by Andrew M. Kuchling · 18 years ago
  81. 897afc4 emphasize and oddball nuance of LaTeX comment syntax by Fred Drake · 18 years ago
  82. 4a84788 document the footnote usage pattern by Fred Drake · 18 years ago
  83. 84608f0 make the reference to older versions of the documentation a link by Fred Drake · 18 years ago
  84. 9297e16 restore test un-intentionally removed in the xmlcore purge (revision 50941) by Fred Drake · 18 years ago
  85. 956597f Reorganize the docs for 'file' and 'open()' after some discussion with Fred. by Andrew M. Kuchling · 18 years ago
  86. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  87. c032ee9 Set bug/patch count. Take a bow, everyone! by Andrew M. Kuchling · 18 years ago
  88. e49741d [Bug #1528258] Mention that the 'data' argument can be None. by Andrew M. Kuchling · 18 years ago
  89. aab30d0 Fix typo by Matt Fleming · 18 years ago
  90. 8d9a01a Tweak wording by Andrew M. Kuchling · 18 years ago
  91. 2d20a5f Typo fix by Andrew M. Kuchling · 18 years ago
  92. b9d7e04 [Bug #1530382] Document SSL.server(), .issuer() methods by Andrew M. Kuchling · 18 years ago
  93. 52740be [Bug #1414697] Change docstring of set/frozenset types to specify that the contents are unique. Raymond, please feel free to edit or revert. by Andrew M. Kuchling · 18 years ago
  94. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 18 years ago
  95. 7092f4c [Bug #1519571] Document some missing functions: setup(), title(), done() by Andrew M. Kuchling · 18 years ago
  96. dafb1e5 [Bug #1529157] Mention raw_input() and input(); while I'm at it, reword the description a bit by Andrew M. Kuchling · 18 years ago
  97. 3ec3f78 Reword paragraph to match the order of the subsequent sections by Andrew M. Kuchling · 18 years ago
  98. 144691cf Update URL by Andrew M. Kuchling · 18 years ago
  99. 35f64c1 Add example by Andrew M. Kuchling · 18 years ago
  100. 5391216 update target version number by Fred Drake · 18 years ago