1. b2269ba Clean-up example by Raymond Hettinger · 12 years ago
  2. 4866266 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  3. dad5711 Fixes Issue #14635: telnetlib will use poll() rather than select() when possible by Gregory P. Smith · 12 years ago
  4. 2a61c45 cm.parents is property, not a method by Raymond Hettinger · 12 years ago
  5. 2747177 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 12 years ago
  6. 950b76a Doc fix: the text role is called "func", not "funk". by Larry Hastings · 12 years ago
  7. 6159e09 #4640: Add optparse tests for '-xxx' invalid when defining options. by R David Murray · 12 years ago
  8. 7aa2c8b Issue #15202: Additional documentation fixes inadvertently omitted by Larry Hastings · 12 years ago
  9. e554f8b Closes #15361: Corrected venv prompt in PowerShell activation script. by Vinay Sajip · 12 years ago
  10. b403806 Issue #15202: Consistently use the name "follow_symlinks" for by Larry Hastings · 12 years ago
  11. 509d87d Issue #15307: Skipped test_venv:test_prefixes when run from a venv. by Vinay Sajip · 12 years ago
  12. 9ac4d88 #15180: Clarify posixpath.join() error message when mixing str & bytes by Hynek Schlawack · 12 years ago
  13. 4774946 #15180: Clarify posixpath.join() error message when mixing str & bytes by Hynek Schlawack · 12 years ago
  14. b7a5894 Refcounting fixes by Nick Coghlan · 12 years ago
  15. ceda83c Make set_main_loader static (noticed by Antoine Pitrou) by Nick Coghlan · 12 years ago
  16. 8e6e7d3 Fix typo in a comment (noticed by Terry Reedy) by Nick Coghlan · 12 years ago
  17. 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
  18. 9deaa06 Issue #9319: Remove the workaround for this since fixed problem from pydoc by Nick Coghlan · 12 years ago
  19. 2824cb5 Issue #15343: A lot more than just unicode decoding can go wrong when retrieving a source file by Nick Coghlan · 12 years ago
  20. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  21. 3f94cbf Actually initialize __main__.__loader__ with loader instances, not the corresponding type objects by Nick Coghlan · 12 years ago
  22. 8dbe5b5 Remove a statement that was only added for debugging purposes by Nick Coghlan · 12 years ago
  23. 37b3b90 Note why we can't write an automated test for the code path that brings up the REPL for a bare 'python' call by Nick Coghlan · 12 years ago
  24. 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
  25. 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
  26. 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
  27. 1191709 - Issue #15233: Python now guarantees that callables registered with by Larry Hastings · 12 years ago
  28. c4ac789 Fix-up latex styling by Raymond Hettinger · 12 years ago
  29. ad5ae04 - Issue #15238: shutil.copystat now copies Linux "extended attributes". by Larry Hastings · 12 years ago
  30. 7c6309c Update the embedded copy of the expat XML parser to 2.1.0. It brings by Gregory P. Smith · 12 years ago
  31. 1581067 Minor grammatical tweaks. by Brett Cannon · 12 years ago
  32. f877a7c Some small fixes and clarifications to the io documentation by Eli Bendersky · 12 years ago
  33. 24711c4 Merge #15230 doc updates from 3.2 by Nick Coghlan · 12 years ago
  34. a3d1cac Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue by Nick Coghlan · 12 years ago
  35. 2f54b98 Merge fix for #15230 from 3.2 by Nick Coghlan · 12 years ago
  36. 761bb11 Close #15230: runpy.run_path now sets __package__ correctly. Also refactored the runpy tests to use a more systematic approach by Nick Coghlan · 12 years ago
  37. 045bd53 Issue #15241: Fix test_prefixes failure in test_venv due to symlink in by Ned Deily · 12 years ago
  38. 26c01d7 Try other approach to fix issue #15334. by Antoine Pitrou · 12 years ago
  39. 2bb3021 Try other approach to fix issue #15334. by Antoine Pitrou · 12 years ago
  40. 2e28f09 Null merge by Antoine Pitrou · 12 years ago
  41. 924ae1b Remove duplicate entry and fix order by Antoine Pitrou · 12 years ago
  42. b9c7c82 Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  43. f0b1baf Issue #15334: skip test_dynamic_key when run in non-interactive mode. by Antoine Pitrou · 12 years ago
  44. c287423 Merge by Antoine Pitrou · 12 years ago
  45. c27ace6 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 12 years ago
  46. 68f4247 Issue #15338: skip test_UNC_path when the current user doesn't have enough permissions to access the path. by Antoine Pitrou · 12 years ago
  47. fb20a1a Fix builtin test and simplify the classified text tuple. by Raymond Hettinger · 12 years ago
  48. a6473f9 Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use by Brett Cannon · 12 years ago
  49. d104eef Issue #15053: Make sure all functions related to the import lock have by Brett Cannon · 12 years ago
  50. 52cc722 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  51. 921d124 Show the proper way to exit a cmd shell by Raymond Hettinger · 12 years ago
  52. 282083d Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
  53. 67097fd Use _RPCFile.write properly. by Martin v. Löwis · 12 years ago
  54. c276165 Don't use TextIOBase implementations in _RPCFile. by Martin v. Löwis · 12 years ago
  55. 8a75bed Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  56. c65ef9b Issue #4832: Modify IDLE to save files with .py extension by by Ned Deily · 12 years ago
  57. 78da3bc Additional fixes to multiprocessing docs (for issue #13686) by Eli Bendersky · 12 years ago
  58. 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
  59. b674dcf Some fixes for the documentation of multiprocessing (per issue #13686) by Eli Bendersky · 12 years ago
  60. e08824c Remove :noindex: for threading.Thread which killed all reference links to it by Eli Bendersky · 12 years ago
  61. e574402 Issue #7652: Clean up _mpd_qinvroot() and mark it LIBMPDEC_ONLY. Use the by Stefan Krah · 12 years ago
  62. c128167 Add c_size_t and c_ssize_t to the ctypes summary table. by Antoine Pitrou · 12 years ago
  63. 77f7a9b merge by Raymond Hettinger · 12 years ago
  64. 5df0204 For diagnosis, try to list the directory first by Antoine Pitrou · 12 years ago
  65. f189e80 Small improvements to test_unc_path by Antoine Pitrou · 12 years ago
  66. 021548c Try to fix or diagnose buildbot failures by Antoine Pitrou · 12 years ago
  67. 673eb6a Issue #15300: Ensure the temporary test working directories are in the same parent folder when running tests in multiprocess mode from a Python build. by Antoine Pitrou · 12 years ago
  68. fa0989f merge 3.2 by Martin v. Löwis · 12 years ago
  69. ff40aa7 merge 3.2 by Martin v. Löwis · 12 years ago
  70. 9ba4545 merge 3.2 by Martin v. Löwis · 12 years ago
  71. 44b4b6a Fix compilation under Windows by Antoine Pitrou · 12 years ago
  72. 461c813 Issue #15111: When a module was imported using a 'from import' by Brett Cannon · 12 years ago
  73. c4618e3 Factored out common venv documentation and added more information about Distribute/pip. by Vinay Sajip · 12 years ago
  74. 7d39055 Add simple LaTeX markup by Raymond Hettinger · 12 years ago
  75. 66f3659 fix refleak by Benjamin Peterson · 12 years ago
  76. 7d30b80 Issue #15315: Support VS 2010 in distutils cygwincompiler. by Martin v. Löwis · 12 years ago
  77. 2b9df89 Don't package removed pysetup3 anymore. by Martin v. Löwis · 12 years ago
  78. fa87370 initialize variable for compiler happiness by Benjamin Peterson · 12 years ago
  79. bc8e097 Merge by Brett Cannon · 12 years ago
  80. 77b2abd Issue #15167 (as part of #13959): imp.get_magic() is no implemented in by Brett Cannon · 12 years ago
  81. f07d949 Fix markup by Raymond Hettinger · 12 years ago
  82. afbb5fb Null merge by Antoine Pitrou · 12 years ago
  83. 59b9a7b Backport test for nested namespace packages. by Antoine Pitrou · 12 years ago
  84. b2dd880 Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. by Antoine Pitrou · 12 years ago
  85. 7df5e58 merge 3.2 by Martin v. Löwis · 12 years ago
  86. 1d0f6dd normalize whitespace by Martin v. Löwis · 12 years ago
  87. b7439a5 merge heads by Martin v. Löwis · 12 years ago
  88. 79007fa merge 3.2 by Martin v. Löwis · 12 years ago
  89. 9ae3f7a Issue #13532: Check that arguments to sys.stdout.write are strings. by Martin v. Löwis · 12 years ago
  90. 5c453ce Use the proper term. by Brett Cannon · 12 years ago
  91. 3adc7b7 Issue #15242: Have PyImport_GetMagicTag() return a const char * by Brett Cannon · 12 years ago
  92. 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
  93. b194497 Issue #15288: Clarify that pkgutil.walk_packages() and friends will no by Brett Cannon · 12 years ago
  94. 19a2f59 Issue #15056: imp.cache_from_source() and source_from_cache() raise by Brett Cannon · 12 years ago
  95. bf7eab0 Issue #15256: Re-use the ImportError exception message as defined by by Brett Cannon · 12 years ago
  96. cd9b746 Added cross-references to venv definition. by Vinay Sajip · 12 years ago
  97. 6dc9f0e Merged upstream changes. by Vinay Sajip · 12 years ago
  98. a945ad1 Issue #15283: Updated pyvenv documentation to expand on activation. by Vinay Sajip · 12 years ago
  99. 848245a Add verbose option for diagnostics by Raymond Hettinger · 12 years ago
  100. cc4cffb Merge with 3.2 Issue 12510 by Terry Jan Reedy · 12 years ago