]> granicus.if.org Git - python/shortlog
python
2015-03-13 Benjamin Petersonmerge 3.4
2015-03-13 Benjamin Petersonuse the meth role for ZipFile.open
2015-03-13 Berker PeksagIssue #23081: Document that PySequence_List also accept...
2015-03-13 Berker PeksagIssue #23081: Document that PySequence_List also accept...
2015-03-13 Berker PeksagIssue #22154: Add an example to show context management...
2015-03-13 Berker PeksagIssue #22154: Add an example to show context management...
2015-03-12 Serhiy StorchakaIssue #23641: Cleaned out legacy dunder names from...
2015-03-12 Serhiy StorchakaIssue #23641: Cleaned out legacy dunder names from...
2015-03-12 Berker PeksagAdd versionadded directives for the matmul operator.
2015-03-12 Berker PeksagIssue #23651: Fix typo in allow_abbrev docs.
2015-03-12 Berker PeksagIssue #23581: Add matmul support to MagicMock.
2015-03-12 Berker PeksagIssue #20617: Remove unused import in test_ssl.
2015-03-12 Berker PeksagIssue #20617: Remove unused import in test_ssl.
2015-03-12 Victor StinnerIssue #23644, #22038: Move #include <stdatomic.c> insid...
2015-03-12 Victor StinnerIssue #23566: enable(), register(), dump_traceback...
2015-03-12 Victor StinnerMerge 3.4 (test_os)
2015-03-12 Victor StinnerIssue #23605: Refactor os.walk() tests to also run...
2015-03-12 Serhiy StorchakaIssue #22928: Disabled HTTP header injections in http...
2015-03-12 Serhiy StorchakaIssue #22928: Disabled HTTP header injections in http...
2015-03-12 Victor StinnerIssue #23605: os.walk() doesn't need to call entry...
2015-03-11 Serhiy StorchakaIssue #23192: Fixed generator lambdas. Patch by Bruno...
2015-03-11 Serhiy StorchakaIssue #23192: Fixed generator lambdas. Patch by Bruno...
2015-03-11 Ethan FurmanClose issue23486: performance boost for enum member...
2015-03-11 Serhiy StorchakaIssue #23615: Modules bz2, tarfile and tokenize now...
2015-03-11 Serhiy StorchakaIssue #23615: Modules bz2, tarfile and tokenize now...
2015-03-11 Ethan FurmanClose issue23467: add %r compatibility to bytes and...
2015-03-11 Steve DowerRemoves unused format string insertion in launcher.c.
2015-03-11 Steve DowerRemoves unused format string insertion in launcher.c.
2015-03-10 Antoine PitrouIssue #23629: Fix the default __sizeof__ implementation...
2015-03-10 Antoine PitrouIssue #23629: Fix the default __sizeof__ implementation...
2015-03-10 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-10 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-10 Steve DowerAdds note about installed debug binaries.
2015-03-10 Steve DowerIssue #23606: Disable ctypes.util.find_library("c"...
2015-03-10 Victor StinnerMerge 3.4 (asyncio)
2015-03-10 Victor Stinnerasyncio: Fix repr(BaseSubprocessTransport) if it didn...
2015-03-10 Victor StinnerMerge 3.4 (asyncio doc)
2015-03-10 Victor Stinnerasyncio doc: changes on the Queue API missed Python...
2015-03-10 Berker PeksagIssue #23432: Remove duplicate content from SystemExit...
2015-03-10 Berker PeksagIssue #23432: Remove duplicate content from SystemExit...
2015-03-10 Victor StinnerMerge 3.4 (os doc)
2015-03-10 Victor StinnerIssue #23605: os.walk() doc now mentions shutil.rmtree...
2015-03-10 Victor StinnerIssue #22524: Rephrase scandir addition in What's New...
2015-03-10 Victor StinnerIssue #23605: os.walk() now calls os.scandir() instead...
2015-03-09 Victor StinnerIssue #23571: Oops, fix #ifdef assert()
2015-03-09 Steve DowerIssue #23619: Ensure C variable is initialized before...
2015-03-09 Benjamin Petersonmerge 3.4
2015-03-09 Benjamin Petersonfix up import style
2015-03-09 Larry HastingsMerge.
2015-03-09 Larry HastingsPost-release changes for 3.5.0a2.
2015-03-09 Ned DeilyIssue #23617: Correct plurals typo noted by Kentrell...
2015-03-09 Ned DeilyIssue #23617: Correct plurals typo noted by Kentrell...
2015-03-08 Steve DowerIssue #23612: Fixes upgrade code and version for Window...
2015-03-08 Steve DowerMinor updates to Windows installer upload script.
2015-03-08 Antoine PitrouIssue #22980: Under Linux, C extensions now include...
2015-03-08 Benjamin Petersonmerge 3.4 (#23608)
2015-03-08 Benjamin Petersonindicate correct version (closes #23608)
2015-03-08 Larry HastingsMerge.
2015-03-08 Larry HastingsAdded tag v3.5.0a2 for changeset 0337bd7ebcb6
2015-03-08 Larry HastingsRelease bump for 3.5.0a2. v3.5.0a2
2015-03-08 Serhiy StorchakaIssue #21619: Cleaned up test_broken_pipe_cleanup.
2015-03-08 Serhiy StorchakaIssue #21619: Cleaned up test_broken_pipe_cleanup.
2015-03-08 Steve DowerSuppress assert dialogs in test_os
2015-03-08 Steve DowerSuppress assert dialogs in test_cmd_line.
2015-03-08 Steve DowerIssue #23524: Change back to using Windows errors for...
2015-03-08 Victor StinnerIssue #22524: Fix os.scandir() for platforms which...
2015-03-08 Victor StinnerIssue #22524: New os.scandir() function, part of the...
2015-03-07 Antoine PitrouIssue #20876: correctly close temporary file in test...
2015-03-07 Antoine PitrouIssue #20876: correctly close temporary file in test...
2015-03-07 Serhiy StorchakaIssue #23103: Reduced the memory consumption of IPv4Add...
2015-03-07 Benjamin Petersonmerge 3.4
2015-03-07 Benjamin Petersonreplace Amazon links in the documentation (closes ...
2015-03-07 Serhiy StorchakaIssue #21793: BaseHTTPRequestHandler again logs respons...
2015-03-06 Victor StinnerIssue #23571: PyObject_Call(), PyCFunction_Call() and...
2015-03-06 Steve DowerIssue #23524: Replace _PyVerify_fd function with callin...
2015-03-06 Serhiy StorchakaIssue #22853: Added regression test for using multiproc...
2015-03-06 Serhiy StorchakaIssue #22853: Added regression test for using multiproc...
2015-03-06 Benjamin Petersonmerge 3.4
2015-03-06 Benjamin Petersonremove redundant test
2015-03-06 Benjamin Petersonmerge 3.4 (#23590)
2015-03-06 Benjamin Petersonfix potential refleak in PyFloat_AsDouble (closes ...
2015-03-06 Berker PeksagIssue #17911: Tweak traceback documentation.
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23594: merge 3.4
2015-03-06 Ned DeilyIssue #23594: Update OS X 10.5 installer build to use...
2015-03-06 Robert CollinsIssue #22936: Allow showing local variables in unittest...
2015-03-05 Ned DeilyFix regression introduced by changeset 7c6e3358221a...
2015-03-05 Robert Collinsunittest: Trivial typo fix.
2015-03-05 Serhiy StorchakaFixed GCC version testing.
2015-03-05 Victor StinnerFix "GCC diagnostic" in socketmodule.c
2015-03-05 Robert CollinsIssue #22936: Make it possible to show local variables...
2015-03-05 Steve DowerAdd scripts for uploading Windows builds to a Linux...
2015-03-05 Benjamin Petersonmerge 3.4
2015-03-05 Benjamin Petersonuse _import_symbols to import VERIFY_* constants
2015-03-05 Benjamin Petersonadjust test_crl_check for trusted first being default
2015-03-05 Benjamin Petersonmerge 3.4
2015-03-05 Benjamin Petersonexpose X509_V_FLAG_TRUSTED_FIRST
2015-03-05 Benjamin Petersonmerge 3.4 (#23476)
2015-03-05 Benjamin Petersonenable X509_V_FLAG_TRUSTED_FIRST when possible (closes...
next