1. 602f7cf Issue #19424: Optimize PyUnicode_CompareWithASCIIString() by Victor Stinner · 11 years ago
  2. ab457a2 Issue #19373: Add Misc/NEWS entry. by Ned Deily · 11 years ago
  3. 9f09120 merge by Christian Heimes · 11 years ago
  4. edfda1f merge by Christian Heimes · 11 years ago
  5. 47674bc fix language by Christian Heimes · 11 years ago
  6. 520dbc7 Null merge by Tim Golden · 11 years ago
  7. f2f48c5 Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  8. 84745ab Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses of a given type. by Antoine Pitrou · 11 years ago
  9. dc6b933 merge by Christian Heimes · 11 years ago
  10. ee0bac6 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  11. 3046fe4 Issue #18747: document issue with OpenSSL's CPRNG state and fork by Christian Heimes · 11 years ago
  12. fb6b44e Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  13. 34f7383 Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() by Victor Stinner · 11 years ago
  14. f866f97 Issue #19433: test_capi: check signness of some C types by Victor Stinner · 11 years ago
  15. 0107655 Issue #19433: test_capi: add tests on the size of some C types by Victor Stinner · 11 years ago
  16. 68b674c Issue #19437: Fix _PyUnicode_New() (constructor of legacy string), set all by Victor Stinner · 11 years ago
  17. 0b0c867 Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and by Victor Stinner · 11 years ago
  18. f38a5c2 Cleanup locale.localeconv(): move Py_DECREF() closer to the error by Victor Stinner · 11 years ago
  19. 1ce3f84 Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle by Victor Stinner · 11 years ago
  20. 6decccd Issue #19437: Fix Array_subscript() of ctypes, handle Array_item() failure by Victor Stinner · 11 years ago
  21. db816d6 Issue #19420: Fix reference leak in module initalization code of _hashopenssl.c by Christian Heimes · 11 years ago
  22. fa3ba4c Issue #18609: Add a fast-path for "iso8859-1" encoding by Victor Stinner · 11 years ago
  23. bebba50 fix indent by Victor Stinner · 11 years ago
  24. 3a19a89 merge with 3.3 by Georg Brandl · 11 years ago
  25. 3d596fa Clarify sentence. by Georg Brandl · 11 years ago
  26. 21527bf Closes #19416: fix references in the nntplib docs. by Georg Brandl · 11 years ago
  27. 1ed80b0 Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@. by Georg Brandl · 11 years ago
  28. ad32153 Fix typo: js_JP is not a valid locale. by Georg Brandl · 11 years ago
  29. dd371b9 Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle by Victor Stinner · 11 years ago
  30. 68f6adc Issue #18408: Fix _ctypes_alloc_format_string(), raise MemoryError on memory by Victor Stinner · 11 years ago
  31. cc64eb5 Issue #18408: Fix bytearrayiter.partition()/rpartition(), handle by Victor Stinner · 11 years ago
  32. 986e224 Issue #18408: Fix error handling in PyBytes_FromObject() by Victor Stinner · 11 years ago
  33. cc024d1 Issue #18408: Fix iobase_readline(), handle PyByteArray_Resize() failure by Victor Stinner · 11 years ago
  34. af8b7e8 Issue #18408: Fix zipimport, handle PyUnicode_Substring() and get_subname() failures by Victor Stinner · 11 years ago
  35. 73660af Issue #19428: zipimport now handles errors when reading truncated or invalid by Victor Stinner · 11 years ago
  36. a5afb58 Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on by Victor Stinner · 11 years ago
  37. 41bb43a Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handle by Victor Stinner · 11 years ago
  38. 28c63f7 CJK codecs: less magical macros, semicolon is now explicit by Victor Stinner · 11 years ago
  39. 14c9fea CJK codecs: less magic macros, require explicit semicolon by Victor Stinner · 11 years ago
  40. e90cedb Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 11 years ago
  41. 146a2ed CJK codecs: add newlines for readability by Victor Stinner · 11 years ago
  42. bd97ac3 CJK codecs: use less magic and more readable macros, write explicit if by Victor Stinner · 11 years ago
  43. 0a6e2c5 CJK codecs: remove unused TRYMAP_ENC_MPLANE macro by Victor Stinner · 11 years ago
  44. 11bdf91 Issue #18509: handle PyUnicode_Writer() error by Victor Stinner · 11 years ago
  45. 33aaa73 Merge. by Richard Oudkerk · 11 years ago
  46. e6514f5 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  47. 3797065 #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor). by Nadeem Vawda · 11 years ago
  48. d1b4899 Issue #19421: add an unit test for warnings.warn() during finalization by Victor Stinner · 11 years ago
  49. ce5f4fb Issue #19421: fix a check in warnings.warn() to be able to use it during Python by Victor Stinner · 11 years ago
  50. 1df788a null merge with 3.3 by Georg Brandl · 11 years ago
  51. ba4e58a Add NEWS header for 3.3.4. by Georg Brandl · 11 years ago
  52. f20ee93 Issue #19373: merge from 3.3 by Ned Deily · 11 years ago
  53. 94764b2 Issue #19373: Apply upstream change to Tk 8.5.15 fixing OS X 10.9 by Ned Deily · 11 years ago
  54. bb4b0aa Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth. by Tim Golden · 11 years ago
  55. 8797dcd Fixed merge test for Tcl/Tk <8.5 (issue #18964). by Serhiy Storchaka · 11 years ago
  56. d2d6bea Added tag v3.3.3rc1 for changeset fd53c500f8b8 by Georg Brandl · 11 years ago
  57. 78abc9d Skip overzealous test for existence of the online license.html for pre-release versions. by Georg Brandl · 11 years ago
  58. 2d34f41 Bump to 3.3.3rc1. by Georg Brandl · 11 years ago
  59. 325a1c2 Fix markup errors in the docs and amend suspicious ignores. by Georg Brandl · 11 years ago
  60. c9d597a Update pydoc topics. by Georg Brandl · 11 years ago
  61. 81be27d Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSL by Georg Brandl · 11 years ago
  62. 045ee06 merge by Georg Brandl · 11 years ago
  63. bf3f8eb Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than by Georg Brandl · 11 years ago
  64. 28e7841 Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  65. 7e27abb Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to by Georg Brandl · 11 years ago
  66. 72c98d3 Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125, by Georg Brandl · 11 years ago
  67. efa5a39 Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
  68. ca580f4 Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit by Georg Brandl · 11 years ago
  69. 246eb11 Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode. by Ned Deily · 11 years ago
  70. 89d8cd9 just return toplevel symbol table rather than all blocks (closes #19393) by Benjamin Peterson · 11 years ago
  71. 050fcd5 Issue #15663: OS X installer builtin Tcl/Tk support by Ned Deily · 11 years ago
  72. 2ff68dd Close #19339: telnetlib module is now using time.monotonic() when available to by Victor Stinner · 11 years ago
  73. 3d2f68d Issue #19400: Prevent extension module build failures with Xcode 5 on OS X by Ned Deily · 11 years ago
  74. 6fd25c3 Issue #19392: Document that imp.reload() now relies on __loader__ by Brett Cannon · 11 years ago
  75. 6d09f09 Issue14255 Don't flatten case of tempdir by Tim Golden · 11 years ago
  76. 8fea252 Issue #18520: fix reference leak in _PySys_Init() by Victor Stinner · 11 years ago
  77. 22da967 Null merge by Serhiy Storchaka · 11 years ago
  78. dfcd467 Issue #19390: Argument Clinic no longer accepts malformed Python and C ids. by Larry Hastings · 11 years ago
  79. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  80. fb404f5 #19227: merge with 3.3 by Georg Brandl · 11 years ago
  81. b89b5df merge with 3.3 by Georg Brandl · 11 years ago
  82. 68457be Issue #19329: Optimized compiling charsets in regular expressions. by Serhiy Storchaka · 11 years ago
  83. 1985f7b Issue #19405: Fixed outdated comments in the _sre module. by Serhiy Storchaka · 11 years ago
  84. b9dcfea Issue Issue #15663: merge from 3.3 by Ned Deily · 11 years ago
  85. 624a74e Mitigate #19412: restore test skips for --without-doc-strings by Nick Coghlan · 11 years ago
  86. 7735366 merge 3.3 (#19393) by Benjamin Peterson · 11 years ago
  87. a577f1e Changed a comment to end grammar bikeshedding ;-) by Tim Peters · 11 years ago
  88. 367df12 Assorted 3.4 What's New updates by Nick Coghlan · 11 years ago
  89. 862542e Close #19409: add missing import in pkgutil by Nick Coghlan · 11 years ago
  90. 561eb5c Issue #19330: Handle the no-docstrings case in tests by Nick Coghlan · 11 years ago
  91. 40820f8 null merge by Ned Deily · 11 years ago
  92. f87cfce Issue #15663: OS X installer builtin Tcl/Tk support by Ned Deily · 11 years ago
  93. 8444ebb Issue #18685: Extract template part of _sre.c into separated sre_lib.h file. by Serhiy Storchaka · 11 years ago
  94. 059def5 Close #19330 by using public classes in contextlib by Nick Coghlan · 11 years ago
  95. 9eabac6 Issue #18685: Restore re performance to pre-PEP 393 levels. by Serhiy Storchaka · 11 years ago
  96. ffb58e9 Move Misc/NEWS entries in correct secton. by Serhiy Storchaka · 11 years ago
  97. ebca392 (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() when by Victor Stinner · 11 years ago
  98. 0ddaed3 Close #19396: make test_contextlib tolerate -S by Nick Coghlan · 11 years ago
  99. 7bad39f Fiddled Thread.join() to be a little simpler. Kinda ;-) by Tim Peters · 11 years ago
  100. e5bb0bf Issue #19399: fix sporadic test_subprocess failure. by Tim Peters · 11 years ago