]> granicus.if.org Git - python/shortlog
python
2010-10-16 Georg Brandl#10124: typo fix.
2010-10-16 Georg Brandl#10122: typo fix.
2010-10-16 Barry Warsawabiflags: alphabetize and versionadded
2010-10-16 Victor StinnerFix ast_error_finish() and err_input(): filename can...
2010-10-16 Victor StinnerIssue #9713, #10114: Parser functions (eg. PyParser_AST...
2010-10-16 Victor Stinnerzipimport: catch _PyUnicode_AsString() failure in get_c...
2010-10-16 Brian QuinlanFixes issue 10120 (concurrent.futures module is not...
2010-10-16 Brian QuinlanFix incorrect maintainer name
2010-10-16 Brian QuinlanAdd bquinlan as the maintainer of concurrent.futures
2010-10-16 Benjamin Petersondon't identify the toplevel namespace by name #9997
2010-10-16 Benjamin Petersonfix refleak
2010-10-16 Barry WarsawAdd NEWS for issue 9807 part 1.
2010-10-16 Barry WarsawFirst (uncontroversial) part of issue 9807.
2010-10-15 Benjamin Petersonrun autoconf
2010-10-15 R. David Murray#9862: On AIX PIPE_BUF is broken. Make it 512.
2010-10-15 Victor StinnerFix imp_cache_from_source(): Decode make_compiled_pathn...
2010-10-15 Victor Stinnerimp_load_module() uses PyUnicode_FSConverter() to suppo...
2010-10-15 Benjamin Petersonrevert change in inappropiate branch
2010-10-15 Victor Stinnerimp.cache_from_source() uses PyUnicode_FSConverter...
2010-10-15 Georg Brandl#10072: assume a bit less knowledge of the FTP protocol...
2010-10-15 Georg Brandl#6098: Refrain from claiming DOM level 3 conformance...
2010-10-15 Georg Brandl#5762: fix handling of empty namespace in minidom,...
2010-10-15 Georg Brandl#4785: document strict argument of JSONDecoder, plus...
2010-10-15 Georg Brandl#7790: move table of struct_time members to the actual...
2010-10-15 Georg Brandl#4968: updates to inspect.is* function docs.
2010-10-15 Georg Brandl#6798: fix wrong docs for the arguments to several...
2010-10-15 Georg BrandlFix issue references.
2010-10-15 Georg Brandl#7303: add documentation for useful pkgutil functions...
2010-10-15 Alexander BelopolskyIssue #9308: Removed redundant coding cookies. Added...
2010-10-15 Georg Brandl#9054: fix crash when using pyexpat with a system expat...
2010-10-15 Georg BrandlRemove unused label.
2010-10-15 Georg Brandl#9801: document how list and dict proxies created by...
2010-10-15 Georg Brandl#9683: remove broken dead code dealing with nested...
2010-10-15 Georg Brandl#7771: reference to documentation of dictview methods...
2010-10-15 Georg Brandl#2830: add html.escape() helper and move cgi.escape...
2010-10-15 Georg BrandlRefrain from using inline suites.
2010-10-15 Georg Brandl#5355 followup: add unit test for new dictionaries...
2010-10-15 Senthil KumaranFix a minor docs bug.
2010-10-15 Georg Brandl#5355: Provide mappings from Expat error numbers to...
2010-10-15 Brian CurtinFix #10098. Fix sporadic test_os failures.
2010-10-15 Antoine PitrouRevert debug printout
2010-10-15 Antoine PitrouEnable debug output at the start of the regression...
2010-10-15 Antoine PitrouTemporary debug printout for buildbots
2010-10-15 Senthil KumaranFix sphinx role markups.
2010-10-15 Senthil KumaranFix ``make check`` warnings.
2010-10-15 Senthil KumaranFixing some sphinx inline directives - detected using...
2010-10-15 Victor Stinnerimp.load_dynamic() uses PyUnicode_FSConverter() to...
2010-10-15 Victor StinnerUse locale encoding if Py_FileSystemDefaultEncoding...
2010-10-15 Victor Stinnerredecode_filename(): don't need to initialize variables
2010-10-15 Victor StinnerMark _Py_char2wchar() input argument as constant
2010-10-15 Senthil KumaranIssue10100 - fromfd is now available on all platforms
2010-10-15 Benjamin Petersonremove empty file
2010-10-14 Benjamin PetersonMerged revisions 83852-83853,83857,84042,84216,84274...
2010-10-14 Antoine PitrouMore proper closing of files
2010-10-14 Benjamin Petersonrevert change that was in wrong branch
2010-10-14 Florent XiclunaAdd test case for issue #9409, non-ascii char in doctes...
2010-10-14 Antoine PitrouExplicitly close some files (from issue #10093)
2010-10-14 Florent XiclunaFix the regex to match all kind of filenames, for inter...
2010-10-14 Antoine PitrouIncrease timeouts in test_ftplib (for very slow buildbots)
2010-10-14 Antoine PitrouOops
2010-10-14 Antoine PitrouReally fix bug
2010-10-14 Barry WarsawFix issue 10094, by narrowing down the test for PROXY...
2010-10-14 Barry WarsawRun autoconf to update configure.in -> configure.
2010-10-14 Alexander BelopolskyIssue 9183: Intern UTC timezone.
2010-10-14 Antoine PitrouReplace the "compiler" resource with the more generic...
2010-10-14 Matthias Klose- Issue #10094: Use versioned .so files on GNU/kfreeBSD...
2010-10-14 Antoine PitrouIssue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to...
2010-10-14 Victor Stinner_Py_wgetcwd() decodes the path using _Py_char2wchar...
2010-10-14 Victor StinnerIssue #10095: fp_setreadl() doesn't reopen the file...
2010-10-14 Senthil KumaranIssue10063 - file:// scheme will stop accessing remote...
2010-10-14 Antoine PitrouAdd make variable to allow testing of different interpr...
2010-10-14 Antoine PitrouInherit interpreter flags in parallel testing
2010-10-14 Victor StinnerPy_Main() uses _Py_wchar2char() to encode the filename...
2010-10-14 Victor Stinnertest_subprocess doesn't need to C locale to test os...
2010-10-14 Victor Stinnertest_subprocess: use C locale to get ascii locale encoding
2010-10-14 Georg Brandl#9964: fix running test_cmd_line_script under -O and...
2010-10-14 Georg Brandl#9964: fix running test_compileall under -O and -OO.
2010-10-14 Georg BrandlBetter check for "any optimize option given".
2010-10-14 Georg Brandl#9964: fix running test_xml_etree under -OO.
2010-10-14 Georg Brandl#9964: fix lib2to3 fixer fix_operator when running...
2010-10-14 Georg Brandl#9964: fix running test_import under -O or -OO.
2010-10-14 Georg Brandl#9964: Fix failure of test_dis under -OO.
2010-10-14 Georg BrandlRemove unused imports.
2010-10-14 Georg Brandl#9964: fix pdb failure to import under -OO. Warn the...
2010-10-14 Georg Brandl#9418: first step of moving private string methods...
2010-10-14 Georg Brandl#1710703: write zipfile structures also in the case...
2010-10-14 Georg BrandlMention 2to3.
2010-10-14 Georg Brandl#6825: small correction to split() docs.
2010-10-14 Georg Brandl#10046: small correction to atexit docs.
2010-10-14 Georg Brandl#3865: add note about benchmarking with profilers,...
2010-10-14 Georg Brandl#7642: update to os.system() docs.
2010-10-13 Antoine PitrouFix (hopefully) occasional failures in test_threaded_im...
2010-10-13 Victor Stinnertest_sys: Remove workaround #8611
2010-10-13 Victor StinnerRevert r85435 (and r85440): decode command line argumen...
2010-10-13 Alexander BelopolskyIssue 9005: Removed dead code.
2010-10-13 Victor Stinnermain(): catch PyUnicode_FromString() failure (exit)
2010-10-13 Benjamin Petersonput PYTHONIOENCODING in man page
2010-10-13 Victor StinnerIssue #9992: On Mac OS X, decode command line arguments...
2010-10-13 Benjamin Petersonconstify to appease compiler warnings
2010-10-13 Victor StinnerIssue #9992: Remove PYTHONFSENCODING environment variable.
next