1. 088cec3 Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  2. 85ede8d Add glossary references by Antoine Pitrou · 12 years ago
  3. f3e0a69 Issue #14674: Add a discussion of the json module's standard compliance. by Antoine Pitrou · 12 years ago
  4. e991236 Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name. by Georg Brandl · 12 years ago
  5. 8622f09 Issue #15645: Ensure 2to3 grammar pickles are properly installed. by Ned Deily · 12 years ago
  6. e565cf8 Remove patch artifacts. by Georg Brandl · 12 years ago
  7. 4efdc09 #15199: Fix JavaScript's default MIME type to application/javascript by Petri Lehtinen · 12 years ago
  8. 07f6ea5 #15742: clarify sqlite parameter substitution example. by R David Murray · 12 years ago
  9. a8857af Issue #15741: Fix potential NULL dereference. Found by Coverity. by Stefan Krah · 12 years ago
  10. d928b6a #13579: minimize code base drift for 'a' string.Formatter change. by R David Murray · 12 years ago
  11. 0e3a4c8 Issue #15615: Add some tests for the json module's handling of invalid input data. by Antoine Pitrou · 12 years ago
  12. 2de4be2 Add workaround for log1p(-0.0) on platforms where it's broken. by Mark Dickinson · 12 years ago
  13. 2cc4974 Fix typo in tutorial by Eli Bendersky · 12 years ago
  14. 6ee2187 Issue #15586: porting ET's new documentation bits to 2.7. Patch by Daniel Ellis by Eli Bendersky · 12 years ago
  15. 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  16. 73b19d0 Issue 15660: Clarify 0 prefix for width field in str.format doc. by Terry Jan Reedy · 12 years ago
  17. 3c3ab22 Issue #15412: Remove erroneous note about weakrefs by Richard Oudkerk · 12 years ago
  18. c5bef75 Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors correctly. by Antoine Pitrou · 12 years ago
  19. 4ffe9a0 clarify in/not in in case of infinite iterators; thanks to Sergey Skovorodkin from docs@ by Sandro Tosi · 12 years ago
  20. c7b8f80 #15543: reflow paragraphs. by R David Murray · 12 years ago
  21. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  22. 2d44cee #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  23. becfcc0 #15269: document dircmp.left and right. by R David Murray · 12 years ago
  24. 6ce21a3 fix typo by Sandro Tosi · 12 years ago
  25. 92636bf - Issue #15647: Make isdir static for windows and posix by Matthias Klose · 12 years ago
  26. c551776 Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  27. 7cd8b42 #9161: Fix test to use standard optparse test pattern (what was I thinking?) by R David Murray · 12 years ago
  28. 6bcd00a Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  29. faee75c Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  30. fe9efc5 #9161: add test for the bug fixed by r82581. by R David Murray · 12 years ago
  31. bc77d36 Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth by Brian Curtin · 12 years ago
  32. 33f87a5 Issue #15497: Correct characters in TextWrapper.replace_whitespace docs. by Andrew Svetlov · 12 years ago
  33. 2f76f73 Issue #15630: Add an example for "continue" statement in the tutorial. Patch by by Senthil Kumaran · 12 years ago
  34. 614e44a complete cgi.parse() signature; thanks to Aaron Bingham from docs@ by Sandro Tosi · 12 years ago
  35. eca4006 add usage example from cli; thanks to Christian Clauss from docs@ by Sandro Tosi · 12 years ago
  36. 106c250 it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ by Sandro Tosi · 12 years ago
  37. 018e14d add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from docs@ by Sandro Tosi · 12 years ago
  38. 6c625e6 update Geany URL; thanks to Karl Tarbet from docs@ by Sandro Tosi · 12 years ago
  39. 682100e add missing parenthesis to 'action' argparse doc; thanks to kishkin from docs@ by Sandro Tosi · 12 years ago
  40. 02144cc Remove unused variables in parsetok(). by Georg Brandl · 12 years ago
  41. eb068f9 Fix casing of SocketServer module in 2.7. by Georg Brandl · 12 years ago
  42. d26b658 Graft a89d654adaa2 from 3.2 branch. Fixes #15620. by Georg Brandl · 12 years ago
  43. 2d639d5 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  44. a939105 Fix #15567. collections.deque wasn't imported by Brian Curtin · 12 years ago
  45. 774c8a3 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  46. 8afcec4 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  47. 359b503 make documented file() kw names and actual ones agree (closes #15572) by Benjamin Peterson · 12 years ago
  48. decdb74 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  49. 6702804 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  50. 947f358 Issue #15541: Correct anomaly in logging.exception. Thanks to Ned Batchelder for the report. by Vinay Sajip · 12 years ago
  51. 8ba844a Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  52. 7687f3f add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  53. 76370f4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  54. 4fa7a5f #15512: Declarations reorganization by Jesus Cea · 12 years ago
  55. d52544d #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  56. d4e58dc Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  57. 3e3192d Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  58. 1fa9f7b Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  59. 4c36aa4 Issue #15231: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago
  60. 33f8c3a Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  61. 8a15c37 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  62. 2d96848 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  63. d8ec464 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  64. 38df514 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  65. baee34c Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  66. bff5df0 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  67. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  68. 6812346 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  69. e4b9938 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  70. 4f947dd Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  71. 15fc220 Issue #15041: Update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  72. b37f14c Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  73. 34e992d Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  74. e2b5624 Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  75. 7009845 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  76. 0f9b8ee Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  77. fde7890 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  78. 87c5b94 Issue #15402: Add a __sizeof__ method to struct.Struct. by Meador Inge · 12 years ago
  79. 0c472c3 Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  80. 0f111c1 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  81. ea2ce47 merge heads by Gregory P. Smith · 12 years ago
  82. b9e9e0d Consistently raise a TypeError when a non str is passed to hashlib.new by Gregory P. Smith · 12 years ago
  83. 68f555c #13922: argparse no longer incorrectly strips '--' after the first one. by R David Murray · 12 years ago
  84. 056c31f #12353: argparse now correctly handles null argument values. by R David Murray · 12 years ago
  85. 1a2c1fb #14391: clarify docstring discussion of Action's 'type' argument's value. by R David Murray · 12 years ago
  86. ac9b5c6 #15342: Add clarifying sentence to posixpath.join docstring. by R David Murray · 12 years ago
  87. d33a9be Fix typo introduced in 79d54fba49b3. by Georg Brandl · 12 years ago
  88. dee8af2 Fix whitespace by Raymond Hettinger · 12 years ago
  89. 715a63b Issue #14579: Fix error handling bug in the utf-16 decoder. by Antoine Pitrou · 12 years ago
  90. bee739b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  91. 25be3f6 Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows. by Meador Inge · 12 years ago
  92. 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 12 years ago
  93. 0e3755e remove unused variable by Meador Inge · 12 years ago
  94. b8a5690 Issue #15368: fixing variable typo. by Meador Inge · 12 years ago
  95. 6642d1f Issue #15368: make bytecode generation deterministic. by Meador Inge · 12 years ago
  96. fc09520 #15375: remove duplicated word 'child' by R David Murray · 12 years ago
  97. e4220a5 Fix the with_poll tests for platforms without poll. missing import. by Gregory P. Smith · 12 years ago
  98. 66dd941 Issue 15337: help() shown as undocumented by Raymond Hettinger · 12 years ago
  99. e0c2220 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  100. 7d8a2e4 allow any number to be returned from __length_hint__ (closes #15354) by Benjamin Peterson · 12 years ago