1. 675a77d Added tag v3.3.0b2 for changeset 4972a8f1b2aa by Georg Brandl · 12 years ago
  2. 1b94ab7 Bump to 3.3b2. by Georg Brandl · 12 years ago
  3. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  4. 80dd1af Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  5. 03b4d50 Issue #15424: Add a __sizeof__ implementation for array objects. by Meador Inge · 12 years ago
  6. 688a551 fix docstring wording by Philip Jenvey · 12 years ago
  7. 522267e Issue #15610: The PyImport_ImportModuleEx macro now calls by Brett Cannon · 12 years ago
  8. f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 12 years ago
  9. e9175bd Fix issue #15607: Update the print builtin function docstring with the new flush keyword. by Senthil Kumaran · 12 years ago
  10. 731d48a update docstring per the extension package fix, refactor by Philip Jenvey · 12 years ago
  11. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  12. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  13. 2d6266d Remove now unused IntOrLongToString type by Victor Stinner · 12 years ago
  14. 25a02d4 Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 by Andrew Svetlov · 12 years ago
  15. 7dac74a fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  16. 7dbee38 fix docs for c-api memory functions by Andrew Svetlov · 12 years ago
  17. 1ee0267 merge heads by Andrew Svetlov · 12 years ago
  18. eec6420 Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  19. b4a09ab Issue #15501: Document exception classes in subprocess module. by Andrew Svetlov · 12 years ago
  20. e939f38 Fix documentation for inspect module to pass doctest by Andrew Svetlov · 12 years ago
  21. efcaba0 Add description of major changes in xml.etree.ElementTree to whatsnew/3.3 by Eli Bendersky · 12 years ago
  22. 3a2b97e Issue #14992: merge from 3.2 by Ned Deily · 12 years ago
  23. c622f42 Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case by Ned Deily · 12 years ago
  24. 3cc635d faulthandler: fix the handler of user signals by Victor Stinner · 12 years ago
  25. 652e758 merge heads by Benjamin Peterson · 12 years ago
  26. 1a1367b use char instead of int to please T_BOOL (closes #15597) by Benjamin Peterson · 12 years ago
  27. 9d512ab Issue #13072: Fix test_array for installation without the ctypes module by Victor Stinner · 12 years ago
  28. 22701e8 Issue #15589: Ensure double-alignment for brute-force capi argument parser test by Larry Hastings · 12 years ago
  29. 2965011 regrtest: give more information when a child process fails with an error by Victor Stinner · 12 years ago
  30. bded28c Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t... by Victor Stinner · 12 years ago
  31. 8d4734f Issue #13072: Fix test_array for Windows with 16-bit wchar_t by Victor Stinner · 12 years ago
  32. 3277b35 - Issue #11715: Fix multiarch detection without having Debian development by doko@ubuntu.com · 12 years ago
  33. 20416a2 Issue #15560: Ensure consistent sqlite3 behavior and feature availability by Ned Deily · 12 years ago
  34. 0ed0505 merge heads by Benjamin Peterson · 12 years ago
  35. b37df51 fix yield from return value on custom iterators (closes #15568) by Benjamin Peterson · 12 years ago
  36. d340b43 Issue #15163: Pydoc shouldn't show __loader__ as a part of a module's data. by Brett Cannon · 12 years ago
  37. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  38. 638de33 Merge #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  39. 05c35a6 #15554: clarify splitlines/split differences. by R David Murray · 12 years ago
  40. a0abb44 Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries by Ned Deily · 12 years ago
  41. dfca8c9 OS X installer cleanups: by Ned Deily · 12 years ago
  42. 222d473 Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. by Brett Cannon · 12 years ago
  43. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  44. ecfefb7 Fix a spelling mistake in a comment. by Brett Cannon · 12 years ago
  45. 62bb394 Close #13072: Restore code before the PEP 393 for the array module by Victor Stinner · 12 years ago
  46. 3af2617 merge heads by Ned Deily · 12 years ago
  47. 9b63583 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  48. 9ccf82d Issue #15560: null merge by Ned Deily · 12 years ago
  49. 21603c9 merge heads by Benjamin Peterson · 12 years ago
  50. 4eda937 add another testcase by Benjamin Peterson · 12 years ago
  51. 03e2180 Issue #15560: Fix building _sqlite3 extension on OS X with an SDK. by Ned Deily · 12 years ago
  52. 636130e What's New in Python 3.3: Split improved and new modules, start to write a summary by Victor Stinner · 12 years ago
  53. 8f17c1c Complete What's New in Python 3.3. by Victor Stinner · 12 years ago
  54. fa0d628 Issue #15548: Update and complete What's New in Python 3.3, especially the "os" section by Victor Stinner · 12 years ago
  55. 69a6ca5 os.unlinkat() has been removed, update os.fwalk() doc by Victor Stinner · 12 years ago
  56. 415d0f5 Merge by Antoine Pitrou · 12 years ago
  57. 4adc9a8 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  58. e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  59. 31096a9 Issue #14814: Attempt to clarify network address and broadcast address for less experienced users by Nick Coghlan · 12 years ago
  60. 0435400 #15546: Also fix GzipFile.peek(). by Nadeem Vawda · 12 years ago
  61. e3ded95 Issue #14814: Remove redundant property from interface objects - prefixlen can be accessed via the associated network object by Nick Coghlan · 12 years ago
  62. 7362c3e Issue #14814: Finish review of ipaddress network object docs (initial patch was by Eli Bendersky) by Nick Coghlan · 12 years ago
  63. 730f67f Issue 14814: Docs work showed some more cases of networks pretending to be addresses and highlighted the weird approach to implementing the 'is_whatever' properties. Impl now illustrates far more clearly that networks have a property if both their network and broadcast addresses have that property by Nick Coghlan · 12 years ago
  64. d9baa85 NEWS entry for previous ipaddress fix by Nick Coghlan · 12 years ago
  65. e0c3f5e Close #15559: Implementing __index__ creates a nasty interaction with the bytes constructor. At least for 3.3, ipaddress objects must now be explicitly converted with int() and thus can't be passed directly to the hex() builtin. by Nick Coghlan · 12 years ago
  66. 37d3ff1 #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data. by Nadeem Vawda · 12 years ago
  67. 9c92a69 Fix test_venv to work with universal newlines (issue #13119) by Antoine Pitrou · 12 years ago
  68. 6f1a40f Merge universal newlines-related fixes (issue #13119) by Antoine Pitrou · 12 years ago
  69. ec2d269 Fix universal newlines test to avoid the newline translation done by sys.stdout. by Antoine Pitrou · 12 years ago
  70. 894375a Fix test_sys under Windows (issue #13119) by Antoine Pitrou · 12 years ago
  71. c4d974d Remove unused variable `trim_get_code`. by Antoine Pitrou · 12 years ago
  72. 15f3d1e Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc by Victor Stinner · 12 years ago
  73. fa556bd Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  74. 5ad514d Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ended with '\'. by Andrew Svetlov · 12 years ago
  75. ba5010a merge with 3.2 by Sandro Tosi · 12 years ago
  76. da9df92 add missing period; thanks to Gaston Fiore from docs@ by Sandro Tosi · 12 years ago
  77. 8aaeb2f Merge by Antoine Pitrou · 12 years ago
  78. 8486987 Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and by Antoine Pitrou · 12 years ago
  79. 8280b4b #15546: Fix BZ2File.read1()'s handling of pathological input data. by Nadeem Vawda · 12 years ago
  80. d9f38bc asynchat speedup improvement: avoid to use a function mimicking old buffer() builtin behavior; instead use plain slicing by Giampaolo Rodola' · 12 years ago
  81. a0e3feb Null merge (fix already applied to the default branch) by Victor Stinner · 12 years ago
  82. 90ef747 Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  83. 7b3f0fa Close #13119: use "\r\n" newline for sys.stdout/err on Windows by Victor Stinner · 12 years ago
  84. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  85. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  86. 3c25dfb Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  87. 0c1c0d4 Make TextIOWrapper's documentation clearer by copying the newline argument's description from open(). by Antoine Pitrou · 12 years ago
  88. ba9b404 MERGE: #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  89. 676e73b #15512: Remove remnants of debugging code by Jesus Cea · 12 years ago
  90. 1659b75 MERGE: Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  91. 16e2fca Closes #15469: Correct __sizeof__ support for deque by Jesus Cea · 12 years ago
  92. 88ca04e MERGE: Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  93. e9c5318 Closes #15512: Correct __sizeof__ support for parser by Jesus Cea · 12 years ago
  94. 5323173 Closes #15514: Correct __sizeof__ support for cpu_set by Jesus Cea · 12 years ago
  95. 077ef45 Update the What's New details for importlib based on doc/ABC changes. by Brett Cannon · 12 years ago
  96. 773468f Ditch the 'self' argument in importlib docs since it's implied. by Brett Cannon · 12 years ago
  97. b3f5501 Close #15534: Fix a typo in the fast search function of the string library (_s => s) by Victor Stinner · 12 years ago
  98. 77821b6 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  99. a9a53c7 Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. by Antoine Pitrou · 12 years ago
  100. 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