1. 68fc9aa Apply fix from r85784 on py3k too. by Éric Araujo · 14 years ago
  2. c08f544 Fixed a typo by Alexander Belopolsky · 14 years ago
  3. 41f56f0 Issue #7061: Fixed section title by Alexander Belopolsky · 14 years ago
  4. 2efeb40 Add .hgeol file for the Mercurial EOL extension. by Georg Brandl · 14 years ago
  5. 6ce1dae Fix r85774 editor fail. Had a dangling try and incorrect indent. by Brian Curtin · 14 years ago
  6. 000f974 Fix #10162: Add try/except around _winreg.OpenKey for keys that are by Brian Curtin · 14 years ago
  7. 28928ae #4829: better error message for invalid file mode by Georg Brandl · 14 years ago
  8. 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
  9. 6d61cb4 #1203650: allow larger list of files in windows makefile for freeze. by Georg Brandl · 14 years ago
  10. 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
  11. a847ccb Fix missing import. by Georg Brandl · 14 years ago
  12. 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
  13. a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
  14. 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 14 years ago
  15. f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
  16. 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 14 years ago
  17. f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 14 years ago
  18. 6722b5f test_zipimport_support: use ascii() on bytes output to avoid BytesWarning by Victor Stinner · 14 years ago
  19. b8ffb60 fix uninitialized struct member #10152 by Benjamin Peterson · 14 years ago
  20. 05ed695 logging: Improved StreamHandler documentation. by Vinay Sajip · 14 years ago
  21. 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 14 years ago
  22. f3500e1 Fix for issue #7473. by Ronald Oussoren · 14 years ago
  23. d010329 Don't lie about the supported architectures in the OSX installer by Ronald Oussoren · 14 years ago
  24. 22246fd logging: clarified Filter documentation. by Vinay Sajip · 14 years ago
  25. 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 14 years ago
  26. f19076e Correct signature of BytesGenerator in docs. by R. David Murray · 14 years ago
  27. fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
  28. 435d306 Issue #7061: Fixed some of the issues in turtle module documentation by Alexander Belopolsky · 14 years ago
  29. f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 14 years ago
  30. 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
  31. 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
  32. 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 14 years ago
  33. f87cc04 Fixed the docstring for calendar.isleap() function. by Alexander Belopolsky · 14 years ago
  34. 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 14 years ago
  35. 7cd94b8 Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps by Senthil Kumaran · 14 years ago
  36. e474309 initfsencoding(): get_codeset() failure is now a fatal error by Victor Stinner · 14 years ago
  37. 07298a1 zipimport: remove arbitrary length limit from message formats by Victor Stinner · 14 years ago
  38. 9e40fad zipimport: document archive encoding; fix indentation by Victor Stinner · 14 years ago
  39. 965a8a1 Revert r85699 and r85701 (zipimport): fullname is a module name, not a path by Victor Stinner · 14 years ago
  40. 8c8ed0a zipimport: fix "can't find module ..." error message by Victor Stinner · 14 years ago
  41. 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 14 years ago
  42. 0410656 zipimport: find_module(), is_package() and get_source() supports surrogates by Victor Stinner · 14 years ago
  43. 269aeb7 zipimport: pass path size to make_filename() by Victor Stinner · 14 years ago
  44. f040d7d One more change for issue 9807, by Matthias Klose. by Barry Warsaw · 14 years ago
  45. eebccfb Reverted inadvertent change that slipped into r85695 by Alexander Belopolsky · 14 years ago
  46. 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
  47. 016cec7 Fix hash function type. by Georg Brandl · 14 years ago
  48. 2a94f4c get_code_from_data() uses the filesystem encoding to encode the module path, by Victor Stinner · 14 years ago
  49. d36c821 zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending on by Victor Stinner · 14 years ago
  50. b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
  51. 08654e1 zipimport: get_module_code() returns modpath as a Unicode object by Victor Stinner · 14 years ago
  52. 26fabe1 zipimporter_load_module() doesn't destroy mod on error by Victor Stinner · 14 years ago
  53. 72f767e zipimport: encode the prefix to the fileystem encoding by Victor Stinner · 14 years ago
  54. 353349c zipimport, get_module_code(): avoid useless _PyUnicode_AsString() by Victor Stinner · 14 years ago
  55. c342fca zipimport: fix indentation by Victor Stinner · 14 years ago
  56. f038b32 Remove more unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  57. 00da4e0 Remove unneeded casts to hashfunc. by Georg Brandl · 14 years ago
  58. d49bf5e Fix type of hash function. by Georg Brandl · 14 years ago
  59. 646fdd6 Fix compiler warning about unused static function. by Georg Brandl · 14 years ago
  60. c7f4af4 Fix compiler warnings about formatting pid_t as an int, by always casting to long. by Georg Brandl · 14 years ago
  61. e194dd6 #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. by R. David Murray · 14 years ago
  62. 051176f #4499: silence compiler warning on AIX. by R. David Murray · 14 years ago
  63. 7cefc30 Tighten up 'byte string' wording in base64 docs. by R. David Murray · 14 years ago
  64. a90032a #1343: Add short_empty_elements option to XMLGenerator. by R. David Murray · 14 years ago
  65. 961aaf5 Note the resolution of issue 9778. by Skip Montanaro · 14 years ago
  66. e7dfeeb -1 is reserved for errors by Benjamin Peterson · 14 years ago
  67. e6baa46 fix prototype by Benjamin Peterson · 14 years ago
  68. 223f091 fix strict aliasing warnings by Benjamin Peterson · 14 years ago
  69. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  70. 6fb4575 test_httpservers: Python CGI scripts have to be encoded to utf-8 by Victor Stinner · 14 years ago
  71. 3218c31 test_httpservers: Fix skip test check, the python executable path have to be by Victor Stinner · 14 years ago
  72. 23d05c1 use helper hash unimplemented function by Benjamin Peterson · 14 years ago
  73. a2e7d9b Fix T_BOOL bug of issue 8845. by Martin v. Löwis · 14 years ago
  74. 0b0ca0c test_httpservers: skip CGI tests if Python executable path is not encodable by Victor Stinner · 14 years ago
  75. 3ebc22a Remove the external non-python.org hyperlink and point people to by Gregory P. Smith · 14 years ago
  76. c980ffd Drop OPT:Olimit, as it confuses SunPRO (and other compilers). by Martin v. Löwis · 14 years ago
  77. 6ffbee7 libpython: implementation of os.fsencode() with surrogateescape error handler by Victor Stinner · 14 years ago
  78. e0f3268 run_file(): encode the filename with PyUnicode_EncodeFSDefault() instead of by Victor Stinner · 14 years ago
  79. c049982 compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename, by Victor Stinner · 14 years ago
  80. 15a71cd PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of by Victor Stinner · 14 years ago
  81. 5b5d8d5 The py_decref macro was incorrect and unnecessary. by Gregory P. Smith · 14 years ago
  82. 03efcf2 * Applys part of the patch from http://bugs.python.org/issue3631 to add by Gregory P. Smith · 14 years ago
  83. 8690ae5 - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. by Matthias Klose · 14 years ago
  84. c961322 Syntax fixes for examples in the Doc/includes by Senthil Kumaran · 14 years ago
  85. 134c35b #9730: fix example. by Georg Brandl · 14 years ago
  86. 2379877 Fix documentation of dis.opmap direction. by Georg Brandl · 14 years ago
  87. c16e8f1 Make twisted example a bit more logical. by Georg Brandl · 14 years ago
  88. c814826 Port changes to pickle docs apparently lost in py3k. by Georg Brandl · 14 years ago
  89. 8527126 #9237: document sys.call_tracing(). by Georg Brandl · 14 years ago
  90. 12c695c #5121: fix claims about default values leading to segfaults. by Georg Brandl · 14 years ago
  91. 2aff335 #9204: remove mentions of removed types in the types module. by Georg Brandl · 14 years ago
  92. 418cc73 Fix capitalization. by Georg Brandl · 14 years ago
  93. ee2538b Fix Issue10119 - test_urllibnet failure when using support.transient_internet. by Senthil Kumaran · 14 years ago
  94. 6f4e68d #5962: clarify sys.exit() vs. threads. by Georg Brandl · 14 years ago
  95. a192828 #9138: reword introduction to classes in Python. by Georg Brandl · 14 years ago
  96. f414272 #9117: fix syntax for class definition. by Georg Brandl · 14 years ago
  97. e0bf91d Some markup and style fixes in argparse docs. by Georg Brandl · 14 years ago
  98. 9375492 #9112: document error() and exit() methods of ArgumentParser. by Georg Brandl · 14 years ago
  99. 0036bcf #9105: move pickle warning to a bit more prominent location. by Georg Brandl · 14 years ago
  100. 047e486 Remove second parser module example; it referred to non-readily-available example files, and this kind of discovery is much better done with the AST nowadays anyway. by Georg Brandl · 14 years ago