1. b7a837d Bug #1734111: document struct.Struct.size. by Georg Brandl · 17 years ago
  2. 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 17 years ago
  3. a3a68a0 Clarify wording a bit. by Georg Brandl · 17 years ago
  4. 154cc58 Bug #1594966: fix misleading usage example by Georg Brandl · 17 years ago
  5. 3e0f735 Bug #1694833: fix imp.find_module() docs wrt. packages. by Georg Brandl · 17 years ago
  6. 891f1d3 Bug #1573854: fix docs for sqlite3 cursor rowcount attr. by Georg Brandl · 17 years ago
  7. 8d9e845 Bug #1697820: document that the old slice protocol is still used by builtin types. by Georg Brandl · 17 years ago
  8. ac4018a Use try-except-finally in contextlib. by Georg Brandl · 17 years ago
  9. add36e5 Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined. by Georg Brandl · 17 years ago
  10. 7cf4079 Bug #1766421: "return code" vs. "status code". by Georg Brandl · 17 years ago
  11. 4debd55 Bug #1768121: fix wrong/missing opcode docs. by Georg Brandl · 17 years ago
  12. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
  13. 8799756 When setup.py fails to find the necessary bits to build some modules, have it by Jeffrey Yasskin · 17 years ago
  14. ca4669c stop leaving log.0000001 __db.00* and xxx.db turds in developer by Gregory P. Smith · 17 years ago
  15. d8672aa Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code by Alex Martelli · 17 years ago
  16. 89e975f whoops - need to check in configure as well by Skip Montanaro · 17 years ago
  17. 7221d93 Note that BeOS is unsupported as of Python 2.6. by Skip Montanaro · 17 years ago
  18. 1bc8d63 Added test for behavior of operations on an unconnected SMTP object, by Facundo Batista · 17 years ago
  19. 3200832 Bug #1777168: replace operator names "opa"... with "op1"... and mark everything up as literal, by Georg Brandl · 17 years ago
  20. ff457b1 Bug #1777160: mention explicitly that e.g. -1**2 is -1. by Georg Brandl · 17 years ago
  21. d7e9f60 Revert accidental checkins from last commit. by Georg Brandl · 17 years ago
  22. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 17 years ago
  23. 1bb124a [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
  24. e4f271f [ 1761786 ] distutils.util.get_platform() return value on 64bit Windows by Mark Hammond · 17 years ago
  25. c65a5f1 Catch ProtocolError exceptions and include the header information in by Facundo Batista · 17 years ago
  26. 54ec61e Add a hack (originally devised in a slightly different form by Thomas Wouters) by Guido van Rossum · 17 years ago
  27. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
  28. c553f42 Fix stray backticks. by Georg Brandl · 17 years ago
  29. f839e49 Remove Mikael as the maintainer of BeOS at his request. With no maintainer by Brett Cannon · 17 years ago
  30. 3f8fbf0 Fix PDB command descriptions. by Georg Brandl · 17 years ago
  31. 855da6c Make test_warnings re-entrant. by Brett Cannon · 17 years ago
  32. 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 17 years ago
  33. 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 17 years ago
  34. ea424b5 Clarify the comment about setting the PYTHON variable for the Doc Makefile. by Brett Cannon · 17 years ago
  35. 9ab80a9 Move another variable declaration up. by Walter Dörwald · 17 years ago
  36. 6c82b6c Use glossary x-refs, document new ``!`` feature. by Georg Brandl · 17 years ago
  37. 20b40d3 Move variable declaration up. by Walter Dörwald · 17 years ago
  38. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  39. 437e6a3 Move the glossary from the tutorial to toplevel. by Georg Brandl · 17 years ago
  40. 690b97c Note that smtplib example needs a mailserver. by Georg Brandl · 17 years ago
  41. ee354b1 Fix problem reported by Andre Roberge. by Georg Brandl · 17 years ago
  42. 82955f6 Update the tools before building the docs by Neal Norwitz · 17 years ago
  43. dc32146 Ignore a few more files. by Guido van Rossum · 17 years ago
  44. dd5ab3a Ignore *.py[co] files. by Guido van Rossum · 17 years ago
  45. f0e2918 - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  46. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 17 years ago
  47. 5c404ae Try to make the comment a little clearer. by Neal Norwitz · 17 years ago
  48. 7def3e0 Support the new doc system. by Neal Norwitz · 17 years ago
  49. bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 17 years ago
  50. 7f758c4 Mark deprecated modules as such. by Georg Brandl · 17 years ago
  51. 09a5c3e Fix a wrong path in the Makefile. by Georg Brandl · 17 years ago
  52. 7094a0c Don't use "?=" which seems to be a GNUism. by Georg Brandl · 17 years ago
  53. 64dec73 Add the roman.py module which docutils require. by Georg Brandl · 17 years ago
  54. 87d2ccf Fail somewhat more gracefully when using Python < 2.5. by Georg Brandl · 17 years ago
  55. 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 17 years ago
  56. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago
  57. f56181f Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  58. af62d9a Tag last revision with LaTeX docs. by Georg Brandl · 17 years ago
  59. 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 17 years ago
  60. a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 17 years ago
  61. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 17 years ago
  62. be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
  63. 5153266 Clarify the docs for TransientResource. by Brett Cannon · 17 years ago
  64. 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 17 years ago
  65. 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
  66. 35c2096 Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). by Neal Norwitz · 17 years ago
  67. b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 17 years ago
  68. 95d9494 Fix compilation warning. by Georg Brandl · 17 years ago
  69. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  70. 52c0c36 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  71. e7fe6c3 Patch #1765839: add link to https+proxy urllib2 opener. by Georg Brandl · 17 years ago
  72. 0f6d360 Replace unnecessary function call. by Georg Brandl · 17 years ago
  73. 69ff5ac Place #ifdef Py_USING_UNICODE around decode_unicode(). by Georg Brandl · 17 years ago
  74. 2ef7582 Handle errors when generating a warning. by Neal Norwitz · 18 years ago
  75. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
  76. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 18 years ago
  77. eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 18 years ago
  78. 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 18 years ago
  79. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 18 years ago
  80. f8bbaa9 Eliminate RLock race condition reported in SF bug #1764059 by Nick Coghlan · 18 years ago
  81. 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 18 years ago
  82. a6a21fa Correct use of Py_BUILD_CORE - now make sure it is defined before it is by Mark Hammond · 18 years ago
  83. 9efd9b6 Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 18 years ago
  84. ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 18 years ago
  85. 1ae6856 try-except-finally is new in 2.5. by Georg Brandl · 18 years ago
  86. 304f9ff Clarify PEP 343 description. by Georg Brandl · 18 years ago
  87. 8eab424 Moved all of the capture_server socket setup code into the try block by Facundo Batista · 18 years ago
  88. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  89. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
  90. ec2ce9b Make test_math error messages more meaningful for small discrepancies in results by Nick Coghlan · 18 years ago
  91. df7f38f Correctly detect AMD64 architecture on VC2003 by Mark Hammond · 18 years ago
  92. d0aabc0 In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 by Mark Hammond · 18 years ago
  93. 00f2029 Add explicit test for a misbehaving math.floor by Nick Coghlan · 18 years ago
  94. c473149 tabs, newlines and crs are valid XML characters. by Georg Brandl · 18 years ago
  95. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
  96. 55248d6 Add a temporary diagnostic message before a strange failure on the alpha Debian buildbot by Nick Coghlan · 18 years ago
  97. d44a5af More buildbot cleanup - let the OS assign the port for test_urllib2_localnet by Nick Coghlan · 18 years ago
  98. 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 18 years ago
  99. 12adef9 Try to get rid of spurious failure in test_resource on the Debian buildbots by changing the file size limit before attempting to close the file by Nick Coghlan · 18 years ago
  100. 13c25c0 Fix an incompatibility between the -i and -m command line switches as reported on python-dev by PJE - runpy.run_module now leaves any changes it makes to the sys module intact after the function terminates by Nick Coghlan · 18 years ago