- ba488d1 #7761: fix telnetlib.interact failures on Windows. by R. David Murray · 14 years ago
- 123015e faqwiz is removed. by Georg Brandl · 14 years ago
- f19ff1e Work a bit more on tkinter demos. by Georg Brandl · 14 years ago
- 1920890 Markup fix. by Georg Brandl · 14 years ago
- 856023a #3018: tkinter demo fixes for py3k. by Georg Brandl · 14 years ago
- 07e4f15 sys_update_path(): update sys.path even if argc==0 by Victor Stinner · 14 years ago
- d960fae update gitignore by Victor Stinner · 14 years ago
- 0256b2a Fix issue10192 - add urlencode to urllib.parse.__all__ by Senthil Kumaran · 14 years ago
- d0557bf logging: Formatter implementation tweak. by Vinay Sajip · 14 years ago
- a39c571 logging: Added style option to Formatter to allow %, {} or himBHformatting. by Vinay Sajip · 14 years ago
- 7e9065c Issue #10143: Update "os.pathconf" values by Jesus Cea · 14 years ago
- 97019ff test_gdb should be skipped on darwin (not up to v7 yet) by Skip Montanaro · 14 years ago
- e882aac str.encode() doesn't accept None as errors: use 'strict' instead by Victor Stinner · 14 years ago
- 2ebe697 Issue #10161: test_pep277 formats filenames with ascii() on error by Victor Stinner · 14 years ago
- 770a2be These are true PyCFunctions, after adding the second argument to oss_self, no need to cast. by Georg Brandl · 14 years ago
- 09f24bb Issue #8761: Mangle PyUnicode_CompareWithASCIIString function name for by Victor Stinner · 14 years ago
- df6d6cb os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods by Victor Stinner · 14 years ago
- 2062937 Add documentation about the default warnings filters. by Georg Brandl · 14 years ago
- 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
- 872a702 Fix style. by Georg Brandl · 14 years ago
- 687a1fa Add casts (one needed, one for consistency). by Georg Brandl · 14 years ago
- b75b639 Remove usage of exception indexing. by Georg Brandl · 14 years ago
- 543af75 Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) by Nick Coghlan · 14 years ago
- d4519c1 tighten loop by Benjamin Peterson · 14 years ago
- 503d6c5 remove broken code accounting an offset the size of the line #10186 by Benjamin Peterson · 14 years ago
- 8451c4b #1349106: add linesep argument to generator.flatten and header.encode. by R. David Murray · 14 years ago
- 29aad00 Issue #10185: use Py_hash_t instead of long by Antoine Pitrou · 14 years ago
- 57f7579 Revert r85801. The test ought to pass without rounding. by Martin v. Löwis · 14 years ago
- fbb1c61 Follow up to #9778: fix regressions on 64-bit Windows builds by Antoine Pitrou · 14 years ago
- 1e908af #6518: enable context manager protocol for ossaudiodev types. by Georg Brandl · 14 years ago
- 1cae8b5 Also guard other SOCK_NONBLOCK test by Antoine Pitrou · 14 years ago
- 75d8c5c Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape error by Victor Stinner · 14 years ago
- acd0fda Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kernels. by Antoine Pitrou · 14 years ago
- 8035bc5 follow up to #9778: define and use an unsigned hash type by Benjamin Peterson · 14 years ago
- 2b9af63 Try to fix test_tarfile on AMD64 debian parallel 3.x by Victor Stinner · 14 years ago
- 2158231 Issue #6011: getpath: decode VPATH env var from the locale encoding by Victor Stinner · 14 years ago
- ff150f2 Revert r85797 (and r85798): it broke the Windows buildbots because of by Antoine Pitrou · 14 years ago
- 45f9cf9 Update what's new by Antoine Pitrou · 14 years ago
- 7eecffd Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
- 61ec8de For now, remove accept4() code (issue #10115) by Antoine Pitrou · 14 years ago
- eb585ad Fix test_ssl on Ubuntu buildbot with patched OpenSSL by Antoine Pitrou · 14 years ago
- d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
- 4ebfdf0 Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both by Barry Warsaw · 14 years ago
- 9a8439d Refactor interesting use of try-finally. by Georg Brandl · 14 years ago
- eb7e569 Make top_level attribute a set instead of a dict with None values. by Georg Brandl · 14 years ago
- 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
- 68fc9aa Apply fix from r85784 on py3k too. by Éric Araujo · 14 years ago
- c08f544 Fixed a typo by Alexander Belopolsky · 14 years ago
- 41f56f0 Issue #7061: Fixed section title by Alexander Belopolsky · 14 years ago
- 2efeb40 Add .hgeol file for the Mercurial EOL extension. by Georg Brandl · 14 years ago
- 6ce1dae Fix r85774 editor fail. Had a dangling try and incorrect indent. by Brian Curtin · 14 years ago
- 000f974 Fix #10162: Add try/except around _winreg.OpenKey for keys that are by Brian Curtin · 14 years ago
- 28928ae #4829: better error message for invalid file mode by Georg Brandl · 14 years ago
- 9583cac Issue #10089: Add support for arbitrary -X options on the command-line. by Antoine Pitrou · 14 years ago
- 6d61cb4 #1203650: allow larger list of files in windows makefile for freeze. by Georg Brandl · 14 years ago
- 9c14f2f #3077: fix h2py substitution of character literals. by Georg Brandl · 14 years ago
- a847ccb Fix missing import. by Georg Brandl · 14 years ago
- 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
- a9afb68 #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C file reindenting, and docs whitespace fixing. by Georg Brandl · 14 years ago
- 50de5f5 #10159: sort completion matches before comparing to dir() result. by Georg Brandl · 14 years ago
- f933e1a Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of by Victor Stinner · 14 years ago
- 073f759 Move non-ascii test from test_run_code() to a new function: test_non_ascii() by Victor Stinner · 14 years ago
- f6211ed Move test_undecodable_code() from test_sys to test_cmd_line by Victor Stinner · 14 years ago
- 6722b5f test_zipimport_support: use ascii() on bytes output to avoid BytesWarning by Victor Stinner · 14 years ago
- b8ffb60 fix uninitialized struct member #10152 by Benjamin Peterson · 14 years ago
- 05ed695 logging: Improved StreamHandler documentation. by Vinay Sajip · 14 years ago
- 2a20dfc logging: Made StreamHandler terminator configurable. by Vinay Sajip · 14 years ago
- f3500e1 Fix for issue #7473. by Ronald Oussoren · 14 years ago
- d010329 Don't lie about the supported architectures in the OSX installer by Ronald Oussoren · 14 years ago
- 22246fd logging: clarified Filter documentation. by Vinay Sajip · 14 years ago
- 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 14 years ago
- f19076e Correct signature of BytesGenerator in docs. by R. David Murray · 14 years ago
- fc082ca logging: Documented usage of callables as filters. by Vinay Sajip · 14 years ago
- 435d306 Issue #7061: Fixed some of the issues in turtle module documentation by Alexander Belopolsky · 14 years ago
- f285bcc Be consistent in the spelling of thread-safe(ty). by Georg Brandl · 14 years ago
- 6dbed2e logging: Allowed filters to be just callables. by Vinay Sajip · 14 years ago
- 6fac817 logging: Added tests for _logRecordClass changes. by Vinay Sajip · 14 years ago
- 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
- f87cc04 Fixed the docstring for calendar.isleap() function. by Alexander Belopolsky · 14 years ago
- 062d56b logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to increase flexibility of LogRecord creation. by Vinay Sajip · 14 years ago
- 7cd94b8 Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestamps by Senthil Kumaran · 14 years ago
- e474309 initfsencoding(): get_codeset() failure is now a fatal error by Victor Stinner · 14 years ago
- 07298a1 zipimport: remove arbitrary length limit from message formats by Victor Stinner · 14 years ago
- 9e40fad zipimport: document archive encoding; fix indentation by Victor Stinner · 14 years ago
- 965a8a1 Revert r85699 and r85701 (zipimport): fullname is a module name, not a path by Victor Stinner · 14 years ago
- 8c8ed0a zipimport: fix "can't find module ..." error message by Victor Stinner · 14 years ago
- 9a90900 PyUnicode_FromFormatV(): Fix %A format by Victor Stinner · 14 years ago
- 0410656 zipimport: find_module(), is_package() and get_source() supports surrogates by Victor Stinner · 14 years ago
- 269aeb7 zipimport: pass path size to make_filename() by Victor Stinner · 14 years ago
- f040d7d One more change for issue 9807, by Matthias Klose. by Barry Warsaw · 14 years ago
- eebccfb Reverted inadvertent change that slipped into r85695 by Alexander Belopolsky · 14 years ago
- 4a98e3b Issue #10117: Tools/scripts/reindent.py now accepts source files that by Alexander Belopolsky · 14 years ago
- 016cec7 Fix hash function type. by Georg Brandl · 14 years ago
- 2a94f4c get_code_from_data() uses the filesystem encoding to encode the module path, by Victor Stinner · 14 years ago
- d36c821 zipimport: read_directory() uses cp437 or utf-8 (in strict mode), depending on by Victor Stinner · 14 years ago
- b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
- 08654e1 zipimport: get_module_code() returns modpath as a Unicode object by Victor Stinner · 14 years ago
- 26fabe1 zipimporter_load_module() doesn't destroy mod on error by Victor Stinner · 14 years ago
- 72f767e zipimport: encode the prefix to the fileystem encoding by Victor Stinner · 14 years ago
- 353349c zipimport, get_module_code(): avoid useless _PyUnicode_AsString() by Victor Stinner · 14 years ago