1. 7582385 Merge from 3.1 by Éric Araujo · 14 years ago
  2. d402487 Merge from 3.1 by Éric Araujo · 14 years ago
  3. 09eb980 Fix typo in class name by Éric Araujo · 14 years ago
  4. 3d81d3e Markup fixes for #7198 patch. by R David Murray · 14 years ago
  5. 38a04e5 Merge markup fixes for #7198 patch. by R David Murray · 14 years ago
  6. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 14 years ago
  7. a50549b Fix footnote reference. by R David Murray · 14 years ago
  8. 5b5394c mention newline= in write doc by Skip Montanaro · 14 years ago
  9. fb8b067 Really merge #7198 by R David Murray · 14 years ago
  10. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 14 years ago
  11. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  12. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  13. af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 14 years ago
  14. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  15. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  16. 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 14 years ago
  17. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
  18. 729c5e2 Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  19. e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  20. 9bb9877 Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. by Antoine Pitrou · 14 years ago
  21. 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
  22. 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
  23. c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 14 years ago
  24. f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
  25. fe93faf Issue #3080: Add PyImport_ImportModuleLevelObject() function by Victor Stinner · 14 years ago
  26. 1331263 Merge from 3.1 by Ross Lagerwall · 14 years ago
  27. 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
  28. 9bd3bbc Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 14 years ago
  29. 34db469 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  30. 6b19e50 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  31. 0def5c6 Merge with 3.1. by Ezio Melotti · 14 years ago
  32. 2b73660 Fix markup in inputoutput.rst. by Ezio Melotti · 14 years ago
  33. 77845ce Fix typo. by Ezio Melotti · 14 years ago
  34. 62e0b90 merge 3.1 by Benjamin Peterson · 14 years ago
  35. ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
  36. e858bca forward merge from 3.1 by Senthil Kumaran · 14 years ago
  37. abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
  38. 147f608 #11446: merge with 3.1. by Ezio Melotti · 14 years ago
  39. 7885833 #11446: fix incorrect PEP link. by Ezio Melotti · 14 years ago
  40. fc4252d merge by Eli Bendersky · 14 years ago
  41. a7a1c15 merge from 3.1 by Eli Bendersky · 14 years ago
  42. 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  43. 1a87e32 #11435: Update the links generated by the source directive to use hg.python.org. by Ezio Melotti · 14 years ago
  44. 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
  45. 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
  46. c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
  47. f2b5673 Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
  48. c542547 Reword the finalization note. by Gregory P. Smith · 14 years ago
  49. c60137b Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
  50. 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 14 years ago
  51. 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
  52. 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
  53. db536af Issue #3080: Document the name attribute of the _inittab structure by Victor Stinner · 14 years ago
  54. 53dc735 Issue #3080: Add PyImport_ImportFrozenModuleObject() by Victor Stinner · 14 years ago
  55. 9188702 #7198: add newlines='' to csv.writer docs. by R David Murray · 14 years ago
  56. c9b49f8 untab by Skip Montanaro · 14 years ago
  57. b7d1aeb *sigh* - i don't like this workflow at all by Skip Montanaro · 14 years ago
  58. 482e7e0 merge from upstream by Skip Montanaro · 14 years ago
  59. 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  60. b61efd0 commit merge by Skip Montanaro · 14 years ago
  61. b40dea7 Mention RFC 4180. Based on input by Tony Wallace in issue 11456. by Skip Montanaro · 14 years ago
  62. 7807c35 Issue #10812: Add some extra posix functions to the os module. by Ross Lagerwall · 14 years ago
  63. ba102ec Issue #5870: Add subprocess.DEVNULL constant. by Ross Lagerwall · 14 years ago
  64. c157790 Fix typo in subprocess documentation. by Ronald Oussoren · 14 years ago
  65. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 14 years ago
  66. a2e7814 Forward port doc update. by Raymond Hettinger · 14 years ago
  67. ed1fce2 merge 3.2 by Michael Foord · 14 years ago
  68. 31f218b Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
  69. ffdbbca merged by Barry Warsaw · 14 years ago
  70. 5b2c876 Merged by Barry Warsaw · 14 years ago
  71. ec43833 Merge doc update by Antoine Pitrou · 14 years ago
  72. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
  73. ab1dfd6 Merge #11555 as_string doc fix from 3.2. by R David Murray · 14 years ago
  74. deaa678 Merge redundant __contains__ doc fix from 3.2. by R David Murray · 14 years ago
  75. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
  76. 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 14 years ago
  77. 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 14 years ago
  78. 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
  79. 41b1228 Merge with 3.2 by Ross Lagerwall · 14 years ago
  80. 0cfc237 Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() anymore by Antoine Pitrou · 14 years ago
  81. 0d23189 Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 14 years ago
  82. 279755a Issue #7391: Remove outdated HOWTO with permission of its author. by Raymond Hettinger · 14 years ago
  83. 32657fb Merge with 3.2. by Ezio Melotti · 14 years ago
  84. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
  85. 32b0127 merge 3.2 by Benjamin Peterson · 14 years ago
  86. e4f6a80 Fix example in atexit doc: Both open and read could raise the IOError (#10461 follow-up). by Éric Araujo · 14 years ago
  87. 476021b Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by orsenthil@gmail.com · 14 years ago
  88. 3b1eb1a #11446: merge with 3.2. by Ezio Melotti · 14 years ago
  89. a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 14 years ago
  90. 6860a92 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
  91. f0eccfd #11435: Merge with 3.2 by Ezio Melotti · 14 years ago
  92. ee30a0b Merge #10999 fix. by R David Murray · 14 years ago
  93. 1aea1da Explicitly mention that people should not depend on immediate by Gregory P. Smith · 14 years ago
  94. a2087d0 Merge from 3.2. by Ezio Melotti · 14 years ago
  95. 684d78c #11298: merge from 3.2. by Ezio Melotti · 14 years ago
  96. 52d3e7e Name c -> cls in example. by Georg Brandl · 14 years ago
  97. 1ebca48 Merge doc fixes. by Georg Brandl · 14 years ago
  98. 891391b Merge doc fixes. by Georg Brandl · 14 years ago
  99. 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
  100. 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago