1. fe32aec configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. by Christian Heimes · 11 years ago
  2. 0bedc97 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  3. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  4. 888dcc3 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  5. 2658dd7 Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH for nmake.exe correctly. by Christian Heimes · 11 years ago
  6. 6715828 _msi.c: Fix compiler warnings on Windows 64-bit by Victor Stinner · 11 years ago
  7. f8e3221 Issue #9566, #19617: Fix more compiler warnings in compile.c on Windows 64-bit by Victor Stinner · 11 years ago
  8. 5323fb0 Issue #19637: fix test_undecodable_env() of test_subprocess on AIX by Victor Stinner · 11 years ago
  9. 85fe8a6 Issue #9566, #19617: New try to fix compilation on Windows by Victor Stinner · 11 years ago
  10. b679a2e Issue #9566, #19617: Fix compilation on Windows by Victor Stinner · 11 years ago
  11. ad9a066 Issue #9566: compile.c uses Py_ssize_t instead of int to store sizes to fix by Victor Stinner · 11 years ago
  12. 1540b16 asyncio: Add streams.start_server(), by Gustavo Carneiro. by Guido van Rossum · 11 years ago
  13. 4a9ee26 #2927: Added the unescape() function to the html module. by Ezio Melotti · 11 years ago
  14. 5160da1 Merge: #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  15. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  16. 0e60f85 Merge from 3.3 by Andrew Kuchling · 11 years ago
  17. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  18. dd7436c Issue #19550: Implement Windows installer changes of PEP 453 (ensurepip). by Martin v. Löwis · 11 years ago
  19. dc2fd51 Remove dead code committed in issue #12892. by Serhiy Storchaka · 11 years ago
  20. f1de55f Also chain codec exceptions that allow weakrefs by Nick Coghlan · 11 years ago
  21. a726192 oops, remove _PyObject_ReprWriter() definition (unwanted change) by Victor Stinner · 11 years ago
  22. f91929b Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances by Victor Stinner · 11 years ago
  23. 88a9cd9 Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances by Victor Stinner · 11 years ago
  24. 4a58707 Add _PyUnicodeWriter_WriteASCIIString() function by Victor Stinner · 11 years ago
  25. 4d3f109 Issue #19513: Disable overallocation of the PyUnicodeWriter before the last write by Victor Stinner · 11 years ago
  26. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  27. a938bcf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  28. 7ad11bf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  29. 61b3dbd - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  30. ecf4193 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  31. d2a5cfa Issue #19596: Null merge with 3.3 by Zachary Ware · 11 years ago
  32. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  33. b8fb197 Issue #19513: Simplify list_repr() by Victor Stinner · 11 years ago
  34. 99b7b1c null merge (already in 3.4) by Gregory P. Smith · 11 years ago
  35. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 11 years ago
  36. 5c73347 Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than by Victor Stinner · 11 years ago
  37. 6989ba0 Issue #19581: Change the overallocation factor of _PyUnicodeWriter on Windows by Victor Stinner · 11 years ago
  38. f47981f selectors: use a single return. by Charles-François Natali · 11 years ago
  39. e106e5c Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the by Victor Stinner · 11 years ago
  40. 2399ad5 Issue #19437: Fix error handling of CDataType_from_buffer() by Victor Stinner · 11 years ago
  41. ed4a1c5 Argument Clinic: rename "self" to "module" for module-level functions. by Larry Hastings · 11 years ago
  42. fd32fff Issue #8402: Added the escape() function to the glob module. by Serhiy Storchaka · 11 years ago
  43. e3010fd Relax timing on test_asyncio for busy (slow) Windows buildbots by Victor Stinner · 11 years ago
  44. 85ba92a GetVolumePathNameW: downcast bufsize to DWORD by Christian Heimes · 11 years ago
  45. b08ff7d Safely downcast SOCKET_T to int in _ssl module by Christian Heimes · 11 years ago
  46. cc6cdce Remove unused code path from PBKDF2 that is causing a warning on Win64 by Christian Heimes · 11 years ago
  47. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  48. 7f4bf9f Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 by Zachary Ware · 11 years ago
  49. 136f064 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* by Victor Stinner · 11 years ago
  50. 3287905 Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645. by Guido van Rossum · 11 years ago
  51. afccb0a sqlite: Use Py_ssize_t to store a size instead of an int by Victor Stinner · 11 years ago
  52. cb29ec5 PY_FORMAT_SIZE_T should not be used with PyErr_Format(), PyErr_Format("%zd") is by Victor Stinner · 11 years ago
  53. 3f658be sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX by Victor Stinner · 11 years ago
  54. 83e30bf Fix a compiler warning on Windows 64-bit: _sqlite module by Victor Stinner · 11 years ago
  55. 83ed42b sqlite: raise an OverflowError if the result is longer than INT_MAX bytes by Victor Stinner · 11 years ago
  56. 74387f5 Use Py_ssize_t type for sizes in getargs.c by Victor Stinner · 11 years ago
  57. cad876d Fix a compiler warning on Windows 64-bit in parsetok.c by Victor Stinner · 11 years ago
  58. 3a8a333 Fix compiler warnings on Windows 64-bit in grammar.c by Victor Stinner · 11 years ago
  59. 6dd0d46 Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module. by Antoine Pitrou · 11 years ago
  60. 1a048f9 test_selectors: test_timeout fails sometimes on busy (slow) buildbots, relax by Victor Stinner · 11 years ago
  61. 55329f8 Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a by Victor Stinner · 11 years ago
  62. b6e622d Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  63. 61b976f Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  64. 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  65. 898e976 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  66. 76edd21 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  67. 58b7166 Merge indentation fix in doc example from 3.3. by Ezio Melotti · 11 years ago
  68. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  69. a6bc95a Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. by Christian Heimes · 11 years ago
  70. 35e4ad7 Merge. by Richard Oudkerk · 11 years ago
  71. 46b4a5e Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  72. 69cce48 Merge. by Richard Oudkerk · 11 years ago
  73. 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  74. cfac518 Merge. by Richard Oudkerk · 11 years ago
  75. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  76. 6b2b084 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  77. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  78. 633db6f Issue #19565: Prevent warnings at shutdown about pending overlapped ops. by Richard Oudkerk · 11 years ago
  79. 80b2aa0 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 11 years ago
  80. 9d282f6 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 11 years ago
  81. c1fc5b5 Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 11 years ago
  82. 2e29c9e Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 11 years ago
  83. 9289713 Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  84. 3df4dcc Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  85. af40ee0 Null merge by Serhiy Storchaka · 11 years ago
  86. f532d94 Merge heads by Serhiy Storchaka · 11 years ago
  87. 3afec4e Merge heads by Serhiy Storchaka · 11 years ago
  88. f41d0cc merge with 3.3 by Georg Brandl · 11 years ago
  89. 1d2436a Post-release bump. by Georg Brandl · 11 years ago
  90. 497b394 merge with 3.3.3 release clone by Georg Brandl · 11 years ago
  91. 7a5cf6c Added tag v3.3.3 for changeset c3896275c0f6 by Georg Brandl · 11 years ago
  92. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  93. c610aba Close #19282: Native context management in dbm by Nick Coghlan · 11 years ago
  94. eb8ea26 #19238: merge with 3.3. by Ezio Melotti · 11 years ago
  95. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  96. 4725dc3 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  97. 91b3e77 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  98. e3eb3ec Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  99. e3b5a76 Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  100. d4b75bf Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago