1. 869ac78 merge with 3.2 by Georg Brandl · 13 years ago
  2. 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 13 years ago
  3. 9758fcf merge with 3.2 by Georg Brandl · 13 years ago
  4. 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  5. 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  6. 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
  7. 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  8. 7add4ea updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) by Eli Bendersky · 13 years ago
  9. 8df2634 merge from 3.2 - issue6566 by Senthil Kumaran · 13 years ago
  10. f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  11. 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 13 years ago
  12. 4191434 #11780: s/throw/raise/ by R David Murray · 13 years ago
  13. 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  14. 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  15. c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  16. 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
  17. 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  18. 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
  19. 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 13 years ago
  20. 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  21. 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
  22. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
  23. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago
  24. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
  25. 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' · 13 years ago
  26. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  27. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  28. d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
  29. 4775def merge by Raymond Hettinger · 13 years ago
  30. 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 · 13 years ago
  31. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  32. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
  33. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
  34. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
  35. 30162be merge with 3.2 by Georg Brandl · 13 years ago
  36. 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
  37. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
  38. 846acf5 #14289: merge with 3.2 by Georg Brandl · 13 years ago
  39. 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
  40. 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
  41. 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
  42. b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
  43. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  44. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
  45. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  46. 30c825c What's New in Python 3.3: Repeat the dict lookup change in Porting section by Victor Stinner · 13 years ago
  47. ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
  48. 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
  49. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  50. 9186850 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  51. 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  52. 68e994e closes issue14257 - cpython - minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  53. a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  54. 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
  55. a08e7e1 Close #14248: fix typo. by Georg Brandl · 13 years ago
  56. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
  57. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  58. 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
  59. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 13 years ago
  60. 8c43e69 Issue #14205: Document the dict lookup change in What's New in Python 3.3 by Victor Stinner · 13 years ago
  61. f5a1d76 Fix indentation. by Georg Brandl · 13 years ago
  62. 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 13 years ago
  63. 74d5657 Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe by Senthil Kumaran · 13 years ago
  64. 4dcf474 Fix indentation. by Georg Brandl · 13 years ago
  65. 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
  66. 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  67. 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
  68. d6c4340 Add todo item about hash randomization. by Georg Brandl · 13 years ago
  69. f67e494 merge by Brett Cannon · 13 years ago
  70. abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 13 years ago
  71. b9b281b Add some simple examples to the PEP 380 section of What's New by Nick Coghlan · 13 years ago
  72. 98e2070 Add PEP 414 to What's New, consolidate memoryview entries by Nick Coghlan · 13 years ago
  73. de157cc Issue #14200: Add benchmark results to text flow. by Martin v. Löwis · 13 years ago
  74. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  75. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  76. 80f7102 Improve packaging.database documentation by Éric Araujo · 13 years ago
  77. e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
  78. fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
  79. d3899e3 Remove mention of defunct file. by Éric Araujo · 13 years ago
  80. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
  81. f125bf5 Update copyright years and version name. by Georg Brandl · 13 years ago
  82. 0e475c3 Sort and clean up suspicious ignore file. by Georg Brandl · 13 years ago
  83. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
  84. 50fdcdf Fix encoding handling of the pydoc-topics writer. by Georg Brandl · 13 years ago
  85. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 13 years ago
  86. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
  87. 83ac013 Clarify importlib.machinery.PathFinder's difference from what __import__() does. by Brett Cannon · 13 years ago
  88. 75321e8 Minor doc cleanup. by Brett Cannon · 13 years ago
  89. b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
  90. 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
  91. 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
  92. be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
  93. 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
  94. 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
  95. 54c3203 Issue #10181: Add warning that structure layouts in memoryobject.h and by Stefan Krah · 13 years ago
  96. 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
  97. 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
  98. 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
  99. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
  100. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago