1. 15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc by Victor Stinner · 12 years ago
  2. ba5010a merge with 3.2 by Sandro Tosi · 12 years ago
  3. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  4. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  5. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  6. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  7. 3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  8. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  9. 077ef45 Update the What's New details for importlib based on doc/ABC changes. by Brett Cannon · 12 years ago
  10. 773468f Ditch the 'self' argument in importlib docs since it's implied. by Brett Cannon · 12 years ago
  11. 4941774 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue by Nick Coghlan · 12 years ago
  12. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  13. ff79486 Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow by Nick Coghlan · 12 years ago
  14. 8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. by Nick Coghlan · 12 years ago
  15. f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago
  16. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  17. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  18. 9a5af12 merge by Barry Warsaw · 12 years ago
  19. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  20. dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
  21. 0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects by Eli Bendersky · 12 years ago
  22. 73a74da Issue #15231: rephrase the last paragraph slightly by Eli Bendersky · 12 years ago
  23. 1713f9a Update the string limit in the faulthandler documentations by Victor Stinner · 12 years ago
  24. 60622ed Minor markup tweak. by Brett Cannon · 12 years ago
  25. 73df364 Add a versionchanged mention to __import__ in regards to negative level values. by Brett Cannon · 12 years ago
  26. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  27. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  28. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  29. a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  30. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  31. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  32. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  33. c5618f0 Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  34. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  35. f7dbb0f Closes #15445: Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  36. 393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  37. f7a54a0 Cleanup the doc a bit: remove useless example and sentence by Eli Bendersky · 12 years ago
  38. c43c558 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek by Eli Bendersky · 12 years ago
  39. e431ed2 Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it. by Eli Bendersky · 12 years ago
  40. e9f35cc MERGE: Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  41. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  42. 653e4b3 MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  43. 189fdf1 Better test for Issue #15402: Add a __sizeof__ method to struct.Struct by Jesus Cea · 12 years ago
  44. d740629 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  45. 28a9f21 - Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek. by Senthil Kumaran · 12 years ago
  46. 4fb6b0a Merge #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  47. e60e12b #15429: Fix invalid mention of types.NoneType from None docs. by R David Murray · 12 years ago
  48. 5116704 Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. by Meador Inge · 12 years ago
  49. 5e1658c Closes #15399: merged documentation fix from 3.2. by Vinay Sajip · 12 years ago
  50. 3be7a8b Issue #15399: Added versionchanged for processName. by Vinay Sajip · 12 years ago
  51. 26fe37d #1492704: Backout and wait for 3.4 by Hynek Schlawack · 12 years ago
  52. 3cd346a MERGE: Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  53. ef86d12 Closes #15396: memory leak in tkinter by Jesus Cea · 12 years ago
  54. 77d3283 #1492704: Make shutil.copyfile() raise a distinct SameFileError by Hynek Schlawack · 12 years ago
  55. c5afd42 Fix importlib.machinery.all_suffixes docs by Nick Coghlan · 12 years ago
  56. 76e0770 Close #15387: inspect.getmodulename() now uses a new importlib.machinery.all_suffixes() API rather than the deprecated inspect.getmoduleinfo() by Nick Coghlan · 12 years ago
  57. 90db661 Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren. by Vinay Sajip · 12 years ago
  58. b22ba04 Fix typo by Raymond Hettinger · 12 years ago
  59. b2269ba Clean-up example by Raymond Hettinger · 12 years ago
  60. 2a61c45 cm.parents is property, not a method by Raymond Hettinger · 12 years ago
  61. 950b76a Doc fix: the text role is called "func", not "funk". by Larry Hastings · 12 years ago
  62. 7aa2c8b Issue #15202: Additional documentation fixes inadvertently omitted by Larry Hastings · 12 years ago
  63. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  64. 6061000 Update the pkgutil porting section in What's New. This should cause significantly fewer problems after today's updates by Nick Coghlan · 12 years ago
  65. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  66. 85e729e Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357) by Nick Coghlan · 12 years ago
  67. f96cf91 Issue #9458: clarify the documentation of ElementTree.write with regards to the type of the stream expected for a given encoding by Eli Bendersky · 12 years ago
  68. 00f402b Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me by Eli Bendersky · 12 years ago
  69. 1191709 - Issue #15233: Python now guarantees that callables registered with by Larry Hastings · 12 years ago
  70. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  71. 1581067 Minor grammatical tweaks. by Brett Cannon · 12 years ago
  72. f877a7c Some small fixes and clarifications to the io documentation by Eli Bendersky · 12 years ago
  73. 24711c4 Merge #15230 doc updates from 3.2 by Nick Coghlan · 12 years ago
  74. a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue by Nick Coghlan · 12 years ago
  75. a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 12 years ago
  76. d104eef Issue #15053: Make sure all functions related to the import lock have by Brett Cannon · 12 years ago
  77. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  78. 921d124 Show the proper way to exit a cmd shell by Raymond Hettinger · 12 years ago
  79. 78da3bc Additional fixes to multiprocessing docs (for issue #13686) by Eli Bendersky · 12 years ago
  80. 8a80502 Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch by Serhiy Storchaka, with some minor style adjustments by me. by Eli Bendersky · 12 years ago
  81. b674dcf Some fixes for the documentation of multiprocessing (per issue #13686) by Eli Bendersky · 12 years ago
  82. e08824c Remove :noindex: for threading.Thread which killed all reference links to it by Eli Bendersky · 12 years ago
  83. c128167 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  84. 77f7a9b merge by Raymond Hettinger · 12 years ago
  85. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 12 years ago
  86. bc8e097 Merge by Brett Cannon · 12 years ago
  87. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
  88. f07d949 Fix markup by Raymond Hettinger · 12 years ago
  89. 5c453ce Use the proper term. by Brett Cannon · 12 years ago
  90. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  91. 903c27c Add a note about pkgutil and how some things do not work in the face of PEP 302 permeating throughout import. by Brett Cannon · 12 years ago
  92. b194497 Issue #15288: Clarify that pkgutil.walk_packages() and friends will no by Brett Cannon · 12 years ago
  93. 19a2f59 Issue #15056: imp.cache_from_source() and source_from_cache() raise by Brett Cannon · 12 years ago
  94. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  95. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 12 years ago
  96. 9ae9473 Make it easier to search for the grouper() recipe. by Raymond Hettinger · 12 years ago
  97. 86a20f8 Issue 15265: document the exception raised for invalid sample sizes. by Raymond Hettinger · 12 years ago
  98. dd445e8 Merge 3.2 closes issue 13557 by Terry Jan Reedy · 12 years ago
  99. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  100. ac3f4f3 Fix markup for versionchanged sphinx directive. by Senthil Kumaran · 12 years ago