1. 5d1c2f0 Issue #14502: merge with 3.2 by Sandro Tosi · 12 years ago
  2. 9a13b43 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. by Georg Brandl · 12 years ago
  3. 395c879 Merge #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  4. 28b8b94 #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  5. 283b96b Move ChainMap versionadded to be less ambiguous. by Georg Brandl · 12 years ago
  6. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  7. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  8. 2489167 Fix markup errors found by "make suspicious". by Georg Brandl · 12 years ago
  9. 8bbe9b4 Fix formatting by Antoine Pitrou · 12 years ago
  10. 682d443 Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  11. 6afd11c Issue #14456: improve documentation of the signal module w.r.t. threads. by Antoine Pitrou · 12 years ago
  12. 4cc229a merge with 3.2 by Sandro Tosi · 12 years ago
  13. 317075d use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  14. dc60f94 merge with 3.2 by Sandro Tosi · 12 years ago
  15. 9ee65f1 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 12 years ago
  16. 69c2ffa issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc by Andrew Svetlov · 12 years ago
  17. 3288e94 Merge #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  18. 5e0c571 #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  19. c1d9869 Issue #14006: improve the documentation of xml.etree.ElementTree by Eli Bendersky · 12 years ago
  20. e55f663 Fix typo in unittest.mock docs by Michael Foord · 12 years ago
  21. eac0939 #14416: conditionally add LOG_AUTHPRIV facility and LOG_ODELAY to syslog. by R David Murray · 12 years ago
  22. 8c69632 Merge #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  23. 07cf1d8 #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  24. 909f5bc Fix newlines. by Georg Brandl · 12 years ago
  25. 324b58b Update unittest.mock.patch example by Michael Foord · 12 years ago
  26. 2309ed8 Re-order unittest.mock documentation to put magic method support before the helpers by Michael Foord · 12 years ago
  27. 9015536 Adding an example to unittest.mock.patch documentation by Michael Foord · 12 years ago
  28. 54b3db8 Minor unittest.mock.patch doc / docstring improvement by Michael Foord · 12 years ago
  29. a9e6fb2 Unsplit unittest.mock documentation by Michael Foord · 12 years ago
  30. ede001a Fix doc typo noticed by Amaury Forgeot d'Arc by Eli Bendersky · 12 years ago
  31. 3a4875e Issue #6488: Explain the XPath support of xml.etree.ElementTree, with code by Eli Bendersky · 12 years ago
  32. 70ea34d Issue #14410: merge with 3.2 by Sandro Tosi · 12 years ago
  33. 99e7d07 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  34. 38a12af Updated handler documentation. by Vinay Sajip · 12 years ago
  35. 8ece80f Minor documentation tweak. by Vinay Sajip · 12 years ago
  36. 944e02d Adding unittest.mock documentation by Michael Foord · 12 years ago
  37. 1d56179 Remove extra spaces in doc example. by Andrew Svetlov · 12 years ago
  38. 60ee049 Issue #14349: Fix the doc of the MAKE_FUNCTION opcode in Doc/library/dis.rst to by Eli Bendersky · 12 years ago
  39. 226ed7e Fix indentation. by Georg Brandl · 12 years ago
  40. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  41. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  42. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  43. 2ac82f8 Fix indentation. by Georg Brandl · 12 years ago
  44. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 12 years ago
  45. 851a07e Document decimal.MIN_ETINY. by Stefan Krah · 12 years ago
  46. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  47. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 12 years ago
  48. da3d8e0 Merge #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  49. 1623aff #14355: remove obsolete doc reference to previously removed init_frozen. by R David Murray · 12 years ago
  50. 869ac78 merge with 3.2 by Georg Brandl · 12 years ago
  51. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 12 years ago
  52. 9758fcf merge with 3.2 by Georg Brandl · 12 years ago
  53. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 12 years ago
  54. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 12 years ago
  55. 8df2634 merge from 3.2 - issue6566 by Senthil Kumaran · 12 years ago
  56. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 12 years ago
  57. 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 12 years ago
  58. 4191434 #11780: s/throw/raise/ by R David Murray · 12 years ago
  59. 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  60. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 12 years ago
  61. c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 12 years ago
  62. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 12 years ago
  63. 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 12 years ago
  64. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 12 years ago
  65. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 12 years ago
  66. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 12 years ago
  67. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 12 years ago
  68. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 12 years ago
  69. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 12 years ago
  70. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 12 years ago
  71. a4e0188 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 by Giampaolo Rodola' · 12 years ago
  72. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  73. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  74. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 12 years ago
  75. 4775def merge by Raymond Hettinger · 12 years ago
  76. 13ec112 Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release. by Raymond Hettinger · 12 years ago
  77. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  78. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  79. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  80. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  81. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  82. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 12 years ago
  83. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 12 years ago
  84. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  85. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  86. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  87. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 12 years ago
  88. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 12 years ago
  89. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  90. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 12 years ago
  91. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 12 years ago
  92. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 12 years ago
  93. f5a1d76 Fix indentation. by Georg Brandl · 12 years ago
  94. 4dcf474 Fix indentation. by Georg Brandl · 12 years ago
  95. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 12 years ago
  96. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 12 years ago
  97. 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 12 years ago
  98. f67e494 merge by Brett Cannon · 12 years ago
  99. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  100. 6a59b70 Merge 3.2 by Éric Araujo · 12 years ago