1. abb18af merge w/ 3.3 for issue #18055 by Brett Cannon · 11 years ago
  2. 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 11 years ago
  3. a33e11e Issue #17314: Stop using imp in multiprocessing.forking and move over by Brett Cannon · 11 years ago
  4. 30298b4 Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state. by Vinay Sajip · 11 years ago
  5. ac0ad88 Issue #17931: Resolve confusion on Windows between pids and process handles. by Richard Oudkerk · 11 years ago
  6. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  7. 7e91e77 Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified by Victor Stinner · 11 years ago
  8. c97ec8f merge by Brett Cannon · 11 years ago
  9. af38f5a Tweak at the suggestion of Ezio Melotti for exception messages when by Brett Cannon · 11 years ago
  10. e0b99ba Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators: by Victor Stinner · 11 years ago
  11. 0b81111 (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale by Victor Stinner · 11 years ago
  12. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  13. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  14. b1165f0 Issue #15392: Finish news entry. by Terry Jan Reedy · 11 years ago
  15. c70a6ae #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline. by Senthil Kumaran · 11 years ago
  16. 9734568 Issue #18080: When building a C extension module on OS X, if the compiler by Ned Deily · 11 years ago
  17. 37a79a1 Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  18. ea2b490 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  19. 3a09286 Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. by Jason R. Coombs · 11 years ago
  20. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  21. c3511c1 Issue #17953: document that sys.modules shouldn't be replaced (thanks by Brett Cannon · 11 years ago
  22. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  23. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  24. 66d53fa Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  25. 9e62d35 Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  26. caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 11 years ago
  27. 86aecc3 #14097: improve the "introduction" page of the tutorial. by Ezio Melotti · 11 years ago
  28. 916fc7b Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  29. 2c3f2f1 Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  30. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  31. 636f93c Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  32. d2b58a9 only recursively expand in the format spec (closes #17644) by Benjamin Peterson · 11 years ago
  33. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  34. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  35. c7a2825 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  36. 1acd3a0 Remove duplicate entry due to mismerge and incomplete resolution. by Terry Jan Reedy · 11 years ago
  37. 17bea37 merge by Terry Jan Reedy · 11 years ago
  38. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  39. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  40. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  41. 6b3026c merge from 3.3 by Senthil Kumaran · 11 years ago
  42. 6750282 Issue #18080: merge from 3.3 by Ned Deily · 11 years ago
  43. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  44. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  45. 281945f Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw by Serhiy Storchaka · 11 years ago
  46. 80f3bf9 Move some Misc/NEWS entries to correct place. by Serhiy Storchaka · 11 years ago
  47. 77a3ad7 Issue #18011: base64.b32decode() now raises a binascii.Error if there are by Serhiy Storchaka · 11 years ago
  48. 667a03b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  49. fc508dd NEWS entry for issue #18072 by Brett Cannon · 11 years ago
  50. acfa291 grammar by Benjamin Peterson · 11 years ago
  51. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  52. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  53. a15b955 Mention issue #16832 in Misc/NEWS by Łukasz Langa · 11 years ago
  54. 3a65ad7 Issue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag on SSL sockets. by Antoine Pitrou · 11 years ago
  55. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  56. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  57. 447b6e3 Issue #16986: ElementTree now correctly parses a string input not only when by Serhiy Storchaka · 11 years ago
  58. 43e145b Move a NEWS entity to a correct place. by Serhiy Storchaka · 11 years ago
  59. 549681c Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs. by Serhiy Storchaka · 11 years ago
  60. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  61. 3ee6dab Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled by Serhiy Storchaka · 11 years ago
  62. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  63. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  64. 87ff387 #14146: merge with 3.3. by Roger Serwy · 11 years ago
  65. 44feda3 Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an by Charles-Francois Natali · 11 years ago
  66. 93c6770 #14097: merge with 3.3. by Ezio Melotti · 11 years ago
  67. c52d113 Issue #11995: test_pydoc doesn't import all sys.path modules anymore. by Antoine Pitrou · 11 years ago
  68. 87aa7dc Issue #17812: Fixed quadratic complexity of base64.b32encode(). by Serhiy Storchaka · 11 years ago
  69. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  70. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  71. 31fb419 Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099). by Antoine Pitrou · 11 years ago
  72. 163e982 Undo the deprecation of _asdict(). by Raymond Hettinger · 11 years ago
  73. 4e0172f Deprecate nametuple._asdict() by Raymond Hettinger · 11 years ago
  74. 4895363 merge 3.3 by Benjamin Peterson · 11 years ago
  75. af7260e Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity. by Richard Oudkerk · 11 years ago
  76. fff61f2 Issue #14596: The struct.Struct() objects now use more compact implementation. by Serhiy Storchaka · 11 years ago
  77. 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
  78. 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  79. 6fdd7b8 Issue #17964: Fix os.sysconf(): the return type of the C sysconf() function by Victor Stinner · 11 years ago
  80. e914123 Merge with 3.3 by Brian Curtin · 11 years ago
  81. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  82. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  83. 1e93b06 complain about "global __class__" in a class body (closes #17983) by Benjamin Peterson · 11 years ago
  84. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  85. c032f16 post-release update. by Georg Brandl · 11 years ago
  86. 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  87. 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 11 years ago
  88. bcaddf6 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  89. ef53558 - Issue #17754: Make ctypes.util.find_library() independent of the locale. by doko@ubuntu.com · 11 years ago
  90. dbbf4c8 Misc/NEWS: Add 3.3.3 section and move entries made after the 3.3.2 release by doko@ubuntu.com · 11 years ago
  91. e1b4cbc when arguments are cells clear the locals slot (backport of #17927) by Benjamin Peterson · 11 years ago
  92. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  93. b710d7e - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  94. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  95. 5f18791 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  96. 7f98739 Issue #17968: Fix memory leak in os.listxattr(). by Antoine Pitrou · 11 years ago
  97. 84fc4ba Closes #17962: Build with OpenSSL 1.0.1e on Windows. by Georg Brandl · 11 years ago
  98. 997d05d merge by Georg Brandl · 11 years ago
  99. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  100. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago