1. 554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) by Victor Stinner · 14 years ago
  2. f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) by Georg Brandl · 14 years ago
  3. dce6e1b Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html by Steven Bethard · 14 years ago
  4. 74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) by Steven Bethard · 14 years ago
  5. 151973e #1436346: make it more obvious that timetuple[7] is yday. by Georg Brandl · 14 years ago
  6. fee0f44 NEWS rewrap and punctuation consistency. by Georg Brandl · 14 years ago
  7. 36cd75a Merged revisions 80937,81478 via svnmerge from by Benjamin Peterson · 14 years ago
  8. 54b40ee Fix my last commit (r81471) about codecs by Victor Stinner · 14 years ago
  9. 7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 by Victor Stinner · 14 years ago
  10. 54d2898 #8635: document enumerate() start parameter in docstring. by Georg Brandl · 14 years ago
  11. a19baf5 Underscore the name of an internal utility function. by Georg Brandl · 14 years ago
  12. 5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. by Georg Brandl · 14 years ago
  13. f93ce0c #8785: less confusing description of regex.find*. by Georg Brandl · 14 years ago
  14. 262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice by Victor Stinner · 14 years ago
  15. d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different by Victor Stinner · 14 years ago
  16. fa0fdb8 #8709: mention Windows support for os.devnull. by Georg Brandl · 14 years ago
  17. 93f6615 typo by Georg Brandl · 14 years ago
  18. 042d6a4 Correct info for Semaphore.acquire() semantics under OSX. by Georg Brandl · 14 years ago
  19. 26da187 simplify and modernize updatecache() by Benjamin Peterson · 14 years ago
  20. b9e7c01 remove debugging rubish by Benjamin Peterson · 14 years ago
  21. 266e454 ensure the last line has a trailing newline #8782 by Benjamin Peterson · 14 years ago
  22. dd59f1b #8707: remove duplicate paragraph part. by Georg Brandl · 14 years ago
  23. bd289da fix name by Benjamin Peterson · 14 years ago
  24. 6722ac2 use addCleanup by Benjamin Peterson · 14 years ago
  25. 233eb54 Add missing parameter in SimpleXMLRPCServer signature. by Georg Brandl · 14 years ago
  26. da69add typo by Georg Brandl · 14 years ago
  27. eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 by Benjamin Peterson · 14 years ago
  28. 16fd5cd #8783: replace link to now dead hash collision FAQ. by Georg Brandl · 14 years ago
  29. c76defc Updated logging documentation with more dictConfig information. by Vinay Sajip · 14 years ago
  30. 6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows by Antoine Pitrou · 14 years ago
  31. a85bd06 fix extra 't' #8778 by Benjamin Peterson · 14 years ago
  32. eb3cd30 Turned out that if you used explicit relative import syntax by Brett Cannon · 14 years ago
  33. b1556c5 libpython.py: fix support of non-BMP unicode characters by Victor Stinner · 14 years ago
  34. 8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes by Tarek Ziadé · 14 years ago
  35. 4a76905 Fix typo. by Stefan Krah · 14 years ago
  36. 8a6f3fe Fix typos in docstrings. by Stefan Krah · 14 years ago
  37. 019551f Fix typo in argparse doc. by Ezio Melotti · 14 years ago
  38. e3a84e8 Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror. by Giampaolo Rodolà · 14 years ago
  39. cccfce1 Doc Fix. Correct link to Zephyr ASDL Abstract page. by Senthil Kumaran · 14 years ago
  40. a38cd52 Fixed minor typo in ReST markup. by Vinay Sajip · 14 years ago
  41. 71a6324 Fix minor typo. by Senthil Kumaran · 14 years ago
  42. 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 14 years ago
  43. af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. by Florent Xicluna · 14 years ago
  44. 4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration by Tarek Ziadé · 14 years ago
  45. e127e24 Slight style cleanup. by Florent Xicluna · 14 years ago
  46. 422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. by Tarek Ziadé · 14 years ago
  47. 1b55347 Add cross-reference to later section by Andrew M. Kuchling · 14 years ago
  48. 508a237 Clear the OpenSSL error queue each time an error is signalled. by Antoine Pitrou · 14 years ago
  49. 308c2af Document that SSL v2 is insecure. by Antoine Pitrou · 14 years ago
  50. 8a470d6 Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close() by Victor Stinner · 14 years ago
  51. 3bea1ed Use 4-spaces for indentation (instead of tabs) in pgen outputs by Victor Stinner · 14 years ago
  52. fd2103e reindent _cursesmodule.c by Victor Stinner · 14 years ago
  53. 03acec2 Remove unused variable, and fix a compilation warning on Windows by Amaury Forgeot d'Arc · 14 years ago
  54. db99092 NEWS: strip trailing spaces by Victor Stinner · 14 years ago
  55. 5b5134b use TestCase skip method by Benjamin Peterson · 14 years ago
  56. 7622eba If the timeout is exceeded, count the tests as skipped instead of just by Stefan Krah · 14 years ago
  57. 2b271f7 Fix regression introduced by r81154 (Issue #5099, subprocess destructor) by Victor Stinner · 14 years ago
  58. 5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst by Victor Stinner · 14 years ago
  59. 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 14 years ago
  60. 42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to by Brett Cannon · 14 years ago
  61. da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 14 years ago
  62. b3d0554 Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. by Florent Xicluna · 14 years ago
  63. 9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. by Florent Xicluna · 14 years ago
  64. 9ac6114 Better test skipping, with message in the log. by Florent Xicluna · 14 years ago
  65. 8c72b4e rip out mention of types.ListType #8703 by Benjamin Peterson · 14 years ago
  66. 8652f2e Revert the additional OS X information (r81140). Keep the endianness information. by Florent Xicluna · 14 years ago
  67. b7d413f Add sensible information about the OS X platform to diagnose issue #8423: by Florent Xicluna · 14 years ago
  68. 3736816 Fix verb tense in skip message. by Victor Stinner · 14 years ago
  69. 20c3258 Issue #8422, test_genericpath: skip the creation of a directory with an invalid by Victor Stinner · 14 years ago
  70. 81a0450 Fix Issue8657 - adding git and git+ssh as know schemes. by Senthil Kumaran · 14 years ago
  71. 62f7e8b Fix unused variable in test_factorial. by Mark Dickinson · 14 years ago
  72. f09bc66 #8696: add documentation for logging.config.dictConfig (PEP 391) by Andrew M. Kuchling · 14 years ago
  73. 2e136ab Improve _ssl.c formatting by Antoine Pitrou · 14 years ago
  74. e551337 Grammar fix by Andrew M. Kuchling · 14 years ago
  75. 62bebdf - clarify Attr.name comment on the presence of colons in namespace mode by Fred Drake · 14 years ago
  76. 5840469 fix error introduced in previous commit, and the adjacent additional typo by Fred Drake · 14 years ago
  77. 68df234 Let's call this done by Andrew M. Kuchling · 14 years ago
  78. 2702491 Revision pass: lots of edits, typo fixes, rearrangements by Andrew M. Kuchling · 14 years ago
  79. fd25594 Removed the assertion that dispatcher.connected attribute must be False after a single connect() call. Solaris and FreeBSD buildbots failures showed how connect() can succeed even in a single call. All bo failures should definitively be fixed now. by Giampaolo Rodolà · 14 years ago
  80. fc3bfad Issue #8681: Make the zlib module's error messages more informative when by Antoine Pitrou · 14 years ago
  81. 37ffc3e Issue #8672: Add a zlib test ensuring that an incomplete stream can be by Antoine Pitrou · 14 years ago
  82. b9bf971 #8575 - Update and reorganize some _winreg contents. by Brian Curtin · 14 years ago
  83. 8b37dd1 fix typo by Fred Drake · 14 years ago
  84. 11bb2cd Issue #8674: fix another bogus overflow check in audioop module. by Mark Dickinson · 14 years ago
  85. 5e13e29 Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; by Mark Dickinson · 14 years ago
  86. 035fbba Use ';' after initialization macros to avoid confusing re-indenters by Andrew M. Kuchling · 14 years ago
  87. 3eee7af Break long line in macros by Andrew M. Kuchling · 14 years ago
  88. 5d864c8 Fix typo by Andrew M. Kuchling · 14 years ago
  89. 6487952 Fix typo. by Georg Brandl · 14 years ago
  90. 6f635f4 Consolidate deprecation messages. by Georg Brandl · 14 years ago
  91. 0ddc30b Fix reference direction. by Georg Brandl · 14 years ago
  92. c630195 #8642: fix wrong function name. by Georg Brandl · 14 years ago
  93. 72b1977 Improving help message for python -m unittest. Issue 8303. by Michael Foord · 14 years ago
  94. 638b869 Add a link on maketrans(). by Florent Xicluna · 14 years ago
  95. 40f09c0 Move { out of #if...#else block; this confuses Emacs' C-mode by Andrew M. Kuchling · 14 years ago
  96. 932e162 Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop by Mark Dickinson · 14 years ago
  97. ff46d6e Issue #8490: adds a more solid test suite for asyncore by Giampaolo Rodolà · 14 years ago
  98. 264552a Link to unittest2 article by Andrew M. Kuchling · 14 years ago
  99. 10595a6 Use title case by Andrew M. Kuchling · 14 years ago
  100. 93c40d4 Markup fix; re-word a sentence by Andrew M. Kuchling · 14 years ago