]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2010-10-23  Georg Brandl#6518: enable context manager protocol for ossaudiodev...
2010-10-23  Antoine PitrouAlso guard other SOCK_NONBLOCK test
2010-10-23  Victor StinnerIssue #6011: sysconfig and distutils.sysconfig use...
2010-10-23  Antoine PitrouFix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent...
2010-10-23  Benjamin Petersonfollow up to #9778: define and use an unsigned hash...
2010-10-23  Victor StinnerTry to fix test_tarfile on AMD64 debian parallel 3.x
2010-10-23  Victor StinnerIssue #6011: getpath: decode VPATH env var from the...
2010-10-22  Antoine PitrouRevert r85797 (and r85798): it broke the Windows buildb...
2010-10-22  Antoine PitrouUpdate what's new
2010-10-22  Antoine PitrouIssue #9935: Speed up pickling of instances of user...
2010-10-22  Antoine PitrouFor now, remove accept4() code (issue #10115)
2010-10-22  Antoine PitrouFix test_ssl on Ubuntu buildbot with patched OpenSSL
2010-10-22  Antoine PitrouIssue #5639: Add a *server_hostname* argument to `SSLCo...
2010-10-22  Barry WarsawOnly hack cmd.library_dirs when running under Py_ENABLE...
2010-10-22  Georg BrandlRefactor interesting use of try-finally.
2010-10-22  Georg BrandlMake top_level attribute a set instead of a dict with...
2010-10-22  Georg Brandl#10166: rewrite self-recursion to iteration in pstats...
2010-10-21  Éric AraujoApply fix from r85784 on py3k too.
2010-10-21  Alexander BelopolskyFixed a typo
2010-10-21  Alexander BelopolskyIssue #7061: Fixed section title
2010-10-21  Georg BrandlAdd .hgeol file for the Mercurial EOL extension.
2010-10-21  Brian CurtinFix r85774 editor fail. Had a dangling try and incorrec...
2010-10-21  Brian CurtinFix #10162: Add try/except around _winreg.OpenKey for...
2010-10-21  Georg Brandl#4829: better error message for invalid file mode
2010-10-21  Antoine PitrouIssue #10089: Add support for arbitrary -X options...
2010-10-21  Georg Brandl#1203650: allow larger list of files in windows makefil...
2010-10-21  Georg Brandl#3077: fix h2py substitution of character literals.
2010-10-21  Georg BrandlFix missing import.
2010-10-21  Georg Brandl#9919: fix off-by-one error in lineno command in Misc...
2010-10-21  Georg Brandl#9095, #8912, #8999: add support in patchcheck for...
2010-10-21  Georg Brandl#10159: sort completion matches before comparing to...
2010-10-20  Victor StinnerIssue #4388: On Mac OS X, decode command line arguments...
2010-10-20  Victor StinnerMove non-ascii test from test_run_code() to a new funct...
2010-10-20  Victor StinnerMove test_undecodable_code() from test_sys to test_cmd_line
2010-10-20  Victor Stinnertest_zipimport_support: use ascii() on bytes output...
2010-10-20  Benjamin Petersonfix uninitialized struct member #10152
2010-10-20  Vinay Sajiplogging: Improved StreamHandler documentation.
2010-10-20  Vinay Sajiplogging: Made StreamHandler terminator configurable.
2010-10-20  Ronald OussorenFix for issue #7473.
2010-10-20  Ronald OussorenDon't lie about the supported architectures in the...
2010-10-20  Vinay Sajiplogging: clarified Filter documentation.
2010-10-20  Georg BrandlFix r85728: use "" to mean the system default locale...
2010-10-19  R. David MurrayCorrect signature of BytesGenerator in docs.
2010-10-19  Vinay Sajiplogging: Documented usage of callables as filters.
2010-10-19  Alexander BelopolskyIssue #7061: Fixed some of the issues in turtle module...
2010-10-19  Georg BrandlBe consistent in the spelling of thread-safe(ty).
2010-10-19  Vinay Sajiplogging: Allowed filters to be just callables.
2010-10-19  Vinay Sajiplogging: Added tests for _logRecordClass changes.
2010-10-19  Georg Brandl#10092: Properly reset locale in Locale*Calendar classe...
2010-10-19  Alexander BelopolskyFixed the docstring for calendar.isleap() function.
2010-10-19  Vinay Sajiplogging: Added _logRecordClass, getLogRecordClass,...
2010-10-19  Senthil KumaranFix Issue10140 - Tools/scripts/pathfix.py: add option...
2010-10-19  Victor Stinnerinitfsencoding(): get_codeset() failure is now a fatal...
2010-10-18  Victor Stinnerzipimport: remove arbitrary length limit from message...
2010-10-18  Victor Stinnerzipimport: document archive encoding; fix indentation
2010-10-18  Victor StinnerRevert r85699 and r85701 (zipimport): fullname is a...
2010-10-18  Victor Stinnerzipimport: fix "can't find module ..." error message
2010-10-18  Victor StinnerPyUnicode_FromFormatV(): Fix %A format
2010-10-18  Victor Stinnerzipimport: find_module(), is_package() and get_source...
2010-10-18  Victor Stinnerzipimport: pass path size to make_filename()
2010-10-18  Barry WarsawOne more change for issue 9807, by Matthias Klose.
2010-10-18  Alexander BelopolskyReverted inadvertent change that slipped into r85695
2010-10-18  Alexander BelopolskyIssue #10117: Tools/scripts/reindent.py now accepts...
2010-10-18  Georg BrandlFix hash function type.
2010-10-18  Victor Stinnerget_code_from_data() uses the filesystem encoding to...
2010-10-18  Victor Stinnerzipimport: read_directory() uses cp437 or utf-8 (in...
2010-10-18  Hirokazu YamamotoIssue #5117: Case normalization was needed on ntpath...
2010-10-18  Victor Stinnerzipimport: get_module_code() returns modpath as a Unico...
2010-10-18  Victor Stinnerzipimporter_load_module() doesn't destroy mod on error
2010-10-18  Victor Stinnerzipimport: encode the prefix to the fileystem encoding
2010-10-18  Victor Stinnerzipimport, get_module_code(): avoid useless _PyUnicode_...
2010-10-18  Victor Stinnerzipimport: fix indentation
2010-10-18  Georg BrandlRemove more unneeded casts to hashfunc.
2010-10-18  Georg BrandlRemove unneeded casts to hashfunc.
2010-10-18  Georg BrandlFix type of hash function.
2010-10-18  Georg BrandlFix compiler warning about unused static function.
2010-10-18  Georg BrandlFix compiler warnings about formatting pid_t as an...
2010-10-18  R. David Murray#678250: Make mmap flush a noop on ACCESS_READ and...
2010-10-18  R. David Murray#4499: silence compiler warning on AIX.
2010-10-17  R. David MurrayTighten up 'byte string' wording in base64 docs.
2010-10-17  R. David Murray#1343: Add short_empty_elements option to XMLGenerator.
2010-10-17  Skip MontanaroNote the resolution of issue 9778.
2010-10-17  Benjamin Peterson-1 is reserved for errors
2010-10-17  Benjamin Petersonfix prototype
2010-10-17  Benjamin Petersonfix strict aliasing warnings
2010-10-17  Benjamin Petersonmake hashes always the size of pointers; introduce...
2010-10-17  Victor Stinnertest_httpservers: Python CGI scripts have to be encoded...
2010-10-17  Victor Stinnertest_httpservers: Fix skip test check, the python execu...
2010-10-17  Benjamin Petersonuse helper hash unimplemented function
2010-10-17  Martin v. LöwisFix T_BOOL bug of issue 8845.
2010-10-17  Victor Stinnertest_httpservers: skip CGI tests if Python executable...
2010-10-17  Gregory P.... Remove the external non-python.org hyperlink and point...
2010-10-17  Martin v. LöwisDrop OPT:Olimit, as it confuses SunPRO (and other compi...
2010-10-17  Victor Stinnerlibpython: implementation of os.fsencode() with surroga...
2010-10-17  Victor Stinnerrun_file(): encode the filename with PyUnicode_EncodeFS...
2010-10-17  Victor Stinnercompiler_error(): use PyUnicode_DecodeFSDefault() to...
2010-10-17  Victor StinnerPyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault...
2010-10-17  Gregory P.... The py_decref macro was incorrect and unnecessary.
2010-10-17  Gregory P.... * Applys part of the patch from http://bugs.python...
2010-10-17  Matthias Klose- Accept Oracle Berkeley DB 5.0 and 5.1 as backend...
next