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