1. ba9b404 MERGE: #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  2. 676e73b #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  3. 1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  4. 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  5. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  6. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  7. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  8. 077ef45 Update the What's New details for importlib based on doc/ABC changes. by Brett Cannon · 12 years ago
  9. 773468f Ditch the 'self' argument in importlib docs since it's implied. by Brett Cannon · 12 years ago
  10. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  11. 77821b6 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  12. a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  13. 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
  14. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  15. 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
  16. 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
  17. f37c0c7 Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py by Eli Bendersky · 12 years ago
  18. a90f311 Cleanup findnocoding.py and pysource.py scripts (with infile/infile.close) by Victor Stinner · 12 years ago
  19. 98516a6 Fix findnocoding.p and pysource.py scripts by Victor Stinner · 12 years ago
  20. 7c7ea62 Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows by Victor Stinner · 12 years ago
  21. 53386d8 Issue #15463: Write a test for faulthandler truncating the name of functions by Victor Stinner · 12 years ago
  22. 98a387b Fix the user signal handler of faulthandler by Victor Stinner · 12 years ago
  23. b303580 Issue #15525: Increase timeout when TerminateProcess() fails by Richard Oudkerk · 12 years ago
  24. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  25. 0209dc1 Clarify that hash randomization is on by default by Antoine Pitrou · 12 years ago
  26. a562ed0 Issue #8847: Merge with 3.2 by Martin v. Löwis · 12 years ago
  27. d49b323 Issue #8847: Disable COMDAT folding in Windows PGO builds. Patch by Stefan Krah. by Martin v. Löwis · 12 years ago
  28. 4c1730d Issue #8847: Disable COMDAT folding in Windows PGO builds. by Martin v. Löwis · 12 years ago
  29. b685d19 merge heads by Benjamin Peterson · 12 years ago
  30. 481ae50 construct fields in the right order (closes #15517) by Benjamin Peterson · 12 years ago
  31. c9aa321 Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser by Jesus Cea · 12 years ago
  32. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  33. 38f75cb Typo. by Barry Warsaw · 12 years ago
  34. dbdc3db - Issue #15295: Reorganize and rewrite the documentation on the import system. by Barry Warsaw · 12 years ago
  35. 9a5af12 merge by Barry Warsaw · 12 years ago
  36. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  37. 233f684 Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  38. 06c5c6d Issue #9803: Don't close IDLE on saving if breakpoint is open. by Andrew Svetlov · 12 years ago
  39. dfd72bb Issue #14814: fix some typos in howto/ipaddress.rst by Eli Bendersky · 12 years ago
  40. 0e49749 Issue #14814: reorganize ipaddress documentation and document all attributes of IPv[46]Address objects by Eli Bendersky · 12 years ago
  41. 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
  42. 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
  43. 73a74da Issue #15231: rephrase the last paragraph slightly by Eli Bendersky · 12 years ago
  44. 1713f9a Update the string limit in the faulthandler documentations by Victor Stinner · 12 years ago
  45. d5698cb Fix initialization of the faulthandler module by Victor Stinner · 12 years ago
  46. 60622ed Minor markup tweak. by Brett Cannon · 12 years ago
  47. 73df364 Add a versionchanged mention to __import__ in regards to negative level values. by Brett Cannon · 12 years ago
  48. 722d3ae Issue #15508: Fix the docstring for __import__ to not mention negative by Brett Cannon · 12 years ago
  49. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  50. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  51. 38732ea merge by Barry Warsaw · 12 years ago
  52. 504ba31 Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  53. 1fb0e3f Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. by Andrew Svetlov · 12 years ago
  54. 754d5ef Better test for BytesIO.__sizeof__, now that the struct module supports (s)size_t. by Antoine Pitrou · 12 years ago
  55. f2fdd31 merge by Ned Deily · 12 years ago
  56. 79a348a null merge by Ned Deily · 12 years ago
  57. 3b79668 Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  58. 54f939b Issue #15463: the faulthandler module truncates strings to 500 characters, by Victor Stinner · 12 years ago
  59. eb00d09 Issue #14018: merge by Ned Deily · 12 years ago
  60. c556c64 Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include by Ned Deily · 12 years ago
  61. 2910a7b Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs. by Ned Deily · 12 years ago
  62. 5d6aeb8 Fix invalid UTF-8 encoding in commit message. by Ned Deily · 12 years ago
  63. 57911f6 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  64. 8f328d0 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. by Antoine Pitrou · 12 years ago
  65. dee609c merged by Barry Warsaw · 12 years ago
  66. dde56f4 Add NEWS by Barry Warsaw · 12 years ago
  67. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  68. a264384 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  69. 10f0c50 Issue #15487: Add a __sizeof__ implementation for buffered I/O objects. by Antoine Pitrou · 12 years ago
  70. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  71. 33f7997 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 12 years ago
  72. 5ee9892 Close #15425: Eliminate more importlib related traceback noise by Nick Coghlan · 12 years ago
  73. bb9b1c1 Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  74. 90bc2dbc Issue #15402: Simplify Struct.__sizeof__ and make tests more precise. by Meador Inge · 12 years ago
  75. dbf616d Issue #15431: Drop _freeze_importlib from all build configurations, by Martin v. Löwis · 12 years ago
  76. ee365ac Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. by Martin v. Löwis · 12 years ago
  77. e3010a8 Issue #14578: Support modules registered in the Windows registry again. by Martin v. Löwis · 12 years ago
  78. 96d97ec Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows. by Martin v. Löwis · 12 years ago
  79. 79b7ea1 Commit unsaved edits. by Martin v. Löwis · 12 years ago
  80. 7e39572 Issue #15466: Stop using TYPE_INT64 in marshal, by Martin v. Löwis · 12 years ago
  81. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  82. e4c0799 Add unused parameter to a METH_NOARGS function. by Stefan Krah · 12 years ago
  83. b9e36b9 Add unused parameter to a couple of METH_NOARGS functions. The previous by Stefan Krah · 12 years ago
  84. 7d12d9d Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays. by Stefan Krah · 12 years ago
  85. 6c779ea Issue #15364: Fix test_srcdir for the installed case. by Ned Deily · 12 years ago
  86. 9e4bfb6 Dummy merge. by Richard Oudkerk · 12 years ago
  87. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  88. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  89. 46874ad Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path. by Richard Oudkerk · 12 years ago
  90. a61b459 Merged documentation update from 3.2. by Vinay Sajip · 12 years ago
  91. a58d668 Improved cookbook entry and fixed typo. by Vinay Sajip · 12 years ago
  92. 9eeea48 - Issue #15458: python-config gets a new option --configdir to print the by Barry Warsaw · 12 years ago
  93. 3bbd2fa Issue #15456: Fix code __sizeof__ after #12399 change. by Martin v. Löwis · 12 years ago
  94. 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
  95. 69f3439 Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  96. e708a8a Issue #15041: update "see also" list in tkinter documentation. by Andrew Svetlov · 12 years ago
  97. 0b9e7b9 Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  98. 09f2e6f Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode. by Antoine Pitrou · 12 years ago
  99. c5618f0 Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago
  100. 707bd4e Mention the *limit* argument of TextIO.readline(). by Antoine Pitrou · 12 years ago