1. 18f2ce9 Bump to 3.3.4rc1. by Georg Brandl · 12 years ago
  2. 381c280 #20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue. by Georg Brandl · 12 years ago
  3. c114353 #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket by Georg Brandl · 12 years ago
  4. 5f6bf55 use new readline function types (closes #20374) by Benjamin Peterson · 12 years ago
  5. 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
  6. 09761e7 Issue #20317: Don't create a reference loop in ExitStack by Nick Coghlan · 12 years ago
  7. 758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. by Florent Xicluna · 12 years ago
  8. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 12 years ago
  9. 665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, by Victor Stinner · 12 years ago
  10. 9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the by Serhiy Storchaka · 12 years ago
  11. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 12 years ago
  12. a96860c correct news entry for #18574 by Benjamin Peterson · 12 years ago
  13. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 12 years ago
  14. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 12 years ago
  15. ff97b08 Issue #20270: urllib.urlparse now supports empty ports. by Serhiy Storchaka · 12 years ago
  16. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 12 years ago
  17. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 12 years ago
  18. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 12 years ago
  19. c3cf97b Issue #20265: Updated some parts of the Using Windows document. by Zachary Ware · 12 years ago
  20. 6f8e81a Fix some typos/grammar in current sections of NEWS. by Zachary Ware · 12 years ago
  21. 9fc0e99 Issue #20266: Update parts of the Windows FAQ by Zachary Ware · 12 years ago
  22. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  23. 71337cb Issue #20255: Update the about and bugs pages. by Zachary Ware · 12 years ago
  24. 9774ce0 Issue #20253: Fixed a typo in the ipaddress docs that advertised an by Zachary Ware · 12 years ago
  25. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 12 years ago
  26. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 12 years ago
  27. 1fd1202 Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles. by Vinay Sajip · 12 years ago
  28. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 12 years ago
  29. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 12 years ago
  30. 0abbe8c Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri() by Serhiy Storchaka · 12 years ago
  31. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 12 years ago
  32. 4637538 fix build when SCHED_SPORADIC is defined (closes #20217) by Benjamin Peterson · 12 years ago
  33. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 12 years ago
  34. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 12 years ago
  35. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  36. cd3d7ca Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for. by Antoine Pitrou · 12 years ago
  37. 768c16c Issue #18960: Fix bugs with Python source code encoding in the second line. by Serhiy Storchaka · 12 years ago
  38. 5ce3f10 Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU by Serhiy Storchaka · 12 years ago
  39. 78ee328 Fix verb tense in base64 docs, and the phrasing of a news entry. by R David Murray · 12 years ago
  40. 57ddf78 Issue #20113: os.readv() and os.writev() now raise an OSError exception on by Victor Stinner · 12 years ago
  41. 2bcbc14 Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from by Gregory P. Smith · 12 years ago
  42. a21acb5 Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. by Serhiy Storchaka · 12 years ago
  43. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 12 years ago
  44. 3e6ab17 avoid parameter name clash (closes #20108) by Benjamin Peterson · 12 years ago
  45. 3f48ac9 Issue #20055: Fix test_shutil under Windows with symlink privileges held. by Antoine Pitrou · 12 years ago
  46. b075cc0 Clarify the wording of a news entry. by R David Murray · 12 years ago
  47. b6fac24 Backporing the fix from Issue #12692 by Senthil Kumaran · 12 years ago
  48. 3e86ba4 Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data. by Antoine Pitrou · 12 years ago
  49. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 12 years ago
  50. 5eb0153 Issue #20027: Fixed locale aliases for devanagari locales. by Serhiy Storchaka · 12 years ago
  51. d97c01f Issue #20067: Tkinter variables now work when wantobjects is false. by Serhiy Storchaka · 12 years ago
  52. e80e806 Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had been by Zachary Ware · 12 years ago
  53. cc4290b Issue #19320: test_tcl no longer fails when wantobjects is false. by Serhiy Storchaka · 12 years ago
  54. 848972c Issue #19020: Tkinter now uses splitlist() instead of split() in configure by Serhiy Storchaka · 12 years ago
  55. 0fd5576 Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. by Serhiy Storchaka · 12 years ago
  56. 335a512 Fix TypeError on "setup.py upload --show-response". by Antoine Pitrou · 12 years ago
  57. e8d07a9 Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 12 years ago
  58. f60b7df Issue #12226: HTTPS is now used by default when connecting to PyPI. by Antoine Pitrou · 12 years ago
  59. 716b722 Issue #20045: Fix "setup.py register --list-classifiers". by Antoine Pitrou · 12 years ago
  60. 17c9326 Issue #18879: When a method is looked up on a temporary file, avoid closing the file before the method is possibly called. by Antoine Pitrou · 12 years ago
  61. 715233c Issue #20034: Updated alias mapping to most recent locale.alias file by Serhiy Storchaka · 12 years ago
  62. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 12 years ago
  63. c8cc42e Issue #5815: Fixed support for locales with modifiers. Fixed support for by Serhiy Storchaka · 12 years ago
  64. cb1f74e Issue #20026: Fix the sqlite module to handle correctly invalid isolation level by Victor Stinner · 12 years ago
  65. cac23a5 Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and by Serhiy Storchaka · 12 years ago
  66. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 12 years ago
  67. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 12 years ago
  68. de57074 Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns by Christian Heimes · 12 years ago
  69. 1007432 Issue #19987: Re-write test_alias_fallback in test_winsound to have two by Zachary Ware · 12 years ago
  70. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 12 years ago
  71. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 12 years ago
  72. 8a1d1e6 #19532: make compileall with no file/dir args respect -f and -q. by R David Murray · 12 years ago
  73. c836a28 Issue #17576: Removed deprecation warnings added in changeset 618cca51a27e. by Serhiy Storchaka · 12 years ago
  74. 84d28b4 Issue #19623: Fixed writing to unseekable files in the aifc module. by Serhiy Storchaka · 12 years ago
  75. 5da107a Issue #17919: Fixed integer overflow in the eventmask parameter. by Serhiy Storchaka · 12 years ago
  76. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 12 years ago
  77. c9362cf Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" by Victor Stinner · 12 years ago
  78. 3ad2d70 Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. by Serhiy Storchaka · 12 years ago
  79. 1310510 Issue #14432: Generator now clears the borrowed reference to the thread state by Victor Stinner · 12 years ago
  80. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 12 years ago
  81. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 12 years ago
  82. 31a6554 Issue #17576: Deprecation warning emitted now when __int__() or __index__() by Serhiy Storchaka · 12 years ago
  83. acd1730 Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the by Gregory P. Smith · 12 years ago
  84. f3c6589 Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial by Ned Deily · 12 years ago
  85. 1f79cdf Issue #19928: Implemented a test for repr() of cell objects. by Serhiy Storchaka · 12 years ago
  86. 9df8a1c Issue #19481: print() of string subclass instance in IDLE no more hangs. by Serhiy Storchaka · 12 years ago
  87. d860d5c Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. by Victor Stinner · 12 years ago
  88. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 12 years ago
  89. 589ecda Fixes issue #19929: Call os.read with 32768 within subprocess.Popen by Gregory P. Smith · 12 years ago
  90. 3e60a9d Issue #19535: Fixed test_docxmlrpc when python is run with -OO. by Serhiy Storchaka · 12 years ago
  91. 4adb37c Issue #19926: Removed unneeded test_main from test_abstract_numbers. by Zachary Ware · 12 years ago
  92. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  93. 774f909 Fixes issue #19506: Use a memoryview to avoid a data copy when piping data by Gregory P. Smith · 12 years ago
  94. dd799d2 Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module. by Antoine Pitrou · 12 years ago
  95. 9c72ebc #19839: Fix lzma module's handling of non-lzma data at EOF. by Nadeem Vawda · 12 years ago
  96. 1de19ac #19839: Fix regression in bz2 module's handling of non-bzip2 data at EOF. by Nadeem Vawda · 12 years ago
  97. 13e6d23 Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all. by Tim Peters · 12 years ago
  98. 7601a1e Add NEWS entry for issue #19834. by Walter Doerwald · 12 years ago
  99. 708a318 Fixes issue #15798: subprocess.Popen() no longer fails if file by Gregory P. Smith · 12 years ago
  100. 5c1c3b4 Issue #11480: Fixed copy.copy to work with classes with custom metaclasses. by Alexandre Vassalotti · 12 years ago