1. 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
  2. a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 12 years ago
  3. 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 12 years ago
  4. 7c7ea62 Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows by Victor Stinner · 12 years ago
  5. 53386d8 Issue #15463: Write a test for faulthandler truncating the name of functions by Victor Stinner · 12 years ago
  6. 98a387b Fix the user signal handler of faulthandler by Victor Stinner · 12 years ago
  7. b303580 Issue #15525: Increase timeout when TerminateProcess() fails by Richard Oudkerk · 12 years ago
  8. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  9. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  10. a562ed0 Issue #8847: Merge with 3.2 by Martin v. Löwis · 12 years ago
  11. d49b323 Issue #8847: Disable COMDAT folding in Windows PGO builds. Patch by Stefan Krah. by Martin v. Löwis · 12 years ago
  12. 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  13. b685d19 merge heads by Benjamin Peterson · 12 years ago
  14. 481ae50 construct fields in the right order (closes #15517) by Benjamin Peterson · 12 years ago
  15. c9aa321 Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser by Jesus Cea · 12 years ago
  16. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  17. 38f75cb Typo. by Barry Warsaw · 12 years ago
  18. dbdc3db - Issue #15295: Reorganize and rewrite the documentation on the import system. by Barry Warsaw · 12 years ago
  19. 9a5af12 merge by Barry Warsaw · 12 years ago
  20. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  21. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  22. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  23. dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
  24. 0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects by Eli Bendersky · 12 years ago
  25. 336d9ac Issue #15425: Don't rely on the assumption that the current working directory is on sys.path (this will hopefully appease the XP buildbots) by Nick Coghlan · 12 years ago
  26. 42c0766 Close #15486: Simplify the mechanism used to remove importlib frames from tracebacks when they just introduce irrelevant noise by Nick Coghlan · 12 years ago
  27. 73a74da Issue #15231: rephrase the last paragraph slightly by Eli Bendersky · 12 years ago
  28. 1713f9a Update the string limit in the faulthandler documentations by Victor Stinner · 12 years ago
  29. d5698cb Fix initialization of the faulthandler module by Victor Stinner · 12 years ago
  30. 60622ed Minor markup tweak. by Brett Cannon · 12 years ago
  31. 73df364 Add a versionchanged mention to __import__ in regards to negative level values. by Brett Cannon · 12 years ago
  32. 722d3ae Issue #15508: Fix the docstring for __import__ to not mention negative by Brett Cannon · 12 years ago
  33. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  34. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  35. 38732ea merge by Barry Warsaw · 12 years ago
  36. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  37. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  38. 754d5ef Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. by Antoine Pitrou · 12 years ago
  39. f2fdd31 merge by Ned Deily · 12 years ago
  40. 79a348a null merge by Ned Deily · 12 years ago
  41. 3b79668 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  42. 54f939b Issue #15463: the faulthandler module truncates strings to 500 characters, by Victor Stinner · 12 years ago
  43. eb00d09 Issue #14018: merge by Ned Deily · 12 years ago
  44. c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  45. 2910a7b Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  46. 5d6aeb8 Fix invalid UTF-8 encoding in commit message. by Ned Deily · 12 years ago
  47. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  48. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  49. dee609c merged by Barry Warsaw · 12 years ago
  50. dde56f4 Add NEWS by Barry Warsaw · 12 years ago
  51. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  52. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  53. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  54. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  55. 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  56. 5ee9892 Close #15425: Eliminate more importlib related traceback noise by Nick Coghlan · 12 years ago
  57. bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  58. 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  59. dbf616d Issue #15431: Drop _freeze_importlib from all build configurations, by Martin v. Löwis · 12 years ago
  60. ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. by Martin v. Löwis · 12 years ago
  61. e3010a8 Issue #14578: Support modules registered in the Windows registry again. by Martin v. Löwis · 12 years ago
  62. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  63. 79b7ea1 Commit unsaved edits. by Martin v. Löwis · 12 years ago
  64. 7e39572 Issue #15466: Stop using TYPE_INT64 in marshal, by Martin v. Löwis · 12 years ago
  65. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  66. e4c0799 Add unused parameter to a METH_NOARGS function. by Stefan Krah · 12 years ago
  67. b9e36b9 Add unused parameter to a couple of METH_NOARGS functions. The previous by Stefan Krah · 12 years ago
  68. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  69. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  70. 9e4bfb6 Dummy merge. by Richard Oudkerk · 12 years ago
  71. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  72. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  73. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  74. a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  75. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  76. 9eeea48 - Issue #15458: python-config gets a new option --configdir to print the by Barry Warsaw · 12 years ago
  77. 3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. by Martin v. Löwis · 12 years ago
  78. d0118e1 Restored test by specifying that the symlink links to a target (currently required for Windows symlinks). See issue15093 for details. by Jason R. Coombs · 12 years ago
  79. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  80. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  81. 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  82. 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  83. c5618f0 Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  84. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  85. f7dbb0f Closes #15445: Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  86. 393e23f Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios. by Vinay Sajip · 12 years ago
  87. 0994148 merge 3.2 by Martin v. Löwis · 12 years ago
  88. 30d5e6c Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy. by Martin v. Löwis · 12 years ago
  89. f4b341b merge 3.2 by Martin v. Löwis · 12 years ago
  90. c882b7c Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself. by Martin v. Löwis · 12 years ago
  91. f3923e9 Issue #15413: os.times() had disappeared under Windows. by Antoine Pitrou · 12 years ago
  92. 4c66896 #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  93. 186396d #15232: make NEWS entry more accurate. by R David Murray · 12 years ago
  94. f7a54a0 Cleanup the doc a bit: remove useless example and sentence by Eli Bendersky · 12 years ago
  95. 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
  96. 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
  97. c59cc8f Issue #14197: merge by Ned Deily · 12 years ago
  98. ecd4e9d Issue #14197: For OS X framework builds, ensure links to the shared by Ned Deily · 12 years ago
  99. e9f35cc MERGE: Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago
  100. 55624da Rollback an incorrect Doc/ACKS.txt entry by Jesus Cea · 12 years ago