1. f476405 fix typo in a comment by Victor Stinner · 12 years ago
  2. 5b235d0 Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications. by Antoine Pitrou · 12 years ago
  3. 323d292 Null merge. by R David Murray · 12 years ago
  4. bca1a26 #17135: Add note in imp to use importlib for new programs. by R David Murray · 12 years ago
  5. bb4503f Partial revert of changeset 9744b2df134c by Victor Stinner · 12 years ago
  6. fb161b1 Split PyUnicode_DecodeCharmap() into subfunction for readability by Victor Stinner · 12 years ago
  7. 33a3c50 #17135: mark imp as deprecated as of 3.4. by R David Murray · 12 years ago
  8. 170ca6f Fix bug in Unicode decoders related to _PyUnicodeWriter by Victor Stinner · 12 years ago
  9. 376cfa1 Fix typo in unicode_decode_call_errorhandler_writer() by Victor Stinner · 12 years ago
  10. 8f674cc Close #17694: Add minimum length to _PyUnicodeWriter by Victor Stinner · 12 years ago
  11. e84a51c Merge. by Richard Oudkerk · 12 years ago
  12. 245bbee Merge. by Richard Oudkerk · 12 years ago
  13. 0471ac3 Merge. by Richard Oudkerk · 12 years ago
  14. b147f60 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  15. b8da0a5 Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 12 years ago
  16. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 12 years ago
  17. 409c313 Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  18. c149902 merge 3.3 by Benjamin Peterson · 12 years ago
  19. 3083071 Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 12 years ago
  20. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 12 years ago
  21. 22b9e65 #14735: merge with 3.3. by Roger Serwy · 12 years ago
  22. 643ea53 #14735: Update IDLE docs to omit "Control-z on Windows". by Roger Serwy · 12 years ago
  23. 5aa7685 #17771: merge with 3.3. by Ezio Melotti · 12 years ago
  24. a68c1ab #17771: fix typo. Patch by Andriy Mysyk. by Ezio Melotti · 12 years ago
  25. abe46fd #17766: merge with 3.3. by Ezio Melotti · 12 years ago
  26. d13c008 #17766: test_iterlen now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 12 years ago
  27. 3533ef2 #17740: merge with 3.3. by Ezio Melotti · 12 years ago
  28. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  29. 9b42128 Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 12 years ago
  30. d34941a Issue #17739: fix the description of SSLSocket.getpeercert(binary_form=True) for server sockets. by Antoine Pitrou · 12 years ago
  31. 99c56e8 Remove unused import by Barry Warsaw · 12 years ago
  32. 20c08c8 Remove unused import. by Barry Warsaw · 12 years ago
  33. ecaefcf - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
  34. 618738b - Issue #17012: shutil.which() no longer fallbacks to the PATH environment by Barry Warsaw · 12 years ago
  35. 7c5e094 Make C and Python implementations of pickle load STRING opcodes the same way. by Alexandre Vassalotti · 12 years ago
  36. 48a2e7c merge 3.3 by Benjamin Peterson · 12 years ago
  37. 51ce29c remove pointless code (closes #17738) by Benjamin Peterson · 12 years ago
  38. af94051 Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  39. 3034efd Issue #17710: Fix pickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  40. acfc454 #13510: merge with 3.3. by Ezio Melotti · 12 years ago
  41. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  42. 7d55a40 Issue #17728: Merge with 3.3. by Eric V. Smith · 12 years ago
  43. 45fe62d Issue #17728: Specify default precision for float.format for presentation types e, f, and g. by Eric V. Smith · 12 years ago
  44. d25e7de Merge fix for #17731 from 3.3 by Nick Coghlan · 12 years ago
  45. f1465f0 Close #17731: Clean up properly in test_import by Nick Coghlan · 12 years ago
  46. 66940a1 Issue #17713: Added failure diagnostics to test. by Vinay Sajip · 12 years ago
  47. 77282cb Cleanup PyUnicode_Contains() by Victor Stinner · 12 years ago
  48. d92e078 Minor change: fix character in do_strip() for the ASCII case by Victor Stinner · 12 years ago
  49. f033510 Cleanup PyUnicode_Append() by Victor Stinner · 12 years ago
  50. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  51. 4560f9c PyUnicode_Join(): move use_memcpy test out of the loop to cleanup and optimize the code by Victor Stinner · 12 years ago
  52. 55c0878 Optimize repr(str): use _PyUnicode_FastCopyCharacters() when no character is escaped by Victor Stinner · 12 years ago
  53. af03757 Optimize ascii(str): don't encode/decode repr if repr is already ASCII by Victor Stinner · 12 years ago
  54. 322cc74 Issue #17693: Fix memory/reference leaks by Victor Stinner · 12 years ago
  55. bf71f7d Merge #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  56. 255fb3e add a newline by Brett Cannon · 12 years ago
  57. 9c367c2 merge by Brett Cannon · 12 years ago
  58. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of by Brett Cannon · 12 years ago
  59. 4e762ee Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 12 years ago
  60. f2fa5fc Issue #17221: Resort Misc/NEWS. by Serhiy Storchaka · 12 years ago
  61. 672559f (Merge 3.3) Issue #17702: use assertRaises() for the unit test by Victor Stinner · 12 years ago
  62. 839e5ea Issue #17702: use assertRaises() for the unit test by Victor Stinner · 12 years ago
  63. 43aa0d0 (Merge 3.3) Close #17702: os.environ now raises KeyError with the original by Victor Stinner · 12 years ago
  64. 6d10139 Close #17702: os.environ now raises KeyError with the original environment by Victor Stinner · 12 years ago
  65. 76b3b27 stringlib: remove unused STRINGLIB_RESIZE macro by Victor Stinner · 12 years ago
  66. 685bd4a Merge fix for #16163 from 3.3 by Nick Coghlan · 12 years ago
  67. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 12 years ago
  68. 8b4c719 Issue #17713: additional tweak to test. by Vinay Sajip · 12 years ago
  69. d86ac96 Closes #17713: Fixed bug in test_compute_rollover_weekly_attime. by Vinay Sajip · 12 years ago
  70. 8a34596 #2118: IOError is deprecated, use OSError. by R David Murray · 12 years ago
  71. 96d6a78 Merge 3.3 by Alexandre Vassalotti · 12 years ago
  72. a3e32c9 Closes #16551. Cleanup pickle.py. by Serhiy Storchaka · 12 years ago
  73. 8157459 Merge heads. by Alexandre Vassalotti · 12 years ago
  74. 8db89ca Issue #16550: Update the opcode descriptions of pickletools to use unsigned by Alexandre Vassalotti · 12 years ago
  75. c8fb047 merge with 3.3 by Georg Brandl · 12 years ago
  76. 1aca953 Fix example ignoring ".svn" directories in compileall. by Georg Brandl · 12 years ago
  77. e827ea8 merge with 3.3 by Georg Brandl · 12 years ago
  78. 1e1134a The Integral class does not contain implementations for the bit-shifting operations. (See #3056.) by Georg Brandl · 12 years ago
  79. 015427e merge with 3.3 by Georg Brandl · 12 years ago
  80. 5e2954e Clarify that the function *definition* creates the function and the binding in the module globals. by Georg Brandl · 12 years ago
  81. b979f10 merge with 3.3 by Georg Brandl · 12 years ago
  82. 1d472b7 Closes #14462: allow any valid Python identifier in sre group names, as documented. by Georg Brandl · 12 years ago
  83. cc75717 Style cleanups for pickle.py and _pickle. by Alexandre Vassalotti · 12 years ago
  84. f36f20f merge with 3.3 by Georg Brandl · 12 years ago
  85. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
  86. 6d9e145 Merge 3.3 by Alexandre Vassalotti · 12 years ago
  87. 5c4874f Merge heads. by Alexandre Vassalotti · 12 years ago
  88. 1e6a3a2 merge with 3.3 by Georg Brandl · 12 years ago
  89. a204636 bind('') does not do the same as bind('localhost') by Georg Brandl · 12 years ago
  90. f221377 merge with 3.3 by Georg Brandl · 12 years ago
  91. 5f4b4ac Update code examples using collections.abc classes. by Georg Brandl · 12 years ago
  92. 9def205 merge with 3.3 by Georg Brandl · 12 years ago
  93. 7b8c132 Closes #17726: small clarification in design FAQ. by Georg Brandl · 12 years ago
  94. 00d83f2 Clean up error messages raised by save_reduce in _pickle. by Alexandre Vassalotti · 12 years ago
  95. 94a9a2d merge with 3.3 by Georg Brandl · 12 years ago
  96. e095968 Update using/mac documentation which was still on 2.5. by Georg Brandl · 12 years ago
  97. cf72c5e merge with 3.3 by Georg Brandl · 12 years ago
  98. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 12 years ago
  99. bdc3eb7 Merge 3.3 by Alexandre Vassalotti · 12 years ago
  100. 6eea818 Fix pickling test in test_memoryio. by Alexandre Vassalotti · 12 years ago