1. 499d821 Issue #18919: If the close() method of a writer in the sunau or wave module by Serhiy Storchaka · 11 years ago
  2. 5b68d64 Closes #13905: mention rich-comparison methods in addition to __cmp__ when documenting how to make classes comparable and orderable. by Georg Brandl · 11 years ago
  3. c2a9dc3 Closes #19179: make table of XML vulnerabilities clearer by using "everyday" booleans and explaining the table beforehand. by Georg Brandl · 11 years ago
  4. 0f79cac Closes #13203: add a FAQ section about seemingly duplicate id()s. by Georg Brandl · 11 years ago
  5. 986b5ee Issue #19131: The aifc module now correctly reads and writes sampwidth of by Serhiy Storchaka · 11 years ago
  6. 8b1701d Issue #19005: Fix documentation for PyIter_Next(). by Raymond Hettinger · 11 years ago
  7. b82300b Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  8. 32dc141 #19194: Improved cross-references in the fcntl module documentation. by Serhiy Storchaka · 11 years ago
  9. a5ab761 #19196: Improved cross-references in distutils documentation. by Serhiy Storchaka · 11 years ago
  10. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  11. 99a196f Issue 19195: Improved cross-references in C API documentation. by Serhiy Storchaka · 11 years ago
  12. 9727880 Issue #19193: Improved cross-references in the tutorial. by Serhiy Storchaka · 11 years ago
  13. b563d4b LOL - 2.7 requires very different code. Annoying ;-) by Tim Peters · 11 years ago
  14. 641d621 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. by Tim Peters · 11 years ago
  15. 090588e Minor grammar fix. by Georg Brandl · 11 years ago
  16. e3e4c9a Fix wrong link. by Georg Brandl · 11 years ago
  17. 4fe1260 Closes #13867: remove untrue comment about PyWeakref_Check(). by Georg Brandl · 11 years ago
  18. 6f2ec18 Issue #18037: Do not escape '\u' and '\U' in raw strings. by Serhiy Storchaka · 11 years ago
  19. 2808a12 Closes #19178: backport entries for "module" and "package" from 3.x glossary. Patch by Berker Peksag. by Georg Brandl · 11 years ago
  20. 9f57278 Use the platform-independent way of calling a script from the shell: "python prog.py", not "prog.py" by Georg Brandl · 11 years ago
  21. 3456d47 Fix typo in example file name. Found by John Bokma on docs@. by Georg Brandl · 11 years ago
  22. bab7850 Fix: win32_ver returns a 4-tuple. Found by Andrew Berg on docs@. by Georg Brandl · 11 years ago
  23. 09289af Fix typo in function name. by Georg Brandl · 11 years ago
  24. 188ddd3 Closes #15432: GzipFile mtime argument was added in 2.7. by Georg Brandl · 11 years ago
  25. 1f94b26 Closes #11807: document argparse add_subparsers method better. by Georg Brandl · 11 years ago
  26. c0edade Closes #15213: update comment for _PyOS_URandom by Georg Brandl · 11 years ago
  27. 4bfc96b Closes #17725: small grammar fix. by Georg Brandl · 11 years ago
  28. 917bb8c The "FAQ" link at the end was changed to a Wikipedia link; reflect that. by Georg Brandl · 11 years ago
  29. 4e8534e Closes #19177: replace dead link to SSL/TLS introduction with the version from Apache. by Georg Brandl · 11 years ago
  30. 60ccf0a Closes #19181: replace non-existing host ftp.cwi.nl with ftp.debian.org in ftplib example. by Georg Brandl · 11 years ago
  31. 5185d0f Closes #12350: clarify blocks/block size members of stat result. by Georg Brandl · 11 years ago
  32. e0f6d59 Fix link to the "pexports" tool. Found by Joe Aikkaravelil on docs@. by Georg Brandl · 11 years ago
  33. 42dac47 Fix order of required StreamReader/StreamWriter base classes. Spotted by Edward Welbourne on docs@. by Georg Brandl · 11 years ago
  34. e8c52e1 Minor improvement: add indication that the main function goes on. by Georg Brandl · 11 years ago
  35. e300546 Fix missing class name in markup. Found by Tanky Woo on docs@. by Georg Brandl · 11 years ago
  36. 980db0a Fix example in backreference description. Found by Alexander Heger on docs@. by Georg Brandl · 11 years ago
  37. 5c80cc4 PythonCAD is now on PyQt, use Wing as a prominent PyGtk example. by Georg Brandl · 11 years ago
  38. d689650 Fix minor bug in httplib example. Found by Alex MacAulay on docs@. by Georg Brandl · 11 years ago
  39. 775ba9b Fix SQLite datatype name: it is REAL, not FLOAT. Found by Richard Kelsall on docs@. by Georg Brandl · 11 years ago
  40. 97ea40a Counter: fix recipe for "n least common elements". Found by Mikhail Golubev on docs@. by Georg Brandl · 11 years ago
  41. d796cdb Fix typo. by Georg Brandl · 11 years ago
  42. 75c3a04 Fix strange deprecation version. by Georg Brandl · 11 years ago
  43. ddbdc9a Closes #15956: improve documentation of named groups and how to reference them. by Georg Brandl · 11 years ago
  44. bcc55d6 Fix small grammar mistake. by Georg Brandl · 11 years ago
  45. b3d6fe3 Small logical fix in filter() example description. by Georg Brandl · 11 years ago
  46. 9642688 Clarify section about source code encoding. by Georg Brandl · 11 years ago
  47. 6451ae6 Fix missing period. by Georg Brandl · 11 years ago
  48. f0f0843 Fix deprecated link to Python Testing Tools Taxonomy. Reported by Daniel Greenfeld on docs@. by Georg Brandl · 11 years ago
  49. 76834a1 Fix merging mistake: wrong Python version. by Georg Brandl · 11 years ago
  50. 15d9fe7 Fix wrong Python highlighting in directory hierarchy code block. by Georg Brandl · 11 years ago
  51. b2efdee Small clarification in extending docs. by Georg Brandl · 11 years ago
  52. cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  53. d6d26ec Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. by Georg Brandl · 11 years ago
  54. c5c900d Fix small copy-paste typo in ossaudiodev setparameters() example (found by Ken Housley on docs@). by Georg Brandl · 11 years ago
  55. c3eb868 Fix some PEP8 in curses HOWTO. by Georg Brandl · 11 years ago
  56. dc80184 Clarify docs for os.path.getctime on Unix: it is the inode (metadata) change time by Georg Brandl · 11 years ago
  57. 2b38582 Fix prefix_chars not being applied in help text example (reported by John Kooker on docs@) by Georg Brandl · 11 years ago
  58. 05c8baa Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call. by Georg Brandl · 11 years ago
  59. d39c3a4 Fix markup. by Georg Brandl · 11 years ago
  60. baeb7f8 Remove dead link to effbot Tkinter introduction material (reported by Ralf Ganswindt from docs@) by Georg Brandl · 11 years ago
  61. 5e7f16e Fix: Element.text is an attribute, not a method (report by Cameron Laird on docs@) by Georg Brandl · 11 years ago
  62. dc5f3fa Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 11 years ago
  63. 8dc1692 Issue 14927: Minor clean-up of function parameters in random(). by Raymond Hettinger · 11 years ago
  64. 61e9ffa Issue #19171: speed some cases of 3-argument long pow(). by Tim Peters · 11 years ago
  65. 8f89928 #19074: mention PySide in the GUI FAQs. by Ezio Melotti · 11 years ago
  66. 3838614 #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  67. eb05316 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  68. 256735c #19166: use an unused var in a test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  69. 29f0dc5 dict is also allowed (closes #19163) by Benjamin Peterson · 11 years ago
  70. 0189a46 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  71. ebca3a5 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. by Ned Deily · 11 years ago
  72. 6d7f7e8 Drop buildbottouch again; the master is using "make touch" now. by Martin v. Löwis · 11 years ago
  73. fdda200 Issue #19137: The pprint module now correctly formats empty set and frozenset by Serhiy Storchaka · 11 years ago
  74. 3760d97 2.6 merge by Barry Warsaw · 11 years ago
  75. aa91450 Typo caught by : Arfrever Frehtes Taifersar Arahesis. by Barry Warsaw · 11 years ago
  76. 34f7c4e Minor doc fix in urlparse.rst by Senthil Kumaran · 11 years ago
  77. 5e0fae9 null merge by Barry Warsaw · 11 years ago
  78. 6e279ee post release bump by Barry Warsaw · 11 years ago
  79. a11fafe 2.6.9rc1 tag by Barry Warsaw · 11 years ago
  80. c1d9b2d Added tag v2.6.9rc1 for changeset a0025037f11a by Barry Warsaw · 11 years ago
  81. 9bf51fe Bump copyright years. by Barry Warsaw · 11 years ago
  82. be1950d Bump to 2.6.9rc1 by Barry Warsaw · 11 years ago
  83. 290df2c Regenerate pydoc_topics.py by Barry Warsaw · 11 years ago
  84. d5849f5 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  85. 42faa55 - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  86. c038c41 null merge by Barry Warsaw · 11 years ago
  87. e763a91 Fix typo in NEWS file. by Barry Warsaw · 11 years ago
  88. 9238528 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  89. e85f4e3 merge heads by Barry Warsaw · 11 years ago
  90. c7708a5 null merge by Barry Warsaw · 11 years ago
  91. c545a5e - Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Barry Warsaw · 11 years ago
  92. 59db34e Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  93. 5ddb0a3 Add fake buildbottouch target. by Martin v. Löwis · 11 years ago
  94. a719eed Code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  95. ffa4987 null merge by Barry Warsaw · 11 years ago
  96. 7472b1d null merge by Barry Warsaw · 11 years ago
  97. 6c1bb7b - Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more by Barry Warsaw · 11 years ago
  98. 87c99a0 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  99. c549607 Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  100. 61f901c remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago