]> granicus.if.org Git - python/shortlog
python
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.
2010-10-13 Benjamin Petersonremove obselete import implementation #7287
2010-10-13 Antoine PitrouProtect test_smtpnet against connection failures
2010-10-13 Antoine PitrouFollowup to #9437: since LDFLAGS is now appended to...
2010-10-13 Antoine PitrouIssue #10041: The signature of optional arguments in...
2010-10-13 Michael FoordIgnoring personal settings for Wing 3 project file
2010-10-13 Michael FoordAdding Wing IDE version 4 project file
2010-10-13 Antoine PitrouDefine a "session_id_context" at context creation....
2010-10-13 Antoine PitrouUse PROTOCOL_SSLv23 in the test HTTPS server, in an...
2010-10-13 Antoine PitrouPrint out socket errors in HTTPS server thread
2010-10-13 Antoine PitrouLet test_ssl fail gracefully if ssl support is not...
2010-10-13 Antoine PitrouRun a simple HTTPS server when Lib/test/ssl_servers...
2010-10-13 Victor Stinnerceval.c: catch recursion error on _PyUnicode_AsString...
2010-10-13 Antoine PitrouTypo. It is rather obvious that this code isn't tested :/
2010-10-13 Antoine PitrouFix grammar
2010-10-13 Antoine PitrouIssue #9003: http.client.HTTPSConnection, urllib.reques...
2010-10-13 Gregory P.... Fix compile on NetBSD 5.0 (or anything else using an...
2010-10-13 Gregory P.... fix compliation on NetBSD
2010-10-13 Brian CurtinImplement #7944. Use `with` throughout the test suite.
2010-10-13 Brian CurtinImplement #7944. Use `with` throughout the test suite.
2010-10-13 Brian CurtinImplement #7944. Use `with` throughout the test suite.
2010-10-13 Brian CurtinImplement #7944. Use `with` throughout the test suite.
2010-10-13 Benjamin Petersonaccount for the module __dict__ being cleared when...
2010-10-12 Benjamin Petersonfix spelling #10078
2010-10-12 Benjamin Petersonprefer clearing global objects to obscure module.__dict...
2010-10-12 Victor StinnerNEWS: Move #6612 to Library section
2010-10-12 Victor Stinner#6612: add the author of the patch (W. Trevor King)
2010-10-12 Victor StinnerIssue #6612: Fix site and sysconfig to catch os.getcwd...
2010-10-12 Antoine PitrouUpdate whatsnew about pickle optimizations
2010-10-12 Antoine PitrouIssue #3873: Speed up unpickling from file objects...
2010-10-12 Antoine PitrouIssue #10075: Add a session_stats() method to SSLContex...
2010-10-12 Antoine PitrouMake comment about SSL support more accurate
2010-10-12 Georg BrandlPost-release bumps.
2010-10-11 Martin v. LöwisAdd entry for r85371.
2010-10-11 Martin v. LöwisUpgrade to Unicode 6.0.0.
2010-10-11 Martin v. LöwisAdd 3.2b1.
2010-10-10 Vinay SajipIssue #9948: logging: fixed problem of losing filename...
2010-10-10 Georg BrandlTag release 3.2a3.
2010-10-10 Georg BrandlRewrap. v3.2a3
2010-10-10 Georg BrandlBump to 3.2a3.
2010-10-10 Georg BrandlUpdate pydoc topics.
2010-10-10 Antoine PitrouIssue #9437: Fix building C extensions with non-default...
2010-10-10 Antoine PitrouIssue #10062: Allow building on platforms which do...
next