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