- 4cfc0b5 #16518: merge with 3.3. by Ezio Melotti · 12 years ago
- c228e96 #16518: use "bytes-like object" throughout the docs. by Ezio Melotti · 12 years ago
- 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 12 years ago
- 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
- a8bc7fd Null merge (already committed in changeset a3ba5fe9bfd3) by Serhiy Storchaka · 12 years ago
- 59115aa Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
- 95ea11f add trailing newline to file by Brett Cannon · 12 years ago
- 1426853 Move test_imp over to unittest.main() by Brett Cannon · 12 years ago
- 130e481 Guard more tests in test_imp requiring imp.load_dynamic() to exist. by Brett Cannon · 12 years ago
- 2a9c653 #15902: merge w/ 3.3 by Brett Cannon · 12 years ago
- 9d0f772 Issue #15902: Fix imp.load_module() to accept None as a file when by Brett Cannon · 12 years ago
- 4072875 merge by Raymond Hettinger · 12 years ago
- b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 12 years ago
- 865eaa1 Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs by Alexandre Vassalotti · 12 years ago
- 242db72 Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected. by Antoine Pitrou · 12 years ago
- f6ca26f #17802: merge with 3.3. by Ezio Melotti · 12 years ago
- 8e596a7 #17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow. by Ezio Melotti · 12 years ago
- 8a42d60 Merge. by Charles-Francois Natali · 12 years ago
- 8dff4bd Move NEWS entry to the right section. by Ezio Melotti · 12 years ago
- f18a82d Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 12 years ago
- a771a1b Issue #17529: Fix os.sendfile() documentation regarding the type of file by Charles-Francois Natali · 12 years ago
- 1698bab #14679: add an __all__ (that contains only HTMLParser) to html.parser. by Ezio Melotti · 12 years ago
- ed52f6c #11078: test___all__ now checks for duplicates in __all__. Initial patch by R. David Murray. by Ezio Melotti · 12 years ago
- 4c09c2c Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
- 81641d6 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
- e1419e8 #16518: merge with 3.3. by Ezio Melotti · 12 years ago
- aa54e2f #16518: add "bytes-like object" to the glossary. by Ezio Melotti · 12 years ago
- 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 12 years ago
- f256f5f #17881: merge with 3.3. by Ezio Melotti · 12 years ago
- ab6ab15 #17881: clarify documentation of plistlib. by Ezio Melotti · 12 years ago
- 60342fe merge (no news entry needed for this fix to an earlier 3.4 blunder by Gregory P. Smith · 12 years ago
- 2a6486c merge by Gregory P. Smith · 12 years ago
- 5d6620d fix the news entry, the description in 3.3 should be different by Gregory P. Smith · 12 years ago
- fde108b news entry by Gregory P. Smith · 12 years ago
- cf86d94 news entry by Gregory P. Smith · 12 years ago
- 9012f14 null merge by Gregory P. Smith · 12 years ago
- 671905d null merge by Gregory P. Smith · 12 years ago
- 910bfb7 This local change was lost during the fixing of issue17192 to update by Gregory P. Smith · 12 years ago
- d8fe1f7 * Fix remaining bits of issue 17192 for 3.4 - these changes by Gregory P. Smith · 12 years ago
- 5dc268e * Fix remaining bits of issue 17192 for 3.3 - these changes by Gregory P. Smith · 12 years ago
- 6897267 * Fix PART of issue 17192 for 3.4 - reapply the issue11729 patch by Gregory P. Smith · 12 years ago
- e9d0633 * Fix PART of issue 17192 for 3.3 - reapply the issue11729 patch by Gregory P. Smith · 12 years ago
- 9330597 * Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone by Gregory P. Smith · 12 years ago
- d9fec15 refactor traceback.py to reduce code duplication (closes #17646) by Benjamin Peterson · 12 years ago
- 0bb83f8 merge 3.3 (#17863) by Benjamin Peterson · 12 years ago
- fe1b22a ignore errors when trying to fetch sys.stdin.encoding (closes #17863) by Benjamin Peterson · 12 years ago
- 5c08931 merge 3.3 by Benjamin Peterson · 12 years ago
- 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 12 years ago
- 91c2f37 Null merge, DataHandler exists in 3.4. by R David Murray · 12 years ago
- 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 12 years ago
- e1d30f2 merge for issue #17358 by Brett Cannon · 12 years ago
- 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 12 years ago
- d4c1b36 Merge: Reflow paragraphs. by R David Murray · 12 years ago
- 9330a94 Reflow paragraphs. by R David Murray · 12 years ago
- 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
- 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 12 years ago
- 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago
- abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 12 years ago
- 1cda453 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
- 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
- 5f99fa7 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
- d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 12 years ago
- 1f6ee73 merge for issue #17357 by Brett Cannon · 12 years ago
- 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 12 years ago
- 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 12 years ago
- 3da6707 merge heads by Giampaolo Rodola' · 12 years ago
- 11a9bd6 ftplib: update connect() docstring by mentioning 'timeout' argument by Giampaolo Rodola' · 12 years ago
- f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 12 years ago
- 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 12 years ago
- 34373b2 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
- e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
- 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 12 years ago
- 208ac5c Issue #17832: fix a compilation warning about a function prototype. by Antoine Pitrou · 12 years ago
- 45f3d2f Revert c9674421d78e, leaving an additional comment by Eli Bendersky · 12 years ago
- 06d3abb clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 12 years ago
- 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 12 years ago
- 1ca17c2 null merge by Łukasz Langa · 12 years ago
- 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 12 years ago
- f3d8fb1 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 12 years ago
- fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 12 years ago
- a8a5c58 (3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
- 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
- cbe19e5 #17729: merge with 3.3. by Ezio Melotti · 12 years ago
- d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 12 years ago
- 99b3caf #17729: merge with 3.3. by Ezio Melotti · 12 years ago
- 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 12 years ago
- b00b596 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
- 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 12 years ago
- fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 12 years ago
- 1859fe8 Simplify the code of get_attrib_from_keywords somewhat. by Eli Bendersky · 12 years ago
- ed8b86d Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 12 years ago
- d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 12 years ago
- 40589f4 Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
- e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
- ca3f294 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
- 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 12 years ago
- 7503b4f Issue #17670: merge from 3.3 by Ned Deily · 12 years ago
- bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 12 years ago
- 3927d80 Merge #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
- 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago