]> granicus.if.org Git - python/shortlog
python
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...
2010-10-10 Antoine PitrouSome platforms provide uintptr_t in inttypes.h. Patch by
2010-10-10 Senthil KumaranFix Issue7285 - multiprocessing module, example code...
2010-10-10 Raymond HettingerIssue #10029: Fix sample code in the docs for zip().
2010-10-09 Antoine PitrouIssue #10055: Make json C89-compliant in UCS4 mode.
2010-10-09 Vinay SajipRemoved duplicated method.
2010-10-09 Victor StinnerDocument that the 'strict' error handler is used to...
2010-10-09 Victor StinnerIssue #9738: Document PyErr_SetString() and PyErr_SetFr...
2010-10-09 Benjamin Petersonremove author names from prose
2010-10-08 Antoine PitrouIssue #1051: Add a script (Lib/test/make_ssl_certs...
2010-10-08 R. David MurrayWhat's new entry for email 5.1.
2010-10-08 Antoine PitrouAdd some debug output in verbose mode
2010-10-08 Antoine PitrouBetter Python spawning primitives in test.script_helper...
2010-10-08 Antoine PitrouUpdate what's new
2010-10-08 R. David Murray#4661: add bytes parsing and generation to email (email...
2010-10-08 Antoine PitrouIssue #1589: Add ssl.match_hostname(), to help implemen...
2010-10-08 Hirokazu YamamotoFollows Python/fileutils.c addition.
2010-10-08 Hirokazu YamamotoIssue #9978: Wait until subprocess completes initializa...
2010-10-08 Raymond HettingerFix handling on negative numbers in ast.literal_eval().
2010-10-07 Victor Stinnercopy_absolute() keeps the relative path on _Py_wgetcwd...
2010-10-07 Victor Stinnerfileutils.c: document which encodings are used
2010-10-07 Victor Stinnercopy_absolute() raises a fatal error on _Py_wgetcwd...
2010-10-07 Victor Stinner_Py_wrealpath() requires the size of the output buffer
2010-10-07 Victor Stinner_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharS...
2010-10-07 Victor StinnerFix fileutils for Windows
2010-10-07 Victor StinnerOoops, fileutils.c contains twice the same code
2010-10-07 Victor StinnerCreate fileutils.c/.h
2010-10-07 Victor Stinner_wrealpath() and _Py_wreadlink() support surrogates...
2010-10-07 Brian CurtinFix #8584. Fix the skipping of a number of tests due...
2010-10-07 Victor StinnerPyUnicode_AsWideCharString() takes a PyObject*, not...
2010-10-07 Victor Stinnertime: fix gcc warning
2010-10-06 Victor StinnerRewrite RunMainFromImporter()
2010-10-06 Victor StinnerCreate a subfunction for PySys_SetArgvEx()
2010-10-06 Antoine PitrouIssue #9759: GzipFile now raises ValueError when an...
next