1. 375f06b Remove lie in new comment. by Tim Peters · 18 years ago
  2. e6d9506 Typo repair. by Tim Peters · 18 years ago
  3. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago
  4. 822f34a Revert 43315: Printing of %zd must be signed. by Martin v. Löwis · 18 years ago
  5. 90df06e Add \exception markup by George Yoshida · 18 years ago
  6. 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 18 years ago
  7. 0e10cb0 add svn:eol-style native svn:keywords Id by Thomas Heller · 18 years ago
  8. abc3ed7 set svn properties by Thomas Heller · 18 years ago
  9. e43a0fc Add missing svn properties. by Thomas Heller · 18 years ago
  10. 8f505ae Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 18 years ago
  11. 77c176d Fix alignment error on Itanium. by Martin v. Löwis · 18 years ago
  12. 159a116 At first there were 6 steps, but one was removed after that. by George Yoshida · 18 years ago
  13. 1319bb1 Move icon files into DLLs dir. Fixes #1477968. by Martin v. Löwis · 18 years ago
  14. 682b1bb Dynamically allocate path name buffer for Unicode by Martin v. Löwis · 18 years ago
  15. b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 18 years ago
  16. 1fb9f52 Typo fix. by Georg Brandl · 18 years ago
  17. 0ebf27a BaseThreadedTestCase.setup(): stop special-casing WindowsError. by Tim Peters · 18 years ago
  18. 7cadf59 typo fix by Andrew M. Kuchling · 18 years ago
  19. 4917c34 Grammar fix by George Yoshida · 18 years ago
  20. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  21. 38e3b7d Don't mask a no memory error with a less meaningful one as discussed on python-checkins by Neal Norwitz · 18 years ago
  22. 09d1236 Detect if %zd is supported by printf() during configure and sets by Brett Cannon · 18 years ago
  23. dd0c312 Fix two small errors in argument lists. by Georg Brandl · 18 years ago
  24. 356af46 Clarify description of exception handling by Andrew M. Kuchling · 18 years ago
  25. 1956480 Patch #721464: pdb.Pdb instances can now be given explicit stdin and by Georg Brandl · 18 years ago
  26. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  27. f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 18 years ago
  28. b158255 Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 18 years ago
  29. e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 18 years ago
  30. 147f121 Ignore reflog.txt, too. by Thomas Wouters · 18 years ago
  31. c6a989a Fix problems found by Coverity. by Neal Norwitz · 18 years ago
  32. ad2ef33 Variant of patch #1478292. doctest.register_optionflag(name) by Tim Peters · 18 years ago
  33. 40f55b2 Disable a test that is unreliable. by Thomas Heller · 18 years ago
  34. b255069 Micro optimization. In the first case, we know that frame->f_exc_type by Neal Norwitz · 18 years ago
  35. e854e76 Patch #1478993: take advantage of BaseException/Exception split in cookielib by Georg Brandl · 18 years ago
  36. b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 18 years ago
  37. a166a91 Add test for rev. 45934. by Georg Brandl · 18 years ago
  38. 9f485bc Add missing PyMem_Free. by Martin v. Löwis · 18 years ago
  39. e58334a Patch #1483395: add new TLDs to cookielib by Georg Brandl · 18 years ago
  40. 0901965 Minor language edit by Andrew M. Kuchling · 18 years ago
  41. fb10858 [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee by Andrew M. Kuchling · 18 years ago
  42. e93abb7 Handle ERROR_ALREADY_EXISTS. by Martin v. Löwis · 18 years ago
  43. d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 18 years ago
  44. ce5933f Use \versionchanged for the feature change by George Yoshida · 18 years ago
  45. d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 18 years ago
  46. 9b83fc6 Clean up. by Thomas Heller · 18 years ago
  47. 97a7b7f oops - the function is exported as 'my_free', not 'free'. by Thomas Heller · 18 years ago
  48. 748f6fb Fix memory leaks in the ctypes test suite, reported by valgrind, by by Thomas Heller · 18 years ago
  49. 21a929f Export the 'free' standard C function for use in the test suite. by Thomas Heller · 18 years ago
  50. 08041d5 Update checks to consider Windows error numbers. by Martin v. Löwis · 18 years ago
  51. 4fc2bda Drop now-unnecessary arguments to posix_2str. by Martin v. Löwis · 18 years ago
  52. 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 18 years ago
  53. 7773671 Patch #1475845: Raise IndentationError for unexpected indent. by Martin v. Löwis · 18 years ago
  54. 61d168a Bug #1481530: allow "from os.path import ..." with imputil by Georg Brandl · 18 years ago
  55. 14f3da7 Don't fail the tests when libglut.so or libgle.so cannot be loaded. by Thomas Heller · 18 years ago
  56. 1bb6230 Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package. by Georg Brandl · 18 years ago
  57. 23d9d45 Bug #1472191: convert breakpoint indices to ints before comparing them to ints by Georg Brandl · 18 years ago
  58. a2ac2ef RFE #1472176: In httplib, don't encode the netloc and hostname with "idna" if not necessary. by Georg Brandl · 18 years ago
  59. 7377ad2 Add seamonkey to list of Windows browsers too. by Georg Brandl · 18 years ago
  60. d8accb3 Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception. by Nick Coghlan · 18 years ago
  61. afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 18 years ago
  62. 1b06a1d Move network tests from test_urllib2 to test_urllib2net. by Georg Brandl · 18 years ago
  63. 852bb00 Patch #1480067: don't redirect HTTP digest auth in urllib2 by Georg Brandl · 18 years ago
  64. a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 18 years ago
  65. 4511a71 Whitespace normalization. by Tim Peters · 18 years ago
  66. 3053667 fix up whitespace in prompt strings by Fred Drake · 18 years ago
  67. 5f1cca0 one more place to avoid extra markup (how many will there be?) by Fred Drake · 18 years ago
  68. 2de7a35 one more place to avoid extra markup by Fred Drake · 18 years ago
  69. 6b07be9 at least comment on why curly-quotes are not enabled by Fred Drake · 18 years ago
  70. f25fa6d avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to by Fred Drake · 18 years ago
  71. f863609 tell LaTeX2HTML to: - use UTF-8 output - not mess with the >>> prompt! by Fred Drake · 18 years ago
  72. e10b21b remove unnecessary assignment by Fred Drake · 18 years ago
  73. f322d68 Update context manager section for removal of __context__ by Andrew M. Kuchling · 18 years ago
  74. 214db63 Use open() instead of file() by Andrew M. Kuchling · 18 years ago
  75. b204583 Hopefully this will fix the spurious failures of test_mailbox.py that I'm by Guido van Rossum · 18 years ago
  76. a71fd71 Documentation bug: PySet_Pop() returns a new reference (because the by Armin Rigo · 18 years ago
  77. da5b701 Get rid of __context__, per the latest changes to PEP 343 and python-dev by Guido van Rossum · 18 years ago
  78. 8f6cbe1 Fix the formatting of KeyboardInterrupt -- a bad issubclass() call. by Guido van Rossum · 18 years ago
  79. a883701 Provide encoding as keyword argument; soften warning paragraph about encodings by Andrew M. Kuchling · 18 years ago
  80. 4b4a63e Replaced my dumb way of calculating seconds to midnight with Tim Peters' much more sensible suggestion. What was I thinking ?!? by Vinay Sajip · 18 years ago
  81. 9652baa Fix breakage from patch 1471883 (r45800 & r45808) on OSF/1. by Neal Norwitz · 18 years ago
  82. 017e68c SF #1479988: add methods to allow access to weakrefs for the by Fred Drake · 18 years ago
  83. a6d01ce Try to fix breakage caused by patch #1479181, r45850 by Neal Norwitz · 18 years ago
  84. c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 18 years ago
  85. 4bbf66e Markup fixes by Andrew M. Kuchling · 18 years ago
  86. 6849488 Add item by Andrew M. Kuchling · 18 years ago
  87. edbe657 Markup fixes; add some XXX comments noting problems by Andrew M. Kuchling · 18 years ago
  88. d22c6db add dependency by Fred Drake · 18 years ago
  89. a07fbce Rename parameters to match the documentation (which by Martin v. Löwis · 18 years ago
  90. 5f43074 Add msilib documentation. by Martin v. Löwis · 18 years ago
  91. 594855c Rename uisample to text, drop all non-text tables. by Martin v. Löwis · 18 years ago
  92. 82560eb Further integration of the documentation for the sqlite3 module. There's still by Gerhard Häring · 18 years ago
  93. e3c958c Some ElementTree fixes: import from xml, not xmlcore; fix case of module name; mention list() instead of getchildren() by Andrew M. Kuchling · 18 years ago
  94. 8672519 Work around deadlock risk. Will backport. by Martin v. Löwis · 18 years ago
  95. 6550f03 - minor clarification in section title by Fred Drake · 18 years ago
  96. dbcc8d9 Port forward from 2.4 branch: by Barry Warsaw · 18 years ago
  97. 0961228 Add item by Andrew M. Kuchling · 18 years ago
  98. 4b5caae Add urllib2 HOWTO from Michael Foord by Andrew M. Kuchling · 18 years ago
  99. 3c1983f Patch #1479438: add \keyword markup for "with". by Georg Brandl · 18 years ago
  100. 3583cff Patch #1472854: make the rlcompleter.Completer class usable on non- by Georg Brandl · 18 years ago