1. c4f3212 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  2. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 11 years ago
  3. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  4. 85cce1e null merge (3.4 doesn't need this fix) by Gregory P. Smith · 11 years ago
  5. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 11 years ago
  6. e72b90e Issue #18270: merge from 3.3 by Ned Deily · 11 years ago
  7. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 11 years ago
  8. 7f7f3d7 Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  9. ea6854a Issue #19928: Fix test on Windows by Zachary Ware · 11 years ago
  10. 20719ac #19943: merge with 3.3. by Ezio Melotti · 11 years ago
  11. d082b68 #19943: fix typo noticed by Jakub Wilk. by Ezio Melotti · 11 years ago
  12. 184ec79 Remove commented out debugging code (remnants of issue #18996). by Serhiy Storchaka · 11 years ago
  13. 1f609e9 Issue #19407: merge PPUG notes from 3.3 by Nick Coghlan · 11 years ago
  14. b5c4fd0 Issue #19407: add Python Packaging User Guide notes by Nick Coghlan · 11 years ago
  15. a6fa153 asyncio doc: simplify task example by Victor Stinner · 11 years ago
  16. 0839ed4 asyncio doc: don't document Task.cancel(), already documented in Future.cancel() by Victor Stinner · 11 years ago
  17. 742520b asyncio: document Task.current_task() by Victor Stinner · 11 years ago
  18. 2a446bf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  19. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 11 years ago
  20. 0ed6c4a Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  21. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 11 years ago
  22. e3c39dd Remove commented-out module spec test code and an out-of-date note. by Eric Snow · 11 years ago
  23. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  24. fc25d62 asyncio: don't document private functions by Victor Stinner · 11 years ago
  25. 34f2946 asyncio: fix 2nd task example by Victor Stinner · 11 years ago
  26. dbd8950 asyncio doc: rewrite the callback hello world to use call_soon() instead of a by Victor Stinner · 11 years ago
  27. b69d62d assyncio doc: rewrite, improve and move coroutine, Future and Task examples by Victor Stinner · 11 years ago
  28. b077c05 (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  29. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 11 years ago
  30. 29e6454 Fix typo. by Stefan Krah · 11 years ago
  31. 345ec35 Fix whitespace. by Stefan Krah · 11 years ago
  32. 2d181de Merge 3.3. by Stefan Krah · 11 years ago
  33. 2dae92a Issue #15475: Add __sizeof__ implementations for itertools objects. by Serhiy Storchaka · 11 years ago
  34. a881a7f asyncio doc: explain why the loop is running twice by Victor Stinner · 11 years ago
  35. d8f11e9 asyncio: another Future example using add_done_callback() by Victor Stinner · 11 years ago
  36. 45c2fd9 asyncio doc: add an example with Future by Victor Stinner · 11 years ago
  37. 52ce3b0 Issue #19817: Fix print_exception(), clear the exception on error by Victor Stinner · 11 years ago
  38. 383bff4 Backed out changeset c4c1c4bc8086 by Victor Stinner · 11 years ago
  39. 1adc237 Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse() on Windows by Victor Stinner · 11 years ago
  40. 031bd53 Close #19880: Fix a reference leak in unittest.TestCase. Explicitly break by Victor Stinner · 11 years ago
  41. 28dd6de Fix #19830: Fix a ResourceWarning in test_poplib. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  42. 8622ac3 (Merge 3.3) Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  43. 271493b Issue #17429: Oops, remove unused import by Victor Stinner · 11 years ago
  44. ced3936 Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces by Victor Stinner · 11 years ago
  45. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
  46. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  47. 1761fa9 Add libmpdec license. by Stefan Krah · 11 years ago
  48. 37d4e0b Fix two typos. by Stefan Krah · 11 years ago
  49. 42e3b60 Missed one copyright. by Stefan Krah · 11 years ago
  50. 7b83b18 Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  51. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 11 years ago
  52. ecff655 Update copyright. The four year increment is intentional (to save work). by Stefan Krah · 11 years ago
  53. bd6932a Closes #18430: Document that peek() may change the position of the underlying by Nadeem Vawda · 11 years ago
  54. 6976104 #18430: Document that peek() may change the position of the underlying file for by Nadeem Vawda · 11 years ago
  55. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  56. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 11 years ago
  57. ca616a2 - Issue #19736: Add module-level statvfs constants defined for GNU/glibc by doko@ubuntu.com · 11 years ago
  58. b02bcae Attempt to fix OpenIndiana build issue introduced by #19922 by Christian Heimes · 11 years ago
  59. 5bb414d Issue #19343: Expose FreeBSD-specific APIs in resource module. Original patch by Koobs. by Christian Heimes · 11 years ago
  60. ead8d08 Fix test_selectors failure introduced by 39e7995f9ad1. by Charles-François Natali · 11 years ago
  61. f491f92 Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  62. a82f74d Remove mentions of Python 2.x and being externally maintained from by Gregory P. Smith · 11 years ago
  63. 34bc897 Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  64. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 11 years ago
  65. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  66. 7ef00ff Normalize whitespace by Zachary Ware · 11 years ago
  67. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  68. 5ca129b Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  69. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 11 years ago
  70. 5c29424 Issue #19758: silence PendingDeprecationWarnings in test_importlib. by Eric Snow · 11 years ago
  71. c0e71cd News item for issue 19876. by Guido van Rossum · 11 years ago
  72. 9710ff0 Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor. by Guido van Rossum · 11 years ago
  73. 647cd87 Issue #19922: define _INCLUDE__STDC_A1_SOURCE in HP-UX to include mbstate_t by Christian Heimes · 11 years ago
  74. 35175a8 Merge. by Charles-François Natali · 11 years ago
  75. 6c527cf Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  76. 7d096c2 Merge. by Charles-François Natali · 11 years ago
  77. 9b116e8 Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  78. 2044b7e Issue #19857: Make sure that test_imaplib reaps server threads even in face of by Charles-François Natali · 11 years ago
  79. 2e7d4f0 Solaris needs a readable file for shared lock by Christian Heimes · 11 years ago
  80. 782b8e4 Remove a duplicated import by Victor Stinner · 11 years ago
  81. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  82. ee07b94 Fix indentation of switch cases. by Guido van Rossum · 11 years ago
  83. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
  84. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  85. 9bcb112 Mention pickle protocol 4, and some tweaks. by Antoine Pitrou · 11 years ago
  86. 9858e8b Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  87. d4d6055 Issue #19900: improve generalities at the start of the pickle module doc by Antoine Pitrou · 11 years ago
  88. cd6f611 copy 'n paste typo (thx Antoine) by Christian Heimes · 11 years ago
  89. b82c915 Skip new SSL tests with IocpEventLoop by Christian Heimes · 11 years ago
  90. aa15276 Load expat_config.h and therefore pyconfig.h before C stdlib headers are loaded. by Christian Heimes · 11 years ago
  91. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 11 years ago
  92. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  93. 86aae6a Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 by Brett Cannon · 11 years ago
  94. 010ff58 Test same drive in different cases (issue #19908). by Serhiy Storchaka · 11 years ago
  95. a993902 Issue #19908: pathlib now joins relative Windows paths correctly when a drive by Serhiy Storchaka · 11 years ago
  96. 1b8b868 Merged minor documentation update from 3.3. by Vinay Sajip · 11 years ago
  97. b1a92a4 Added minor clarification in logging HOWTO. by Vinay Sajip · 11 years ago
  98. 6e73ff1 Issue #19881: Fix bad pickling of large bytes in cpickle. by Alexandre Vassalotti · 11 years ago
  99. c9a87e6 fix cert names for asyncio test by Christian Heimes · 11 years ago
  100. 6d8c1ab Issue #19509: Finish implementation of check_hostname by Christian Heimes · 11 years ago