1. f500588 Fix broken link in html.entities docs. by Ezio Melotti · 11 years ago
  2. 4bcc796 #19620: Fix typo in docstring (noticed by Christopher Welborn). by Ezio Melotti · 11 years ago
  3. 97fc2ba Document that @property can incorporate a docstring from the getter method. Improve readabilty with additional whitespace. by Raymond Hettinger · 11 years ago
  4. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  5. cdac302 Issue #19545: Avoid chained exceptions while passing stray % to by Serhiy Storchaka · 11 years ago
  6. 44d2429 Doc/Makefile: also do "make suspicious" during daily autobuild by Georg Brandl · 11 years ago
  7. a8892a1 Issue #19743: fix test_gdb on some optimized Python builds by Antoine Pitrou · 11 years ago
  8. f847186 Fix make distclean for out-of-tree builds by Christian Heimes · 11 years ago
  9. 23828f6 Undo (hopefully) buildbot failures by Antoine Pitrou · 11 years ago
  10. b17d2aa Issue #19308: fix the gdb plugin on gdbs linked with Python 3 by Antoine Pitrou · 11 years ago
  11. c17565e Issue #19733: Temporary disable test_image on MacOSX. by Serhiy Storchaka · 11 years ago
  12. f92ef9b Update Itamar's name by Andrew Kuchling · 11 years ago
  13. e1391a0 Issue #18326: Clarify that list.sort's arguments are keyword-only. by Zachary Ware · 11 years ago
  14. 0b1386d Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  15. d9a0182 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on by Serhiy Storchaka · 11 years ago
  16. 8db1823 Print Tk patchlevel in test_tcl in verbose mode (issue19654). by Serhiy Storchaka · 11 years ago
  17. 75ed890 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. by Christian Heimes · 11 years ago
  18. 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
  19. fb099c9 #19449: Handle non-string keys when generating 'fieldnames' error. by R David Murray · 11 years ago
  20. 30c5ad2 #1098749: re-word gettext docs to not encourage using pygettext so much. by Andrew Kuchling · 11 years ago
  21. 7ad11bf - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.py by doko@ubuntu.com · 11 years ago
  22. ecf4193 - Update config.{guess,sub} for new ports. by doko@ubuntu.com · 11 years ago
  23. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  24. 30d8e16 Cleanup this test's modification of os.environ in teardown (this already by Gregory P. Smith · 11 years ago
  25. 162307f Fix test.support.bind_port() to not cause an error when Python was compiled by Gregory P. Smith · 11 years ago
  26. 7929a1d Fix compilation error under gcc of the ctypes module bundled libffi for arm. by Gregory P. Smith · 11 years ago
  27. 76edd21 Issue #19603: Use specific asserts in test_decr. by Serhiy Storchaka · 11 years ago
  28. e65cb19 Fix indentation in doc example. by Ezio Melotti · 11 years ago
  29. 46b4a5e Issue #19599: Increase sleep period. by Richard Oudkerk · 11 years ago
  30. 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  31. edcf8da Issue 16998: Clarify that += on a shared value is not atomic. by Richard Oudkerk · 11 years ago
  32. 9eefe91 Issue #19508: direct the user to read the security considerations for the ssl module by Antoine Pitrou · 11 years ago
  33. 9d282f6 Issue #19606: Use specific asserts in http.cookiejar tests. by Serhiy Storchaka · 11 years ago
  34. 2e29c9e Issue #19607: Use specific asserts in weakref tests. by Serhiy Storchaka · 11 years ago
  35. 3df4dcc Issue #19605: Use specific asserts in datetime tests by Serhiy Storchaka · 11 years ago
  36. 3afec4e Merge heads by Serhiy Storchaka · 11 years ago
  37. 1d2436a Post-release bump. by Georg Brandl · 11 years ago
  38. 497b394 merge with 3.3.3 release clone by Georg Brandl · 11 years ago
  39. 7a5cf6c Added tag v3.3.3 for changeset c3896275c0f6 by Georg Brandl · 11 years ago
  40. 9e2043a Bump to 3.3.3 final. by Georg Brandl · 11 years ago
  41. 2bbdfe7 #19238: fix typo in documentation. by Ezio Melotti · 11 years ago
  42. 91b3e77 Issue #19604: Use specific asserts in array tests. by Serhiy Storchaka · 11 years ago
  43. e3b5a76 Issue #19602: Use specific asserts in tkinter tests. by Serhiy Storchaka · 11 years ago
  44. 78ee078 Issue #19601: Use specific asserts in sqlite3 tests. by Serhiy Storchaka · 11 years ago
  45. 3998915 Issue #19600: Use specific asserts in distutils tests. by Serhiy Storchaka · 11 years ago
  46. 5665bc5 Issue #19594: Use specific asserts in unittest tests. by Serhiy Storchaka · 11 years ago
  47. 7c5e24f Issue #19591: Use specific asserts in ctype tests. by Serhiy Storchaka · 11 years ago
  48. 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  49. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  50. a76157d Issue #19523: Closed FileHandler leak which occurred when delay was set. by Vinay Sajip · 11 years ago
  51. b11d6cb fileutils.c: use MAXPATHLEN instead of PATH_MAX by Victor Stinner · 11 years ago
  52. 2384714 sysmodule.c: fix sys_update_path(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  53. 2f5bbc6 pythonrun.c: fix Py_GetPythonHome(), use Py_ARRAY_LENGTH() to get the size of by Victor Stinner · 11 years ago
  54. 8bdc130 Issue #19592: Use specific asserts in lib2to3 tests. by Serhiy Storchaka · 11 years ago
  55. 98a0d06 Closes #12828: add docstring text noting this is an internal-only module by Andrew Kuchling · 11 years ago
  56. 587e970 Update e-mail address by Andrew Kuchling · 11 years ago
  57. 09a5f5e Issue #13674 Updated NEWS by Tim Golden · 11 years ago
  58. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  59. c12f09e Issue #19440: Clean up test_capi by Zachary Ware · 11 years ago
  60. 0eac43a Correct a merge error in Misc/NEWS by Zachary Ware · 11 years ago
  61. acea823 Remove outdated comment by Tim Golden · 11 years ago
  62. 53171b5 Added tag v3.3.3rc2 for changeset d32442c0e60d by Georg Brandl · 11 years ago
  63. 4cf9b20 Bump to 3.3.3rc2. by Georg Brandl · 11 years ago
  64. a2ebfd0 Issue #19544 and Issue #6286: Restore use of urllib over http allowing use of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2. by Jason R. Coombs · 11 years ago
  65. 3492e39 Issue 19544 and Issue #7457: Restore the read_pkg_file method to distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2. by Jason R. Coombs · 11 years ago
  66. a44372f Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. by Serhiy Storchaka · 11 years ago
  67. affb9b2 Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085). by Serhiy Storchaka · 11 years ago
  68. 2915933 Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read by Stefan Krah · 11 years ago
  69. 2fdf4e7 Move PyErr_NoMemory() closer to the failure. by Stefan Krah · 11 years ago
  70. a0fd1f5 Change style to match the surrounding code (no early returns). by Stefan Krah · 11 years ago
  71. 7e24617 Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSSL re-seeding by Christian Heimes · 11 years ago
  72. b3acacc Transplant of rev 544b654d000c: directory traversal attack in CGIHttpRequestHandler. by Georg Brandl · 11 years ago
  73. 85b8be1 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  74. ac47085 Issue #19437: Fix dec_format() of the _decimal module, handle dec_strdup() by Victor Stinner · 11 years ago
  75. a992e11 Issue #19437: Fix convert_op_cmp() of decimal.Decimal rich comparator, handle by Victor Stinner · 11 years ago
  76. 7165d8b #19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard. by Ezio Melotti · 11 years ago
  77. d5a2f0b #18985: Improve fcntl documentation. by R David Murray · 11 years ago
  78. 7c934da Revert wrong change in previous commit (issue #19085). by Serhiy Storchaka · 11 years ago
  79. 8f9f587 Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085). by Serhiy Storchaka · 11 years ago
  80. 98555f3 Fix typo in tkinter tests (issue #19085). by Serhiy Storchaka · 11 years ago
  81. 6fc5f98 Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3. by Ned Deily · 11 years ago
  82. 2c1adcb Issue #18345: Added cookbook example illustrating handler customisation. by Vinay Sajip · 11 years ago
  83. 5c81164 Issue #19397: test_pydoc now works with -S (help not added to builtins). by Terry Jan Reedy · 11 years ago
  84. 2028e01 Issue #19085: Fix running test_ttk_textonly on displayless host. by Serhiy Storchaka · 11 years ago
  85. 8d8599c Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12. by Serhiy Storchaka · 11 years ago
  86. 975708a null-merge 3.2 backouts by Georg Brandl · 11 years ago
  87. ee7f3fc Backout 7d399099334d. by Georg Brandl · 11 years ago
  88. 7b5d6ad Backout 265d369ad3b9. by Georg Brandl · 11 years ago
  89. 7ec3e56 Backout d80207d15294. by Georg Brandl · 11 years ago
  90. c3909e5 Issue #15392: Install idlelib/idle_test. by Ned Deily · 11 years ago
  91. 200bcbc Issue #19391: Clean up PCbuild/readme.txt by Zachary Ware · 11 years ago
  92. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  93. 834856a Merge by Tim Golden · 11 years ago
  94. 3a2abb5 Issue #10197: Indicate availability of subprocess.get[status]output on Windows and add a note about the effects of universal newlines by Tim Golden · 11 years ago
  95. 5fdb64b #19411: Clarify that b2a_hex/hexlify returns a bytes object. by R David Murray · 11 years ago
  96. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  97. b281732 Issue #19085: Fixed pixels rounding for last Tk patchlevels. by Serhiy Storchaka · 11 years ago
  98. 49667f0 Issue #10197: merge heads by Tim Golden · 11 years ago
  99. e004175 Issue #10197 Rework subprocess.get[status]output to use subprocess functionality and thus to work on Windows. Patch by Nick Coghlan. by Tim Golden · 11 years ago
  100. 0b9e815 Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo. by Serhiy Storchaka · 11 years ago