1. ece919e Fix bad quoting in r87639. Caught by Arfrever. by Antoine Pitrou · 13 years ago
  2. b6f4240 Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from by Victor Stinner · 13 years ago
  3. c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 13 years ago
  4. 8a7e5da Fix code indentation. by Georg Brandl · 13 years ago
  5. d8f37ad Relax test condition a lot by Antoine Pitrou · 13 years ago
  6. 121ff82 #1665333: add more docs for optparse.OptionGroup. by Georg Brandl · 13 years ago
  7. 00d43fd Fix doctest to not rely on order of dictionary entries. by Raymond Hettinger · 13 years ago
  8. 345c49b Fix OrderedDic.pop() to work for subclasses that define __missing__(). by Raymond Hettinger · 13 years ago
  9. 32062e9 Make it easier to extend OrderedDict without breaking it. by Raymond Hettinger · 13 years ago
  10. 60db467 post release bump by Gregory P. Smith · 13 years ago
  11. 834cb39 update copyright to 2011 by Benjamin Peterson · 13 years ago
  12. 04480a8 #10801: do not actually extract, just open() the files in the test zipfile. by Georg Brandl · 13 years ago
  13. 5ba11de #10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. by Georg Brandl · 13 years ago
  14. d30a0dd Fix issue references. by Georg Brandl · 13 years ago
  15. 554e6fa Issue 6285: add NEWS entry for 3.2. by Terry Reedy · 13 years ago
  16. 6739cc0 Issue 6285: catch missing IDLE help file. by Terry Reedy · 13 years ago
  17. 8dff4ba Typo. by Raymond Hettinger · 13 years ago
  18. a673b1f Fix OrderedDict.setdefault() to work for subclasses that define __missing__(). by Raymond Hettinger · 13 years ago
  19. ed13853 Happy New Year! (CET edition) by Georg Brandl · 13 years ago
  20. 1daaf9e #9361: add some tests for calendar.leapdays by R. David Murray · 13 years ago
  21. 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 13 years ago
  22. 81f3d7b Update README, remove empty directory. by Georg Brandl · 13 years ago
  23. 076cbae Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095). by Georg Brandl · 13 years ago
  24. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 13 years ago
  25. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 13 years ago
  26. a3fe8e0 Remove the actual Demo dir. by Georg Brandl · 13 years ago
  27. 7fafbc9 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. by Georg Brandl · 13 years ago
  28. 6f17e2d Issue 10786: unittest.TextTestRunner default stream no longer bound at import time by Michael Foord · 13 years ago
  29. 30baf2b Fix NameErrors. by Georg Brandl · 13 years ago
  30. 5684a9a Clean up tools: remove "world" and "framer", move single SSL script to scripts/. by Georg Brandl · 13 years ago
  31. 4cf83f4 Remove some of the old demos. (Put a few somewhere else.) by Georg Brandl · 13 years ago
  32. d1fc34d Build and install libpython3.so. by Martin v. Löwis · 13 years ago
  33. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 13 years ago
  34. 627284c Fix Issue10793 - hashlib documentation issue on return type of digest by Senthil Kumaran · 13 years ago
  35. ef1a8b6 Fix same typo in docs. by R. David Murray · 13 years ago
  36. 7490100 Minor clarification by Terry Reedy · 13 years ago
  37. 4c1da4c Fix a comment typo and update another comment to match Python3 reality by R. David Murray · 13 years ago
  38. 299fa4c Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar. by Senthil Kumaran · 13 years ago
  39. de3aa7f Issue #10783: rephrase the changelog (new try) by Victor Stinner · 13 years ago
  40. 7ef28e8 Close stdout, clear ResourceWarning by Brian Curtin · 13 years ago
  41. 57160d7 Fix #9333 on Windows XP, where os.symlink is not a possibility. by Brian Curtin · 13 years ago
  42. 80e788a Rephrase PyUnicode_CompareWithASCIIString() documentation by Victor Stinner · 13 years ago
  43. ece98d6 Issue #10783: rephrase the changelog (NEWS, What's new) by Victor Stinner · 13 years ago
  44. e1c0c7c Don't ignore pgen error (on "make Parser/pgen.stamp") by Victor Stinner · 13 years ago
  45. 60fe499 Compile pgenmain.c and printgrammar.c with PGEN defined by Victor Stinner · 13 years ago
  46. 251cc84 Does not install a logging handler. Fixes issue 10626. by Brian Quinlan · 13 years ago
  47. dad532f Issue 10738: Fix webbrowser.Opera.raise_opts value. by Terry Reedy · 13 years ago
  48. e05ca2a #9824: encode , and ; in cookie values so that browsers don't split on them by R. David Murray · 13 years ago
  49. 8aa7e99 Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833. by Georg Brandl · 13 years ago
  50. 31e3b77 This file was obsolted by a number of adjustments to the os.symlink tests by Brian Curtin · 13 years ago
  51. 9624559 Minor doc update for #9333. Took out the phrasing about os.symlink not by Brian Curtin · 13 years ago
  52. 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 13 years ago
  53. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 13 years ago
  54. baab9d0 Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') by Victor Stinner · 13 years ago
  55. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 13 years ago
  56. e398da9 #10609: fix non-working dbm example. by Georg Brandl · 13 years ago
  57. e9e8c9b #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. by Georg Brandl · 13 years ago
  58. 9d9848e Rewrap. by Georg Brandl · 13 years ago
  59. c166076 Remove history; adapt a bit more to reST, since this will once be part of the dev guide. by Georg Brandl · 13 years ago
  60. 2c39c77 #10781: clarify that *encoding* is not a parameter for Node objects in general. by Georg Brandl · 13 years ago
  61. c28036b #10742: document readonly attribute of memoryviews. by Georg Brandl · 13 years ago
  62. b12fd63 #10767: update README in crashers; not all may have a bug entry and/or be fixed. by Georg Brandl · 13 years ago
  63. b1dbd10 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string by Victor Stinner · 13 years ago
  64. 68eb464 Add news entry and clarify another. by Georg Brandl · 13 years ago
  65. 780d5e0 #10768: fix ScrolledText widget construction, and make the example work from the interactive shell. by Georg Brandl · 13 years ago
  66. 90b2067 #10777: fix iteration over dict keys while mutating the dict. by Georg Brandl · 13 years ago
  67. ff52f76 #10679: install idle, pydoc, 2to3 scripts with X.Y suffix for make altinstall; create symlinks for make install. by Georg Brandl · 13 years ago
  68. 1564192 Fix advice: call PyType_Ready to fill in ob_type of custom types. by Georg Brandl · 13 years ago
  69. fcf3a0c Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. by Georg Brandl · 13 years ago
  70. 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 13 years ago
  71. b9cb21e Issue #10780: Remove commas at the end of the argument list by Victor Stinner · 13 years ago
  72. 301e956 Issue #8966: Remove the documentation of ctypes.set_conversion_mode() by Victor Stinner · 13 years ago
  73. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 13 years ago
  74. 83098a4 Issue #10778: decoding_fgets() decodes the filename from the filesystem by Victor Stinner · 13 years ago
  75. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 13 years ago
  76. 8e286c4 #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs by R. David Murray · 13 years ago
  77. 67981ec Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 13 years ago
  78. 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 13 years ago
  79. 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 13 years ago
  80. ad4ccfd Skip test that does not raise an error on Windows. by R. David Murray · 13 years ago
  81. 0d71116 Issue #9738: Ooops, fix typos in my previous commit (r87506) by Victor Stinner · 13 years ago
  82. 00676d1 Issue #9738: Document encodings of AST, compiler, parser and PyRun functions by Victor Stinner · 13 years ago
  83. dc2081f Issue #9738: document encodings of unicode functions by Victor Stinner · 13 years ago
  84. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 13 years ago
  85. ab9d8d6 Escape file path before searching for it in output via regex by R. David Murray · 13 years ago
  86. 7d10129 Added logging documentation cross-references. by Vinay Sajip · 13 years ago
  87. b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 13 years ago
  88. e6f1e43 Improved logging cookbook for logging with multiprocessing. by Vinay Sajip · 14 years ago
  89. 0d4bcf4 Fix typo (#10770) by Éric Araujo · 14 years ago
  90. 7a1c05c revert 87478 by Terry Reedy · 14 years ago
  91. 2908765 Remove unexistent parameter (#3216) by Éric Araujo · 14 years ago
  92. c9562f3 Fix typo spotted by Rodrigo Bernardo Pimentel (#9891) by Éric Araujo · 14 years ago
  93. 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 14 years ago
  94. 291151b Assign closed handles to None to make errors more obvious if they are used. by Brian Quinlan · 14 years ago
  95. a3015a6 Better reporting of test failures on Windows. by Brian Quinlan · 14 years ago
  96. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 14 years ago
  97. ddf5370 Match current tracker name, though I do not know if still active. by Terry Reedy · 14 years ago
  98. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 14 years ago
  99. 1397ce1 Logging documentation updates. by Vinay Sajip · 14 years ago
  100. efbcb1b Keep helper functions private. by Raymond Hettinger · 14 years ago