1. ed7d0c4 Update pydoc topics. by Georg Brandl · 10 years ago
  2. c3111fc Issue #20730: Fix typo reported by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  3. 2d65951 Issue #20221: Removed conflicting (or circular) hypot definition by Zachary Ware · 11 years ago
  4. a96fd48 merge 3.2 (#20695) by Benjamin Peterson · 11 years ago
  5. 665a2bc bump Python-ast.c by Benjamin Peterson · 11 years ago
  6. 1b94030 update logo url (#20695) by Benjamin Peterson · 11 years ago
  7. f6218a2 open retrieved file in binary mode, since it's now compressed by Benjamin Peterson · 11 years ago
  8. 2bb6c35 Merge heads by Serhiy Storchaka · 11 years ago
  9. 1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit by Zachary Ware · 11 years ago
  10. 162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  11. e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of by Serhiy Storchaka · 11 years ago
  12. d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores by Victor Stinner · 11 years ago
  13. 9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. by Zachary Ware · 11 years ago
  14. cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  15. 5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. by Terry Jan Reedy · 11 years ago
  16. 58edfd9 whitespace by Terry Jan Reedy · 11 years ago
  17. 5e6db31 Untokenize: An logically incorrect assert tested user input validity. by Terry Jan Reedy · 11 years ago
  18. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  19. eb43736 backout 2807a5f011e4 for causing #20621 by Benjamin Peterson · 11 years ago
  20. c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 by Benjamin Peterson · 11 years ago
  21. 0b094ce do not line break reference by Benjamin Peterson · 11 years ago
  22. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  23. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  24. e5235f1 #20241: use correct RFC number by Andrew Kuchling · 11 years ago
  25. cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry by Andrew Kuchling · 11 years ago
  26. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  27. 4da9ab0 #20237: make a revision pass over the XML vulnerabilities section by Andrew Kuchling · 11 years ago
  28. 29352c4 add missing test assertion (closes #20080) by Benjamin Peterson · 11 years ago
  29. 9743b2c give non-iterable TypeError a message (closes #20507) by Benjamin Peterson · 11 years ago
  30. e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. by Ezio Melotti · 11 years ago
  31. f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. by Ezio Melotti · 11 years ago
  32. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  33. ffadbb7 Fixed typo in previous commit (issue #6815). by Serhiy Storchaka · 11 years ago
  34. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 11 years ago
  35. 61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. by Serhiy Storchaka · 11 years ago
  36. 1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. by Serhiy Storchaka · 11 years ago
  37. 892f4f9 Add references for Xcode and the Python Developer's Guide by Ned Deily · 11 years ago
  38. 932bba3 avoid name clash with posix_close (closes #20594) by Benjamin Peterson · 11 years ago
  39. 3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory by Serhiy Storchaka · 11 years ago
  40. c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) by Benjamin Peterson · 11 years ago
  41. f0560d9 Fix trailing whitespace. by Georg Brandl · 11 years ago
  42. 8f9c20b merge with 3.3.4 releasing repo by Georg Brandl · 11 years ago
  43. a37fcb2 Post-release updates. by Georg Brandl · 11 years ago
  44. 72e7761 issue12085: Use more Pythonic way to check _child_created. by Serhiy Storchaka · 11 years ago
  45. 1be39e5 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. by Victor Stinner · 11 years ago
  46. 505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. by Serhiy Storchaka · 11 years ago
  47. 4c04a04 Added tag v3.3.4 for changeset 7ff62415e426 by Georg Brandl · 11 years ago
  48. a7bf78d news entry by Georg Brandl · 11 years ago
  49. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  50. 409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. by Senthil Kumaran · 11 years ago
  51. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 11 years ago
  52. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 11 years ago
  53. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
  54. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  55. 7c389e2 Issue #20553. Use specific asserts in ipaddress tests. by Serhiy Storchaka · 11 years ago
  56. a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. by Terry Jan Reedy · 11 years ago
  57. 98585b6 Fix #18805 NEWS entry by Nick Coghlan · 11 years ago
  58. 932346f Issue #18805: better netmask validation in ipaddress by Nick Coghlan · 11 years ago
  59. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  60. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  61. 3a20a5d Issue #20546: Use specific asserts in int tests. by Serhiy Storchaka · 11 years ago
  62. 016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when by Serhiy Storchaka · 11 years ago
  63. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
  64. bd3a11b #20013: don't raise socket error when selected mailbox deleted. by R David Murray · 11 years ago
  65. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 11 years ago
  66. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  67. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 11 years ago
  68. bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. by Serhiy Storchaka · 11 years ago
  69. 5e028ae Fix empty strings to empty bytes objects. by Serhiy Storchaka · 11 years ago
  70. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  71. 5b4fab1 Issue #20520: Fixed readline test in test_codecs. by Serhiy Storchaka · 11 years ago
  72. cb63140 Issue #20374: delete spurious empty line by Ned Deily · 11 years ago
  73. 22d415c Issue #20374: delete spurious empty line by Ned Deily · 11 years ago
  74. 625895e Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 11 years ago
  75. c814025 Bump to 3.3.4 final by Georg Brandl · 11 years ago
  76. 7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. by Ned Deily · 11 years ago
  77. 2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. by R David Murray · 11 years ago
  78. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 11 years ago
  79. 1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. by Serhiy Storchaka · 11 years ago
  80. d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 by Christian Heimes · 11 years ago
  81. 6068b6c Issue #20509: Added cross-reference in documentation. by Vinay Sajip · 11 years ago
  82. 091d017 restore namespacing of pyexpat symbols (closes #19186) by Benjamin Peterson · 11 years ago
  83. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 11 years ago
  84. 160f892 Skip expr* tests for large integers for Tcl <8.5. by Serhiy Storchaka · 11 years ago
  85. 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 · 11 years ago
  86. b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. by Serhiy Storchaka · 11 years ago
  87. 1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. by Serhiy Storchaka · 11 years ago
  88. fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), by Serhiy Storchaka · 11 years ago
  89. 3633da2 Use different word by Andrew Kuchling · 11 years ago
  90. 554f22f Added cookbook entry on logging filter configuration using dictConfig(). by Vinay Sajip · 11 years ago
  91. 57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. by Antoine Pitrou · 11 years ago
  92. 6bb21c4 Issue #19990: Install test/imghdrdata. by Ned Deily · 11 years ago
  93. be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter by Antoine Pitrou · 11 years ago
  94. 92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. by Serhiy Storchaka · 11 years ago
  95. 091d386 use with statement to ensure zipfile is always closed (closes #20102) by Benjamin Peterson · 11 years ago
  96. c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser by Terry Jan Reedy · 11 years ago
  97. f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. by Ezio Melotti · 11 years ago
  98. a479b75 Issue #20460: Render 'bytes' as a class, not a function. by Zachary Ware · 11 years ago
  99. 19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. by Zachary Ware · 11 years ago
  100. 844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. by Gregory P. Smith · 11 years ago