1. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  2. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  3. b7af620 #11282: merge with 3.2. by Ezio Melotti · 13 years ago
  4. 361467e #11282: the fail* methods will stay around a few more versions. by Ezio Melotti · 13 years ago
  5. c9a5272 Merge with 3.2 by Ezio Melotti · 13 years ago
  6. 9481e41 Merge with 3.1 by Ezio Melotti · 13 years ago
  7. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  8. d727e23 Issue #11393: The fault handler handles also SIGABRT by Victor Stinner · 13 years ago
  9. 7098685 Fix markup. by Georg Brandl · 13 years ago
  10. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  11. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  12. 112226f Fix markup and wording. by Raymond Hettinger · 13 years ago
  13. 12e6c25 Fix markup and wording. by Raymond Hettinger · 13 years ago
  14. 6604662 Add links to make the math docs more usable. by Raymond Hettinger · 13 years ago
  15. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 13 years ago
  16. 702624e Issue #11393: Fix the documentation (cancel_dump_traceback_later) by Victor Stinner · 13 years ago
  17. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  18. 20d2ab4 Merge issue 11662. by Guido van Rossum · 13 years ago
  19. acb6309 Merge issue 11662. by Guido van Rossum · 13 years ago
  20. 69cfcab Merge. by guido@google.com · 13 years ago
  21. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 13 years ago
  22. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  23. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  24. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 13 years ago
  25. c831a91 #10617: merge with 3.2. by Ezio Melotti · 13 years ago
  26. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 13 years ago
  27. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 13 years ago
  28. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 13 years ago
  29. b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 13 years ago
  30. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 13 years ago
  31. 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 13 years ago
  32. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 13 years ago
  33. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 13 years ago
  34. b9a1c56 Merge #10553 followup from 3.2 by Éric Araujo · 13 years ago
  35. 01606de #10553: Explain why compileall has no command-line argument to control optimization by Éric Araujo · 13 years ago
  36. b3a591b Branch merge by Éric Araujo · 13 years ago
  37. 5c1da90 Merge 3.2 by Éric Araujo · 13 years ago
  38. 722bec4 Merge 3.1 by Éric Araujo · 13 years ago
  39. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  40. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 13 years ago
  41. a464d4e Remove untrue statement from tutorial by Éric Araujo · 13 years ago
  42. 4967be0 Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 13 years ago
  43. df07aac Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 13 years ago
  44. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 13 years ago
  45. 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 13 years ago
  46. ba7b560 Fix set representation in an example. by Raymond Hettinger · 13 years ago
  47. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  48. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  49. f59c7b2 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  50. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  51. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  52. 941b2c9 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  53. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  54. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  55. 1aa8743 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  56. f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  57. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  58. 3692035 Merge by Antoine Pitrou · 13 years ago
  59. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  60. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  61. 7878020 Merge to default. by Georg Brandl · 13 years ago
  62. 2f5cac6 Merge to 3.2. by Georg Brandl · 13 years ago
  63. 82d8ec5 Fix duplicate word. by Georg Brandl · 13 years ago
  64. d402487 Merge from 3.1 by Éric Araujo · 13 years ago
  65. 09eb980 Fix typo in class name by Éric Araujo · 13 years ago
  66. 16e6f4c Fix a typo (see #3080) by Éric Araujo · 13 years ago
  67. 2592f62 tabs are verboten. by Georg Brandl · 13 years ago
  68. 7582385 Merge from 3.1 by Éric Araujo · 13 years ago
  69. 3d81d3e Markup fixes for #7198 patch. by R David Murray · 13 years ago
  70. 38a04e5 Merge markup fixes for #7198 patch. by R David Murray · 13 years ago
  71. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 13 years ago
  72. a50549b Fix footnote reference. by R David Murray · 13 years ago
  73. 5b5394c mention newline= in write doc by Skip Montanaro · 13 years ago
  74. fb8b067 Really merge #7198 by R David Murray · 13 years ago
  75. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 13 years ago
  76. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  77. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  78. af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 13 years ago
  79. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  80. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  81. 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 13 years ago
  82. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 13 years ago
  83. 729c5e2 Merge #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  84. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  85. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 13 years ago
  86. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 13 years ago
  87. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 13 years ago
  88. c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 13 years ago
  89. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 13 years ago
  90. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 13 years ago
  91. 1331263 Merge from 3.1 by Ross Lagerwall · 13 years ago
  92. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  93. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 13 years ago
  94. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  95. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  96. 0def5c6 Merge with 3.1. by Ezio Melotti · 13 years ago
  97. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  98. 77845ce Fix typo. by Ezio Melotti · 13 years ago
  99. 62e0b90 merge 3.1 by Benjamin Peterson · 13 years ago
  100. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 13 years ago