]> granicus.if.org Git - python/shortlog
python
2015-03-18 Victor StinnerIssue #11726: clarify linecache doc: linecache is writt...
2015-03-18 Victor StinnerIssue #19428: Document that PyMarshal_ReadLongFromFile...
2015-03-18 Victor StinnerIssue #23456: Add missing @coroutine decorators in...
2015-03-18 Vinay SajipIssue #23207: Improved kwarg validation.
2015-03-17 Ned DeilyIssue #22585: make URandomFDTests test case actually run
2015-03-17 Berker PeksagIssue #23682: Delete Python 2.2 mention from distutils...
2015-03-16 Benjamin Petersonversionchanged for rc4 removal (closes #23679)
2015-03-16 Serhiy StorchakaUse non-zero and non-last positions in error handler...
2015-03-15 Serhiy StorchakaIncreased coverage of standard codec error handlers.
2015-03-15 Eli BenderskyIssue #23549: Clarify confusion in heapq doc - accessin...
2015-03-14 Berker PeksagIssue #23568: Add rdivmod support to MagicMock() objects.
2015-03-14 Serhiy StorchakaFix minor docs markup errors.
2015-03-14 Steve DowerFixes incorrect use of GetLastError where errno should...
2015-03-13 Benjamin Peterson__getslice__ certainly won't appear in the output
2015-03-13 Brett CannonMake the case to only support Python 2.7 when supportin...
2015-03-13 Serhiy StorchakaIssue #23138: Fixed parsing cookies with absent keys...
2015-03-13 Serhiy StorchakaIssue #23051: multiprocessing.Pool methods imap() and...
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 #22154: Add an example to show context management...
2015-03-12 Serhiy StorchakaIssue #23641: Cleaned out legacy dunder names from...
2015-03-12 Berker PeksagIssue #20617: Remove unused import in test_ssl.
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-11 Serhiy StorchakaIssue #23192: Fixed generator lambdas. Patch by Bruno...
2015-03-11 Serhiy StorchakaIssue #23615: Modules bz2, tarfile and tokenize now...
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 Steve DowerIssue #22028: Ensure mimetypes will not open registry...
2015-03-10 Victor Stinnerasyncio: Fix repr(BaseSubprocessTransport) if it didn...
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 Victor StinnerIssue #23605: os.walk() doc now mentions shutil.rmtree...
2015-03-09 Benjamin Petersonfix up import style
2015-03-09 Ned DeilyIssue #23617: Correct plurals typo noted by Kentrell...
2015-03-08 Benjamin Petersonindicate correct version (closes #23608)
2015-03-08 Serhiy StorchakaIssue #21619: Cleaned up test_broken_pipe_cleanup.
2015-03-07 Antoine PitrouIssue #20876: correctly close temporary file in test...
2015-03-07 Benjamin Petersonreplace Amazon links in the documentation (closes ...
2015-03-06 Serhiy StorchakaIssue #22853: Added regression test for using multiproc...
2015-03-06 Benjamin Petersonremove redundant test
2015-03-06 Benjamin Petersonfix potential refleak in PyFloat_AsDouble (closes ...
2015-03-06 Ned DeilyIssue #23593: fix Misc/NEWS entries
2015-03-06 Ned DeilyIssue #23594: Update OS X 10.5 installer build to use...
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 Petersonexpose X509_V_FLAG_TRUSTED_FIRST
2015-03-05 Benjamin Petersonenable X509_V_FLAG_TRUSTED_FIRST when possible (closes...
2015-03-05 Victor StinnerIssue #21619: Try to fix test_broken_pipe_cleanup()
2015-03-04 Antoine PitrouIssue #23576: Avoid stalling in SSL reads when EOF...
2015-03-04 Serhiy StorchakaIssue #23504: Added an __all__ to the types module.
2015-03-02 Benjamin Petersonmerge 3.3 (#23362)
2015-03-02 Benjamin Petersonuse PyMem_NEW to detect overflow (closes #23362)
2015-03-02 Benjamin Petersonmerge 3.3 (#23367)
2015-03-02 Benjamin Petersonfix possible overflow bugs in unicodedata (closes ...
2015-03-02 Steve DowerIssue #18382: Zero-length messages are consumed by...
2015-03-02 Benjamin Petersonwrap everything at 80 chars
2015-03-02 Benjamin Petersonlink to the correct dis method or function (closes...
2015-03-02 Serhiy StorchakaAdded more tests for urllib.parse utility functions.
2015-03-02 Berker PeksagIssue #23527: Update Gmail port number for STARTTLS...
2015-03-02 Berker PeksagIssue #23477: Improve test coverage of wsgiref.simple_s...
2015-03-02 Berker PeksagIssue #20521: Change ``TOS`` to TOS in dis documentation.
2015-03-02 Berker PeksagIssue #23387: Skip test_issue16464 if it raises an...
2015-03-02 Benjamin Petersonremove mention of Python 2.2 and 2.3
2015-03-01 Serhiy StorchakaFixed pydoc tests when run with -OO.
2015-03-01 Serhiy StorchakaIssue #20204: Added the __module__ attribute to _tkinte...
2015-02-28 Alexander BelopolskyFixes #23521: Corrected pure python implementation...
2015-02-28 Serhiy StorchakaFixed a test for issue #21619 on Windows.
2015-02-28 Serhiy StorchakaIssue #21619: Popen objects no longer leave a zombie...
2015-02-27 Brett CannonFix the clarification as to why division cannot be...
2015-02-27 Larry HastingsFix minor errors in Misc/NEWS. (Thanks for the report...
2015-02-27 Victor StinnerIssue #23537: Remove 2 unused private methods of asynci...
2015-02-27 Victor StinnerIssue #23526: Fix ResourceWarning in test_httplib....
2015-02-27 Zachary WareFix copy/paste error in bytes.isupper() doc.
2015-02-27 Benjamin Petersonremove duplicate 3.4.3 tags
2015-02-26 Larry HastingsMerge 3.4.3 release engineering changes back into 3.4.
2015-02-26 Larry HastingsPost-release changes for 3.4.3.
2015-02-26 Victor Stinnerasyncio doc: lock classes are not thread safe
2015-02-25 Benjamin Petersonremove unused import
2015-02-25 Berker PeksagIssue #23511: Port email-simple.py to Python 3.
2015-02-25 Benjamin Petersonfix merge_collapse to actually maintain the invariant...
2015-02-25 Victor Stinnerasyncio: add a note about (non) thread safety in each...
2015-02-25 Victor Stinnerasyncio doc: begin with warnings on asyncio traps
2015-02-25 Victor Stinnerasyncio doc: move queues to a new page
2015-02-25 Larry HastingsAdded tag v3.4.3 for changeset b4cbecbc0781
2015-02-25 Larry HastingsChecking in this change LOCAL ONLY NO UPLOAD ANYWHERE v3.4.3
2015-02-25 Georg BrandlRemove unsupported (in latex) character from the source.
2015-02-23 Victor Stinnerasyncio doc: close explicitly event loops
2015-02-23 Larry HastingsAdded tag v3.4.3 for changeset 9b73f1c3e601
2015-02-23 Larry HastingsRelease bump for 3.4.3 final.
2015-02-23 Larry HastingsDoc updates for 3.4.3 final.
2015-02-23 Ned DeilyIssue #23499: Fix grammar error noticed by SilentGhost
2015-02-22 Serhiy StorchakaBroke reference loops in tests added in issue #5700.
2015-02-22 Serhiy StorchakaIssue #6639: Module-level turtle functions no longer...
2015-02-21 Serhiy StorchakaIssues #814253, #9179: Warnings now are raised when...
2015-02-20 Serhiy StorchakaIssue #23215: Multibyte codecs with custom error handle...
2015-02-20 Serhiy StorchakaIssue #5700: io.FileIO() called flush() after closing...
2015-02-20 Serhiy StorchakaIssue #23374: Fixed pydoc failure with non-ASCII files...
2015-02-20 Serhiy StorchakaIssue #23490: Fixed possible crashes related to interop...
2015-02-20 Berker PeksagIssue #23439: Add missing entries to http.client.__all__.
next