1. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  2. 437e6a3 Move the glossary from the tutorial to toplevel. by Georg Brandl · 17 years ago
  3. 690b97c Note that smtplib example needs a mailserver. by Georg Brandl · 17 years ago
  4. ee354b1 Fix problem reported by Andre Roberge. by Georg Brandl · 17 years ago
  5. 82955f6 Update the tools before building the docs by Neal Norwitz · 17 years ago
  6. dc32146 Ignore a few more files. by Guido van Rossum · 17 years ago
  7. dd5ab3a Ignore *.py[co] files. by Guido van Rossum · 17 years ago
  8. f0e2918 - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 by Matthias Klose · 17 years ago
  9. 216ad33 Added a note in each regarding the fact that unicode strings that look the same by Mark Summerfield · 17 years ago
  10. 5c404ae Try to make the comment a little clearer. by Neal Norwitz · 17 years ago
  11. 7def3e0 Support the new doc system. by Neal Norwitz · 17 years ago
  12. bf863b1 Replace "Caveat" paragraphs by .. warning::s. by Georg Brandl · 17 years ago
  13. 7f758c4 Mark deprecated modules as such. by Georg Brandl · 17 years ago
  14. 09a5c3e Fix a wrong path in the Makefile. by Georg Brandl · 17 years ago
  15. 7094a0c Don't use "?=" which seems to be a GNUism. by Georg Brandl · 17 years ago
  16. 64dec73 Add the roman.py module which docutils require. by Georg Brandl · 17 years ago
  17. 87d2ccf Fail somewhat more gracefully when using Python < 2.5. by Georg Brandl · 17 years ago
  18. 8496939 When passed a bad formed literal to Decimal, now we have a by Facundo Batista · 17 years ago
  19. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago
  20. f56181f Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  21. af62d9a Tag last revision with LaTeX docs. by Georg Brandl · 17 years ago
  22. 5a0382e Fix a missed instance of test.test_support.guard_warnings_filter (which was by Brett Cannon · 17 years ago
  23. a53872b Added tests for simple function calls and introspection that are run by Facundo Batista · 17 years ago
  24. 2ee4128 Remove test.test_support.guard_warnings_filter. by Brett Cannon · 17 years ago
  25. be7abbb Add a UUID for python26.dll. by Martin v. Löwis · 17 years ago
  26. 5153266 Clarify the docs for TransientResource. by Brett Cannon · 17 years ago
  27. 7b97e8a Fix a minor typo in a docstring. by Brett Cannon · 17 years ago
  28. 91a5721 Fix memory leak in os.readlink by Neal Norwitz · 17 years ago
  29. 35c2096 Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). by Neal Norwitz · 17 years ago
  30. b5e81aa Backport r56875 from py3k; double LEAVE_PYTHON when AsString() fails by Guido van Rossum · 17 years ago
  31. 95d9494 Fix compilation warning. by Georg Brandl · 17 years ago
  32. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  33. 52c0c36 Bug #1769002: fix a now-wrong sentence in the tutorial. by Georg Brandl · 17 years ago
  34. e7fe6c3 Patch #1765839: add link to https+proxy urllib2 opener. by Georg Brandl · 17 years ago
  35. 0f6d360 Replace unnecessary function call. by Georg Brandl · 17 years ago
  36. 69ff5ac Place #ifdef Py_USING_UNICODE around decode_unicode(). by Georg Brandl · 17 years ago
  37. 2ef7582 Handle errors when generating a warning. by Neal Norwitz · 17 years ago
  38. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
  39. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago
  40. eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  41. 412b8b6 Allow the OS to select a free port for each test server. For by Facundo Batista · 17 years ago
  42. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  43. f8bbaa9 Eliminate RLock race condition reported in SF bug #1764059 by Nick Coghlan · 17 years ago
  44. 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 17 years ago
  45. a6a21fa Correct use of Py_BUILD_CORE - now make sure it is defined before it is by Mark Hammond · 17 years ago
  46. 9efd9b6 Bug #1763149: use proper slice syntax in docstring. (backport) by Georg Brandl · 17 years ago
  47. ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 17 years ago
  48. 1ae6856 try-except-finally is new in 2.5. by Georg Brandl · 17 years ago
  49. 304f9ff Clarify PEP 343 description. by Georg Brandl · 17 years ago
  50. 8eab424 Moved all of the capture_server socket setup code into the try block by Facundo Batista · 17 years ago
  51. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  52. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 17 years ago
  53. ec2ce9b Make test_math error messages more meaningful for small discrepancies in results by Nick Coghlan · 17 years ago
  54. df7f38f Correctly detect AMD64 architecture on VC2003 by Mark Hammond · 17 years ago
  55. d0aabc0 In consultation with Kristjan Jonsson, only define WINVER and _WINNT_WIN32 by Mark Hammond · 17 years ago
  56. 00f2029 Add explicit test for a misbehaving math.floor by Nick Coghlan · 17 years ago
  57. c473149 tabs, newlines and crs are valid XML characters. by Georg Brandl · 17 years ago
  58. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 17 years ago
  59. 55248d6 Add a temporary diagnostic message before a strange failure on the alpha Debian buildbot by Nick Coghlan · 17 years ago
  60. d44a5af More buildbot cleanup - let the OS assign the port for test_urllib2_localnet by Nick Coghlan · 17 years ago
  61. 16ed5b4 New tests for basic behavior of smtplib.SMTP and by Facundo Batista · 17 years ago
  62. 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 · 17 years ago
  63. 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 · 17 years ago
  64. 4f82a03 Tweak runpy test to do a better job of confirming that sys has been manipulated correctly by Nick Coghlan · 17 years ago
  65. ae21fc6 Correctly cleanup sys.modules after executing runpy relative import by Nick Coghlan · 17 years ago
  66. f17a2e4 Add explicit relative import tests for runpy.run_module by Nick Coghlan · 17 years ago
  67. 7f4f412 Selectively enable tests for asyncore.readwrite based on the presence by Facundo Batista · 17 years ago
  68. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  69. b1994b4 Added a select.select call in the test server loop to make sure the by Facundo Batista · 17 years ago
  70. 219336a Document that codecs.lookup() returns a CodecInfo object. by Walter Dörwald · 17 years ago
  71. b68c944 Add description for wave.setcomptype() values by Georg Brandl · 17 years ago
  72. db98f36 Fix failing unicode test caused by change to ast.c at r56441 by Kurt B. Kaiser · 17 years ago
  73. b6ac23c SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors. by Guido van Rossum · 17 years ago
  74. a3a4c2f Use "Unix" as platform name, not "UNIX". by Georg Brandl · 17 years ago
  75. 78e1961 Prevent asyncore.dispatcher tests from hanging by adding loop counters by Facundo Batista · 17 years ago
  76. 66263cf Changed the used port and commented out some tests that uses by Facundo Batista · 17 years ago
  77. f47bc18 First version. Includes tests for helper functions: read, write, by Facundo Batista · 17 years ago
  78. 2b09ef0 Avoid exception if there's a stray directory inside a Maildir folder. by Andrew M. Kuchling · 17 years ago
  79. 6111ce3 Typo fix by Andrew M. Kuchling · 17 years ago
  80. b89c9ee Clarify webbrowser.open description. by Georg Brandl · 17 years ago
  81. cf3a704 Bug #1753406: missing \versionadded for subprocess.check_call. by Georg Brandl · 17 years ago
  82. 81a06d4 In response to this SF bug: by Barry Warsaw · 17 years ago
  83. fe31d77 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  84. ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  85. fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  86. ad0cfe3 Do not try to load the GLUT library in the ctypes tests. This test by Thomas Heller · 17 years ago
  87. 1fd1cc5 Add tests for _ctypes.COMError. by Thomas Heller · 17 years ago
  88. 1421b00 Repair COMError. Since exceptions are new style classes now, setting by Thomas Heller · 17 years ago
  89. 928713c Correct the docs for takewhile(). Improve the recipe for nth(). Should be backported by Raymond Hettinger · 17 years ago
  90. 5a3b524 Added tests for basic behavior of DateTime, Binary, and Fault classes by Facundo Batista · 17 years ago
  91. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 17 years ago
  92. 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  93. b2e208f Patch #1731169: clean up expected skips list. by Georg Brandl · 17 years ago
  94. c8011d6 Patch #1731659: improve time.strptime docs. by Georg Brandl · 17 years ago
  95. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 17 years ago
  96. bc5fbd9 Patch #1739696: use code.co_code only if really necessary by Georg Brandl · 17 years ago
  97. f91149e Patch #1752270, #1750931: complain if urllib2 add_handler called by Georg Brandl · 17 years ago
  98. c6057c7 Fix #1752132: wrong comment in opcode description. by Georg Brandl · 17 years ago
  99. 9cca918 Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  100. 9b0bcc1 Patch 1693258: Fix for duplicate "preferences" menu-OS X by Ronald Oussoren · 17 years ago