1. 7e6a19d Null merge by Serhiy Storchaka · 10 years ago
  2. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 10 years ago
  3. eee44f2 Issue #3158: Provide a couple of fallbacks for in case a method_descriptor by Zachary Ware · 10 years ago
  4. a26b3f1 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  5. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 10 years ago
  6. a146bef Catch deprecation warnings emitted when non-integers are formatted with %c, %o by Serhiy Storchaka · 10 years ago
  7. 303718c Fix empty strings to empty bytes objects. by Serhiy Storchaka · 10 years ago
  8. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 10 years ago
  9. f317cb7 asyncio.tasks.gather: Fix docstring by Yury Selivanov · 10 years ago
  10. c72e638 Close issue20412: Updated Enum docs to have referencable Enum and IntEnum classes by Ethan Furman · 10 years ago
  11. 3303b6a Merge for issue #20488 by Brett Cannon · 10 years ago
  12. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 10 years ago
  13. f811bbf Issue #6386: When executing a script that's a symlink, the directory by Brett Cannon · 10 years ago
  14. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 10 years ago
  15. 3dcb0cf Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  16. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 10 years ago
  17. bfafa61 merge heads by Yury Selivanov · 10 years ago
  18. f0020f5 asyncio.streams.StreamReader: Add 'at_eof()' method by Yury Selivanov · 10 years ago
  19. 93db29b Issue #20374: merge by Ned Deily · 10 years ago
  20. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 10 years ago
  21. 4b104ab Issue #20374: merge by Ned Deily · 10 years ago
  22. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 10 years ago
  23. e694c97 asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data by Yury Selivanov · 10 years ago
  24. 58af25e #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 10 years ago
  25. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 10 years ago
  26. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  27. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  28. 4d5d69d TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version. by Eric V. Smith · 10 years ago
  29. 456ab5d Issue #20053: new test to check an assumption by Nick Coghlan · 10 years ago
  30. 780145d Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  31. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 10 years ago
  32. 54c1391 Issue #20489: Explicitly qualified expressions for default values in methods. by Serhiy Storchaka · 10 years ago
  33. 2aa15d8 Issue #20465: Update SQLite shipped with OS X installer to 3.8.3. by Ned Deily · 10 years ago
  34. 25ff287 Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  35. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 10 years ago
  36. 3b55f0c asyncio: Cosmetic improvement to test__run_once_logging() mock argument. by Guido van Rossum · 10 years ago
  37. 3c9bb69 Add missing word ("thread") to sentence about call_soon_threadsafe. by Guido van Rossum · 10 years ago
  38. 5cb84ed asyncio doc: add an example to schedule a coroutine from a different thread by Victor Stinner · 10 years ago
  39. d8b24d7 Closes #20509: Merged documentation update from 3.3. by Vinay Sajip · 10 years ago
  40. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 10 years ago
  41. e9e8907 merge 3.3 (#19186) by Benjamin Peterson · 10 years ago
  42. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 10 years ago
  43. 6edd82a Close #20053: ignore default pip config settings by Nick Coghlan · 10 years ago
  44. a9b1524 Close #20404: blacklist non-text encodings in io.TextIOWrapper by Nick Coghlan · 10 years ago
  45. 1ea4e41 Issue #17162: Fix compilation, replace non-breaking space with an ASCII space by Victor Stinner · 10 years ago
  46. ca7b046 Issue #17162: Add PyType_GetSlot. by Martin v. Löwis · 10 years ago
  47. 83bdfa0 asyncio: Fix _ProactorWritePipeTransport._pipe_closed() by Victor Stinner · 10 years ago
  48. 1703bbb Oops, undo unwanted changes in test_asyncio: mistakes of my the last sync with by Victor Stinner · 10 years ago
  49. e48d4db asyncio doc: add an example of asyncio.subprocess with communicate() and wait() by Victor Stinner · 10 years ago
  50. b79eb05 asyncio.subprocess: Replace Process.get_subprocess() method with a by Victor Stinner · 10 years ago
  51. cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 10 years ago
  52. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 10 years ago
  53. 08df295 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 10 years ago
  54. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 10 years ago
  55. c49672f Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 10 years ago
  56. d2cc743 Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache. by Antoine Pitrou · 10 years ago
  57. b74cf63 Merge heads by Serhiy Storchaka · 10 years ago
  58. 512259b Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 10 years ago
  59. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 10 years ago
  60. ce591c2 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  61. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 10 years ago
  62. 233eac4 remove extra backtick by Benjamin Peterson · 10 years ago
  63. 1b7c931 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 10 years ago
  64. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 10 years ago
  65. f045de4 remove code which does nothing but cause refleaks by Benjamin Peterson · 10 years ago
  66. ae376e5 Merge from 3.3 by Andrew Kuchling · 10 years ago
  67. 3633da2 Use different word by Andrew Kuchling · 10 years ago
  68. d591cba Merged documentation update from 3.3. by Vinay Sajip · 10 years ago
  69. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 10 years ago
  70. 7d2bfed inspect.signature: Add (restore) support for builtin classes #20473 by Yury Selivanov · 10 years ago
  71. 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 10 years ago
  72. bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 10 years ago
  73. 3bc647c Issue #20472: asyncio: Adjust the note about Mac OS X on PTY, specify that it by Victor Stinner · 10 years ago
  74. 9dd39f5 Issue #20472: test_asyncio: skip PTY tests on Mac OS X older than 10.6 by Victor Stinner · 10 years ago
  75. 1328e9d Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 10 years ago
  76. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 10 years ago
  77. 2f2ecaa Issue #19990: Install test/imghdrdata. by Ned Deily · 10 years ago
  78. 6bb21c4 Issue #19990: Install test/imghdrdata. by Ned Deily · 10 years ago
  79. 9c2389d Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 10 years ago
  80. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 10 years ago
  81. 0844438 asyncio: document the new asyncio.subprocess module by Victor Stinner · 10 years ago
  82. 9a3424b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 10 years ago
  83. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 10 years ago
  84. 85f1074 merge 3.3 (#20102) by Benjamin Peterson · 10 years ago
  85. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 10 years ago
  86. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 10 years ago
  87. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 10 years ago
  88. 1d24183 inspect.signature: Use 'inspect.isbuiltin' in 'Signature.from_builtin' by Yury Selivanov · 10 years ago
  89. 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 10 years ago
  90. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 10 years ago
  91. 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 10 years ago
  92. 9592edb asyncio doc: add "asyncio-" prefix to references by Victor Stinner · 10 years ago
  93. 2315779 Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 10 years ago
  94. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 10 years ago
  95. 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 10 years ago
  96. 153d97b #20288: merge with 3.3. by Ezio Melotti · 10 years ago
  97. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 10 years ago
  98. 145dff8 inspect.tests: Fix tests to work on python built with '--without-doc-strings' #20471 by Yury Selivanov · 10 years ago
  99. 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 10 years ago
  100. 7726ac9 #Issue 20456: Several improvements and bugfixes for Argument Clinic, by Larry Hastings · 10 years ago