1. 62decc9 Try to squash struct.pack warnings on the "amd64 gentoo trunk" by Tim Peters · 18 years ago
  2. 4edcba6 Whitespace normalization. by Tim Peters · 18 years ago
  3. 26cad08 This fixes bug #1527397: PythonLauncher runs scripts with the wrong working by Ronald Oussoren · 18 years ago
  4. 0f53bb1 Make sure the postinstall action that optionally updates the user's profile by Ronald Oussoren · 18 years ago
  5. d61d073 Speed up PyType_stgdict and PyObject_stgdict. by Thomas Heller · 18 years ago
  6. 07fec3a os.urandom no longer masks unrelated exceptions like SystemExit or by Georg Brandl · 18 years ago
  7. 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 18 years ago
  8. 11d68a6 Minimal useful docstring for CopyComPointer. by Thomas Heller · 18 years ago
  9. 3de83e9 Fix a potential segfault and various potentail refcount leaks by Thomas Heller · 18 years ago
  10. 5a51bf5 typo fix by Andrew M. Kuchling · 18 years ago
  11. fe5004f Update list of files; fix a typo by Andrew M. Kuchling · 18 years ago
  12. b7697a5 [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match by Andrew M. Kuchling · 18 years ago
  13. 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
  14. fbf9699 Fix function name. by Georg Brandl · 18 years ago
  15. ec3a894 Remove reference to notation by Andrew M. Kuchling · 18 years ago
  16. 17159fe Typo fix by Andrew M. Kuchling · 18 years ago
  17. 04c897a Mention csv newline changes by Andrew M. Kuchling · 18 years ago
  18. 4bcfe53 Add PyErr_WarnEx() by Andrew M. Kuchling · 18 years ago
  19. 555ac45 Document PyErr_WarnEx. (Bad Neal! No biscuit!) by Andrew M. Kuchling · 18 years ago
  20. 43bae41 Add refcounts for PyErr_WarnEx by Andrew M. Kuchling · 18 years ago
  21. 759c185 minor tweaks by Skip Montanaro · 18 years ago
  22. 08bbccf minor tweaks by Skip Montanaro · 18 years ago
  23. f79c32d ZipFile.close(): Kill the other struct.pack deprecation warning on Windows. by Tim Peters · 18 years ago
  24. 352bf0d ZipFile.close(): Killed one of the struct.pack deprecation warnings on Win32. by Tim Peters · 18 years ago
  25. 10183b8 Redo the comment about the 2.5 change in quoted-newline handling. by Andrew McNamara · 18 years ago
  26. 6458452 Whitespace normalization. by Tim Peters · 18 years ago
  27. 5b654ea Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 18 years ago
  28. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 18 years ago
  29. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 18 years ago
  30. c173b48 Add some asserts and update comments by Neal Norwitz · 18 years ago
  31. 499b0e6 Typo fix by George Yoshida · 18 years ago
  32. c760527 Rename struct.pack_to to struct.pack_into as changed in revision 46642. by George Yoshida · 18 years ago
  33. b142c63 Fix makefile changes for python-config. by Georg Brandl · 18 years ago
  34. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  35. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 18 years ago
  36. 1f30c37 Base __version__ on sys.version_info, as distutils is by Martin v. Löwis · 18 years ago
  37. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 18 years ago
  38. e34ac7c Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 18 years ago
  39. ad6911b Clarify that __op__ methods must return NotImplemented if they don't support the operation. by Georg Brandl · 18 years ago
  40. a7edb11 Whitespace normalization by Neal Norwitz · 18 years ago
  41. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 18 years ago
  42. 07aadb1 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). by Neal Norwitz · 18 years ago
  43. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  44. 33c3e29 - remove yet another reference to how commonly Tkinter is (thought to be) used by Fred Drake · 18 years ago
  45. 2173111 remove possibly-outdated comment on what GUI toolkit is most commonly used; by Fred Drake · 18 years ago
  46. c3c805e update information on wxPython, from Robin Dunn by Fred Drake · 18 years ago
  47. e0d4aec lots of markup nits, most commonly Unix/unix --> \UNIX by Fred Drake · 18 years ago
  48. da9face Whitespace normalization. by Tim Peters · 18 years ago
  49. ad416d0 [Bug #793553] Correct description of keyword arguments for SSL authentication by Andrew M. Kuchling · 18 years ago
  50. ca2e790 Minor typo fixes by Andrew M. Kuchling · 18 years ago
  51. d457a97 markup cleanups by Fred Drake · 18 years ago
  52. 2d5c8e3 Fix case for 'Unix' by Andrew M. Kuchling · 18 years ago
  53. b9a79c9 Follow TeX's conventions for hyphens by Andrew M. Kuchling · 18 years ago
  54. b5a701b Disable test_getnode too, since this is also unreliable. by Neal Norwitz · 18 years ago
  55. a650fb3 fix minor markup error that introduced extra punctuation by Fred Drake · 18 years ago
  56. 175001d If the executable doesn't exist, there's no reason to try to start it. by Neal Norwitz · 18 years ago
  57. abd51a3 Add a comment to the csv reader documentation that explains why the by Skip Montanaro · 18 years ago
  58. 45540b0 SF bug #1193966: Weakref types documentation misplaced by Fred Drake · 18 years ago
  59. 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
  60. 2fde3bd Disable these tests until they are reliable across platforms. by Neal Norwitz · 18 years ago
  61. 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
  62. 897afc4 emphasize and oddball nuance of LaTeX comment syntax by Fred Drake · 18 years ago
  63. 4a84788 document the footnote usage pattern by Fred Drake · 18 years ago
  64. 84608f0 make the reference to older versions of the documentation a link by Fred Drake · 18 years ago
  65. 9297e16 restore test un-intentionally removed in the xmlcore purge (revision 50941) by Fred Drake · 18 years ago
  66. 956597f Reorganize the docs for 'file' and 'open()' after some discussion with Fred. by Andrew M. Kuchling · 18 years ago
  67. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  68. c032ee9 Set bug/patch count. Take a bow, everyone! by Andrew M. Kuchling · 18 years ago
  69. e49741d [Bug #1528258] Mention that the 'data' argument can be None. by Andrew M. Kuchling · 18 years ago
  70. aab30d0 Fix typo by Matt Fleming · 18 years ago
  71. 8d9a01a Tweak wording by Andrew M. Kuchling · 18 years ago
  72. 2d20a5f Typo fix by Andrew M. Kuchling · 18 years ago
  73. b9d7e04 [Bug #1530382] Document SSL.server(), .issuer() methods by Andrew M. Kuchling · 18 years ago
  74. 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
  75. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 18 years ago
  76. 7092f4c [Bug #1519571] Document some missing functions: setup(), title(), done() by Andrew M. Kuchling · 18 years ago
  77. 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
  78. 3ec3f78 Reword paragraph to match the order of the subsequent sections by Andrew M. Kuchling · 18 years ago
  79. 144691cf Update URL by Andrew M. Kuchling · 18 years ago
  80. 35f64c1 Add example by Andrew M. Kuchling · 18 years ago
  81. 5391216 update target version number by Fred Drake · 18 years ago
  82. afcd838 Revert rev 42617, it was introduced to work around bug #1441397. by Georg Brandl · 18 years ago
  83. edd9b0d Bug #1441397: The compiler module now recognizes module and function by Georg Brandl · 18 years ago
  84. 9fd21e3 Bug #835255: The "closure" argument to new.function() is now documented. by Georg Brandl · 18 years ago
  85. 1393d6a Patch #1529514: More openbsd platforms for ctypes. by Thomas Heller · 18 years ago
  86. 84b7d3a Fix svn merge spew. by Phillip J. Eby · 18 years ago
  87. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  88. 944f3b6 Remove a useless XXX comment. by Thomas Heller · 18 years ago
  89. cddabbf Fix spelling. by Georg Brandl · 18 years ago
  90. 4793aa3 Patch #1529686: also run test_email_codecs with regrtest.py. by Georg Brandl · 18 years ago
  91. 39d7739 Add example. Should I propagate this example to all the other DBM-ish modules, too? by Andrew M. Kuchling · 18 years ago
  92. 1d69a70 Don't overwrite built-in name; add some blank lines for readability by Andrew M. Kuchling · 18 years ago
  93. bd46810 Add example by Andrew M. Kuchling · 18 years ago
  94. 4036f43 Add example by Andrew M. Kuchling · 18 years ago
  95. 984b075 Typo fix by Andrew M. Kuchling · 18 years ago
  96. 9d93341 [Patch #1529811] Correction to description of r|* mode by Andrew M. Kuchling · 18 years ago
  97. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 18 years ago
  98. 9315251 Add UUID for upcoming 2.5b3. by Martin v. Löwis · 18 years ago
  99. 46fc6a0 Try to find the MAC addr on various flavours of Unix. This seems hopeless. by Neal Norwitz · 18 years ago
  100. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 18 years ago