]> granicus.if.org Git - python/shortlog
python
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...
2010-10-06 Antoine PitrouMore new things in what's new
2010-10-06 Antoine PitrouFakeSocket is (supposed to be) gone in 3.x
2010-10-06 Brian QuinlanFixes 9903: test_concurrent_futures writes on stderr
2010-10-06 Georg BrandlUpdate to Sphin 1.0.4.
2010-10-06 Georg BrandlFix the suspicious builder not to write CRLF, update...
2010-10-06 Georg BrandlFix errors found by "make suspicious".
2010-10-06 Georg BrandlFix spelling and markup.
2010-10-06 Georg BrandlMigrate to Sphinx 1.0 C language constructs.
2010-10-06 Georg BrandlCopyedit of os.symlink() docs.
2010-10-06 Georg Brandl#10034: import readline in longer example.
2010-10-05 Amaury Forgeot... #2982 More test coverage for the pyexpat parser.
2010-10-05 Amaury Forgeot... #9060 Let platforms without dup2() compile the replacem...
2010-10-05 Senthil Kumaranfix a typo.
2010-10-05 Senthil KumaranRemove the references of FTPS from the urllib Documenta...
2010-10-05 Antoine PitrouFix test_tk under OS X with Tk 8.4. Patch by Ned Deily.
2010-10-05 Georg BrandlIndent version tags properly.
2010-10-05 Éric AraujoFix news entry formatting nits
2010-10-04 Éric AraujoFix interaction of custom translation classes and cachi...
2010-10-04 Éric AraujoRecode developers.txt to UTF-8, as discussed on python...
2010-10-04 Antoine PitrouGzipFile.peek improvements, suggested by Nir Aides.
2010-10-04 Giampaolo RodolàFix issue 6706: adds new handle_accepted() method to...
2010-10-04 Martin v. LöwisAdd Tal Einat.
2010-10-04 Lars GustäbelIssue #9065: no longer use "root" as the default for the
2010-10-04 Senthil KumaranRemove the debugging print line from the test.
2010-10-03 Gerhard HäringFixes #10020
2010-10-03 Senthil KumaranFix Issue10012 - httplib headers, which are (sometimes...
2010-10-03 Senthil KumaranFix Issue9272 - Change CGIHTTPServer to give the child...
2010-10-03 Tarek Ziadétypo in Arfrever name
2010-10-03 Tarek ZiadéFixed #8980: distutils.command.check was failing w...
next