1. a17fd1f Port suspicious markup builder and patchlevel.py so that they can be used with Python 2 and 3 without conversion. by Georg Brandl · 14 years ago
  2. b98273f Re-add "debugger" label, it is used in pydoc-topics. by Georg Brandl · 14 years ago
  3. 3017689 send_bytes obviously needs bytes... by Georg Brandl · 14 years ago
  4. 2b15bd8 #10222: fix for overzealous AIX compiler. by Georg Brandl · 14 years ago
  5. a95e977 decrement offset when it points to a newline (#10186 followup) by Benjamin Peterson · 14 years ago
  6. 47ce965 What's New in Python 3.2: update Unicode section by Victor Stinner · 14 years ago
  7. 6f35eda Issue #10210: os.get_exec_path() ignores BytesWarning warnings by Victor Stinner · 14 years ago
  8. bfd7b26 #10209, test_pep277: disable test_normalize and test_listdir on darwin by Victor Stinner · 14 years ago
  9. fc6f5a4 test_pep277: disable filenames 11, 12, 13, 14 on darwin by Victor Stinner · 14 years ago
  10. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  11. 1842d0c Fixed a typo in a comment. by Alexander Belopolsky · 14 years ago
  12. 7c3d709 Updated readme.txt about OpenSSL. by Hirokazu Yamamoto · 14 years ago
  13. 5be365f #10116: wrap transient_internet() around net access in test_urllib2net. by Georg Brandl · 14 years ago
  14. ae2d832 Fix typo from r85874 by Éric Araujo · 14 years ago
  15. 5bc1686 Review new Barrier docs. by Georg Brandl · 14 years ago
  16. 2fa4cc5 Support new Condition return value in the multiprocessing version. by Georg Brandl · 14 years ago
  17. 7362c4f test_pep277: add identifiers to filenames by Victor Stinner · 14 years ago
  18. 7dae81b test_pep277: format filename with ascii() on failure by Victor Stinner · 14 years ago
  19. 74ad754 test_pep277: format function argument with ascii() on failure by Victor Stinner · 14 years ago
  20. 3be0003 issue 8777 Add threading.Barrier by Kristján Valur Jónsson · 14 years ago
  21. 65ffae0 Condition.wait now returns bool. by Georg Brandl · 14 years ago
  22. b9a4391 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. by Georg Brandl · 14 years ago
  23. cbb9421 Fix bytes/str issues in get-remote-certificate.py. by Georg Brandl · 14 years ago
  24. 4d54088 #7351: add more consistent exception name alias. by Georg Brandl · 14 years ago
  25. b156a46 Issue #8852: Allow the socket module to build on OpenSolaris. by Antoine Pitrou · 14 years ago
  26. 71f8cc9 Add David. by Georg Brandl · 14 years ago
  27. ea5d17d In open(), only set the buffer size from st.st_blksize when it is greater by Antoine Pitrou · 14 years ago
  28. d72402e Recode modules from latin-1 to utf-8 by Antoine Pitrou · 14 years ago
  29. 6b03ee6 Issue #5027: The standard `xml` namespace is now understood by by Antoine Pitrou · 14 years ago
  30. c1a6836 Issue #10193: Simplified instrospection used by turtle module by Alexander Belopolsky · 14 years ago
  31. 7424dd3 #5975: add unix_dialect to csv module. by Georg Brandl · 14 years ago
  32. 347fe5c Encoding fix. by Georg Brandl · 14 years ago
  33. f0a0d14 Issue #7061: Dropped "for Tk" from turtle module title and moved its by Alexander Belopolsky · 14 years ago
  34. ad15872 Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS X by Victor Stinner · 14 years ago
  35. 91b47c6 Fix import. by Georg Brandl · 14 years ago
  36. 599dbfc #10200: typo. by Georg Brandl · 14 years ago
  37. 70cd7bc #10200: typo. by Georg Brandl · 14 years ago
  38. 6a65c5d logging: Improved Formatter implementation. by Vinay Sajip · 14 years ago
  39. ba488d1 #7761: fix telnetlib.interact failures on Windows. by R. David Murray · 14 years ago
  40. 123015e faqwiz is removed. by Georg Brandl · 14 years ago
  41. f19ff1e Work a bit more on tkinter demos. by Georg Brandl · 14 years ago
  42. 1920890 Markup fix. by Georg Brandl · 14 years ago
  43. 856023a #3018: tkinter demo fixes for py3k. by Georg Brandl · 14 years ago
  44. 07e4f15 sys_update_path(): update sys.path even if argc==0 by Victor Stinner · 14 years ago
  45. d960fae update gitignore by Victor Stinner · 14 years ago
  46. 0256b2a Fix issue10192 - add urlencode to urllib.parse.__all__ by Senthil Kumaran · 14 years ago
  47. d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago
  48. a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
  49. 7e9065c Issue #10143: Update "os.pathconf" values by Jesus Cea · 14 years ago
  50. 97019ff test_gdb should be skipped on darwin (not up to v7 yet) by Skip Montanaro · 14 years ago
  51. e882aac str.encode() doesn't accept None as errors: use 'strict' instead by Victor Stinner · 14 years ago
  52. 2ebe697 Issue #10161: test_pep277 formats filenames with ascii() on error by Victor Stinner · 14 years ago
  53. 770a2be These are true PyCFunctions, after adding the second argument to oss_self, no need to cast. by Georg Brandl · 14 years ago
  54. 09f24bb Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for by Victor Stinner · 14 years ago
  55. df6d6cb os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods by Victor Stinner · 14 years ago
  56. 2062937 Add documentation about the default warnings filters. by Georg Brandl · 14 years ago
  57. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  58. 872a702 Fix style. by Georg Brandl · 14 years ago
  59. 687a1fa Add casts (one needed, one for consistency). by Georg Brandl · 14 years ago
  60. b75b639 Remove usage of exception indexing. by Georg Brandl · 14 years ago
  61. 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
  62. d4519c1 tighten loop by Benjamin Peterson · 14 years ago
  63. 503d6c5 remove broken code accounting an offset the size of the line #10186 by Benjamin Peterson · 14 years ago
  64. 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
  65. 29aad00 Issue #10185: use Py_hash_t instead of long by Antoine Pitrou · 14 years ago
  66. 57f7579 Revert r85801. The test ought to pass without rounding. by Martin v. Löwis · 14 years ago
  67. fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
  68. 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 14 years ago
  69. 1cae8b5 Also guard other SOCK_NONBLOCK test by Antoine Pitrou · 14 years ago
  70. 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
  71. acd0fda Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kernels. by Antoine Pitrou · 14 years ago
  72. 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
  73. 2b9af63 Try to fix test_tarfile on AMD64 debian parallel 3.x by Victor Stinner · 14 years ago
  74. 2158231 Issue #6011: getpath: decode VPATH env var from the locale encoding by Victor Stinner · 14 years ago
  75. ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
  76. 45f9cf9 Update what's new by Antoine Pitrou · 14 years ago
  77. 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  78. 61ec8de For now, remove accept4() code (issue #10115) by Antoine Pitrou · 14 years ago
  79. eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 14 years ago
  80. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  81. 4ebfdf0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 14 years ago
  82. 9a8439d Refactor interesting use of try-finally. by Georg Brandl · 14 years ago
  83. eb7e569 Make top_level attribute a set instead of a dict with None values. by Georg Brandl · 14 years ago
  84. 8393843 #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. by Georg Brandl · 14 years ago
  85. 68fc9aa Apply fix from r85784 on py3k too. by Éric Araujo · 14 years ago
  86. c08f544 Fixed a typo by Alexander Belopolsky · 14 years ago
  87. 41f56f0 Issue #7061: Fixed section title by Alexander Belopolsky · 14 years ago
  88. 2efeb40 Add .hgeol file for the Mercurial EOL extension. by Georg Brandl · 14 years ago
  89. 6ce1dae Fix r85774 editor fail. Had a dangling try and incorrect indent. by Brian Curtin · 14 years ago
  90. 000f974 Fix #10162: Add try/except around _winreg.OpenKey for keys that are by Brian Curtin · 14 years ago
  91. 28928ae #4829: better error message for invalid file mode by Georg Brandl · 14 years ago
  92. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  93. 6d61cb4 #1203650: allow larger list of files in windows makefile for freeze. by Georg Brandl · 14 years ago
  94. 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
  95. a847ccb Fix missing import. by Georg Brandl · 14 years ago
  96. 29848f0 #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newline to its output. by Georg Brandl · 14 years ago
  97. a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
  98. 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 14 years ago
  99. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
  100. 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 14 years ago