1. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 14 years ago
  2. 90efac7 Issue 10502: addition of unittestgui to Tools/ by Michael Foord · 14 years ago
  3. d218e95 Issue 10786: unittest documentation update. by Michael Foord · 14 years ago
  4. e1bc898 Some nits. by Antoine Pitrou · 14 years ago
  5. b205d58 Add a shutdown() call in the server example. by Antoine Pitrou · 14 years ago
  6. 4a67a46 Clarify behaviour of close() and shutdown() on sockets. by Antoine Pitrou · 14 years ago
  7. 8a7e5da Fix code indentation. by Georg Brandl · 14 years ago
  8. 121ff82 #1665333: add more docs for optparse.OptionGroup. by Georg Brandl · 14 years ago
  9. ed13853 Happy New Year! (CET edition) by Georg Brandl · 14 years ago
  10. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 14 years ago
  11. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 14 years ago
  12. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 14 years ago
  13. 627284c Fix Issue10793 - hashlib documentation issue on return type of digest by Senthil Kumaran · 14 years ago
  14. ef1a8b6 Fix same typo in docs. by R. David Murray · 14 years ago
  15. de3aa7f Issue #10783: rephrase the changelog (new try) by Victor Stinner · 14 years ago
  16. 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 14 years ago
  17. ece98d6 Issue #10783: rephrase the changelog (NEWS, What's new) by Victor Stinner · 14 years ago
  18. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 14 years ago
  19. 9624559 Minor doc update for #9333. Took out the phrasing about os.symlink not by Brian Curtin · 14 years ago
  20. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 14 years ago
  21. e398da9 #10609: fix non-working dbm example. by Georg Brandl · 14 years ago
  22. e9e8c9b #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. by Georg Brandl · 14 years ago
  23. 9d9848e Rewrap. by Georg Brandl · 14 years ago
  24. 2c39c77 #10781: clarify that *encoding* is not a parameter for Node objects in general. by Georg Brandl · 14 years ago
  25. c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 14 years ago
  26. b1dbd10 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string by Victor Stinner · 14 years ago
  27. 1564192 Fix advice: call PyType_Ready to fill in ob_type of custom types. by Georg Brandl · 14 years ago
  28. fcf3a0c Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. by Georg Brandl · 14 years ago
  29. 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 14 years ago
  30. 301e956 Issue #8966: Remove the documentation of ctypes.set_conversion_mode() by Victor Stinner · 14 years ago
  31. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  32. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  33. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 14 years ago
  34. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 14 years ago
  35. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
  36. 7d10129 Added logging documentation cross-references. by Vinay Sajip · 14 years ago
  37. e6f1e43 Improved logging cookbook for logging with multiprocessing. by Vinay Sajip · 14 years ago
  38. 0d4bcf4 Fix typo (#10770) by Éric Araujo · 14 years ago
  39. 2908765 Remove unexistent parameter (#3216) by Éric Araujo · 14 years ago
  40. c9562f3 Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) by Éric Araujo · 14 years ago
  41. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 14 years ago
  42. 1397ce1 Logging documentation updates. by Vinay Sajip · 14 years ago
  43. fca8bee Added an XXX note to describe timedelta/timedelta feature. by Alexander Belopolsky · 14 years ago
  44. 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 14 years ago
  45. b2eacd9 Issue #9063: Corrected the tzinfo example. by Alexander Belopolsky · 14 years ago
  46. 0d26798 Issue #10587: Document the meaning of str methods. by Alexander Belopolsky · 14 years ago
  47. eaedfcb Another trivial typo correction in whatsnew by Michael Foord · 14 years ago
  48. 689b68a Logging documentation updates. by Vinay Sajip · 14 years ago
  49. 5e9b14c Minor typo corrections in whatsnew by Michael Foord · 14 years ago
  50. f35a34c Add todo by Raymond Hettinger · 14 years ago
  51. 1a7a2e0 Both PEP 3131 and the current implementation use NFKC normalization by Alexander Belopolsky · 14 years ago
  52. cfee0e8 Document the alternate format for :ref:. by Raymond Hettinger · 14 years ago
  53. 6778fa9 Reference the release schedule by Raymond Hettinger · 14 years ago
  54. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 14 years ago
  55. f259076 Suggest sys.maxsize as a reliable way to know whether the interpreter is 64-bit. by Antoine Pitrou · 14 years ago
  56. 01094e1 Logging documentation updates. by Vinay Sajip · 14 years ago
  57. c63619b Logging documentation reorganised. by Vinay Sajip · 14 years ago
  58. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 14 years ago
  59. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  60. c884350 Fix markup error and update suspicious file. by Georg Brandl · 14 years ago
  61. 7504302 Logging documentation update. by Vinay Sajip · 14 years ago
  62. addc6f5 #10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed. by Ezio Melotti · 14 years ago
  63. 0bdfbfa #10723: add missing builtin exceptions. by Georg Brandl · 14 years ago
  64. 32e1771 #10728: the default for printing help is sys.stdout, not stderr. by R. David Murray · 14 years ago
  65. 77570e2 Fix typo. by Georg Brandl · 14 years ago
  66. 197c9c9 Make this a note again. by Antoine Pitrou · 14 years ago
  67. eebb252 Use kbd role. by Georg Brandl · 14 years ago
  68. 5d53fdd Typo fix. by Georg Brandl · 14 years ago
  69. 101234b Add attribution. by Georg Brandl · 14 years ago
  70. 2b8861f Nits. by Raymond Hettinger · 14 years ago
  71. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  72. 0412974 Minor markup and wording fixups. by Raymond Hettinger · 14 years ago
  73. d73be67 Minor wordsmithing and markup fix-ups. by Raymond Hettinger · 14 years ago
  74. 3094ed8 Enhance argparse example to show aliases. by Raymond Hettinger · 14 years ago
  75. c539a2a Add link to a sample solution to a common problem. by Raymond Hettinger · 14 years ago
  76. c5895dc Fix typo by Daniel Stutzbach · 14 years ago
  77. 79a06ed fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Antoine. by Łukasz Langa · 14 years ago
  78. 2b38b6c configparser hype coming up! by Łukasz Langa · 14 years ago
  79. 71b37a5 100% test coverage, better mapping protocol compatibility, some minor bugfixes by Łukasz Langa · 14 years ago
  80. 2a1e3e6 Issue2690: Update docs to reflect the change made by issue2690. by Daniel Stutzbach · 14 years ago
  81. 09f4414 Expand the LBYL glossary entry. by Raymond Hettinger · 14 years ago
  82. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  83. 7cb3051 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. by Daniel Stutzbach · 14 years ago
  84. 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 14 years ago
  85. a396463 #10559: provide instructions for accessing sys.argv when first mentioned. by R. David Murray · 14 years ago
  86. b25a791 configparser API cleanup: default values now sensible, slightly incompatible. by Łukasz Langa · 14 years ago
  87. 12de8ac Credit Florent for porting by Antoine Pitrou · 14 years ago
  88. 202717d Add todo for WSGI by Raymond Hettinger · 14 years ago
  89. 930df31 Add missing docs and directives related to PEP 3147 and byte-compilation by Éric Araujo · 14 years ago
  90. 971dc01 Fix one versionchanged by Éric Araujo · 14 years ago
  91. 9743e4f Improve the ContextDecorator example. by Raymond Hettinger · 14 years ago
  92. f68fa05 Add versionadded directive missing from r78983. by Éric Araujo · 14 years ago
  93. 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 14 years ago
  94. 7f64c8a Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. by Łukasz Langa · 14 years ago
  95. bb9686f Thank you ispell. by Raymond Hettinger · 14 years ago
  96. 48f3bd3 Nits by Raymond Hettinger · 14 years ago
  97. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 14 years ago
  98. 6046e22 Entries for ElementTree, collectionsm, functools and ZipFile. by Raymond Hettinger · 14 years ago
  99. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 14 years ago
  100. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago