1. 5c08931 merge 3.3 by Benjamin Peterson · 11 years ago
  2. 7d11004 raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867) by Benjamin Peterson · 11 years ago
  3. 91c2f37 Null merge, DataHandler exists in 3.4. by R David Murray · 11 years ago
  4. 775ccdf #7152: Remove incorrectly added reference to DataHandler. by R David Murray · 11 years ago
  5. e1d30f2 merge for issue #17358 by Brett Cannon · 11 years ago
  6. 5a4c233 Issue #17358: imp.load_source() and load_compiled() should now return by Brett Cannon · 11 years ago
  7. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 11 years ago
  8. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  9. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  10. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  11. 337f978 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  12. abac0a7 Added base64 module tests for non-binary files. by Serhiy Storchaka · 11 years ago
  13. 1cda453 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  14. 017523c Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 11 years ago
  15. 5f99fa7 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  16. d160b12 Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, by Serhiy Storchaka · 11 years ago
  17. 1f6ee73 merge for issue #17357 by Brett Cannon · 11 years ago
  18. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  19. 9f14681 Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking. by Antoine Pitrou · 11 years ago
  20. 3da6707 merge heads by Giampaolo Rodola' · 11 years ago
  21. 11a9bd6 ftplib: update connect() docstring by mentioning 'timeout' argument by Giampaolo Rodola' · 11 years ago
  22. f0f7cea 17830: preserve line endings of original file when updating keywords. by R David Murray · 11 years ago
  23. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 11 years ago
  24. 34373b2 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  25. e1a1674 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 11 years ago
  26. 51460cc Issue #17244: Windows doesn't let you set permissions on directories. by Brett Cannon · 11 years ago
  27. 208ac5c Issue #17832: fix a compilation warning about a function prototype. by Antoine Pitrou · 11 years ago
  28. 45f3d2f Revert c9674421d78e, leaving an additional comment by Eli Bendersky · 11 years ago
  29. 06d3abb clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  30. 6ae4667 clean the environment from pre-existing PYTHONWARNINGS for test_warnings by Łukasz Langa · 11 years ago
  31. 1ca17c2 null merge by Łukasz Langa · 11 years ago
  32. 20ea96f backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 by Łukasz Langa · 11 years ago
  33. f3d8fb1 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 11 years ago
  34. fa60818 fix character index in ExtendedInterpolation's exception message by Łukasz Langa · 11 years ago
  35. a8a5c58 (3.3->default) Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  36. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  37. cbe19e5 #17729: merge with 3.3. by Ezio Melotti · 11 years ago
  38. d638381 #17729: remove the Advocacy HOWTO from the index. by Ezio Melotti · 11 years ago
  39. 99b3caf #17729: merge with 3.3. by Ezio Melotti · 11 years ago
  40. 8bdcaf7 #17729: remove the outdated Advocacy HOWTO, as suggested by the author. by Ezio Melotti · 11 years ago
  41. b00b596 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  42. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  43. fcd9f22 Issue #16624: `subprocess.check_output` now accepts an `input` argument, by Serhiy Storchaka · 11 years ago
  44. 1859fe8 Simplify the code of get_attrib_from_keywords somewhat. by Eli Bendersky · 11 years ago
  45. ed8b86d Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  46. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  47. 40589f4 Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  48. e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 11 years ago
  49. ca3f294 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  50. 25187e6 #15575: Clarify tutorial description of when modules are executed. by R David Murray · 11 years ago
  51. 7503b4f Issue #17670: merge from 3.3 by Ned Deily · 11 years ago
  52. bebe91a Issue #17670: Provide an example of expandtabs() usage. by Ned Deily · 11 years ago
  53. 3927d80 Merge #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  54. 4140fb5 #17065: Use process-unique key for winreg test. by R David Murray · 11 years ago
  55. 4fe2184 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  56. 637c7c4 Fix reference leak in _pickle. by Alexandre Vassalotti · 11 years ago
  57. 5263c13 Merge removal of trailing whitespace from 3.3. by Ezio Melotti · 11 years ago
  58. 6b02772 Remove trailing whitespace. by Ezio Melotti · 11 years ago
  59. 38bae2d Merge removal of duplicated tests from 3.3. by Ezio Melotti · 11 years ago
  60. 65f7a9e Remove duplicated tests. by Ezio Melotti · 11 years ago
  61. dbccf6a Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  62. 67804e9 Issue #17801: fix shebang line of gprof2html.py by Ned Deily · 11 years ago
  63. f3bc946 Merge 3.3 by Alexandre Vassalotti · 11 years ago
  64. 1f7492c Isuse #17720: Fix APPENDS handling in the Python implementation of Unpickler by Alexandre Vassalotti · 11 years ago
  65. a6d67e6 Merge #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  66. bdf940d #17409: Document RLIM_INFINITY and use it to clarify the setrlimit docs. by R David Murray · 11 years ago
  67. a85017f Issue #16694: Add a pure Python implementation of the operator module. by Antoine Pitrou · 11 years ago
  68. c9f5ca2 Remove superfluous try/except by Eli Bendersky · 11 years ago
  69. 3bdead1 Add some documentation for IncrementalParesr by Eli Bendersky · 11 years ago
  70. ddcc679 Remove useless #define and #ifdefs by Eli Bendersky · 11 years ago
  71. 10e0af8 Fix trailing whitespace by Eli Bendersky · 11 years ago
  72. ab2a76c Update ET documentation reprhasing the mention of the new IncrementalParser in by Eli Bendersky · 11 years ago
  73. bf05df2 Make license notices more consistent and remove old changelog. by Eli Bendersky · 11 years ago
  74. 87e984c #9607: restore keywords.kwlist after testing it. by R David Murray · 11 years ago
  75. 32a23c3 #9607: Add tests for the keyword module. by R David Murray · 11 years ago
  76. f097f17 Merge #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  77. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  78. 24aa159 Merge 3.3 by Barry Warsaw · 11 years ago
  79. 0aa685a Minor typo in example. by Barry Warsaw · 11 years ago
  80. 03a0c27 Merge indentation fix from 3.3. by Ezio Melotti · 11 years ago
  81. 1b6424f Fix indentation. by Ezio Melotti · 11 years ago
  82. 77badf3 #17790: merge with 3.3. by Ezio Melotti · 11 years ago
  83. ab5ba79 #17790: test_set now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  84. ba5da94 #17789: merge with 3.3. by Ezio Melotti · 11 years ago
  85. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  86. a108112 #17779: merge with 3.3. by Ezio Melotti · 11 years ago
  87. aaa5d1c #17779: test_osx_env now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  88. f7520dc Fix uploadTestCase to work even when HTTPSConnection is not available. by Ezio Melotti · 11 years ago
  89. 72b8502 #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison. by Ezio Melotti · 11 years ago
  90. f476405 fix typo in a comment by Victor Stinner · 11 years ago
  91. 5b235d0 Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications. by Antoine Pitrou · 11 years ago
  92. 323d292 Null merge. by R David Murray · 11 years ago
  93. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 11 years ago
  94. bb4503f Partial revert of changeset 9744b2df134c by Victor Stinner · 11 years ago
  95. fb161b1 Split PyUnicode_DecodeCharmap() into subfunction for readability by Victor Stinner · 11 years ago
  96. 33a3c50 #17135: mark imp as deprecated as of 3.4. by R David Murray · 11 years ago
  97. 170ca6f Fix bug in Unicode decoders related to _PyUnicodeWriter by Victor Stinner · 11 years ago
  98. 376cfa1 Fix typo in unicode_decode_call_errorhandler_writer() by Victor Stinner · 11 years ago
  99. 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 11 years ago
  100. e84a51c Merge. by Richard Oudkerk · 11 years ago