]> granicus.if.org Git - python/shortlog
python
2016-04-29 Berker PeksagFix typos. Reported by andportnoy on GitHub.
2016-04-29 Berker PeksagIssue #24902: Print server URL on http.server startup
2016-04-29 Berker PeksagIssue #26322: Document typing.Set, patch by Joseph...
2016-04-29 Berker PeksagIssue #26322: Document typing.Set, patch by Joseph...
2016-04-29 Raymond HettingerRemoved unused initialization and the uninteresting...
2016-04-29 Serhiy StorchakaIssue #26880: Removed redundant checks in set.__init__.
2016-04-29 Serhiy StorchakaIssue #26822: Decreased an overhead of using _PyArg_NoK...
2016-04-29 Serhiy StorchakaIssue #26822: Decreased an overhead of using _PyArg_NoK...
2016-04-28 Zachary WareCloses #26875: Merge with 3.5
2016-04-28 Zachary WareIssue #26875: Fix mmap example
2016-04-28 Zachary WareCloses #26874: Merge with 3.5
2016-04-28 Zachary WareIssue #26874: Simplify the divmod docstring
2016-04-28 Zachary WareCloses #26874: Merge with 3.5
2016-04-28 Zachary WareIssue #26874: Fix divmod docstring
2016-04-27 Serhiy StorchakaIssue #25788: fileinput.hook_encoded() now supports...
2016-04-27 Serhiy Storchakafileinput.hook_encoded() uses builtin open(), not codec...
2016-04-27 Serhiy Storchakafileinput.hook_encoded() uses builtin open(), not codec...
2016-04-26 Stefan KrahIssue #26863: HAVE_FACCESSAT should (currently) not...
2016-04-26 Stefan KrahIssue #26854: Android has a different include path...
2016-04-26 Stefan KrahIssue #26846: Post commit cleanup.
2016-04-26 Stefan KrahIssue #26857: Workaround for missing symbol "gethostbya...
2016-04-26 Martin PanterIssue #20598: Merge argparse docs from 3.5
2016-04-26 Martin PanterIssue #20598: Replace trivial split() calls with lists...
2016-04-26 Victor StinnerIssue #25349, #26249: Fix memleak in formatfloat()
2016-04-26 Stefan KrahIssue #20306: Android is the only system that returns...
2016-04-26 Raymond Hettingermerge
2016-04-26 Raymond HettingerIssue #24715: Improve sort stability example
2016-04-26 Raymond HettingerIssue #16394: Note the tee() pure python equivalent...
2016-04-26 Serhiy StorchakaIssue #26634: recursive_repr() now sets __qualname__...
2016-04-26 Serhiy StorchakaIssue #26634: recursive_repr() now sets __qualname__...
2016-04-25 Stefan KrahIssue #22747: Workaround for systems without langinfo.h.
2016-04-25 Stefan KrahIssue #20306: The pw_gecos and pw_passwd fields are...
2016-04-25 Stefan KrahIssue #26846: Workaround for non-standard stdlib.h...
2016-04-25 Stefan KrahIssue #17905: Do not guard locale include with HAVE_LAN...
2016-04-25 Senthil Kumaranmerge 3.5
2016-04-25 Senthil KumaranIssue #26804: urllib.request will prefer lower_case...
2016-04-25 Zachary WareMerge with 3.5
2016-04-25 Zachary WareFileExistsError is raised by mkdir when dir exists
2016-04-25 Berker PeksagIssue #23662: Document default value of RFC 2109 attributes
2016-04-25 Berker PeksagIssue #23662: Document default value of RFC 2109 attributes
2016-04-25 Serhiy StorchakaRemove outdated TkVersion checks.
2016-04-25 Serhiy StorchakaMerge 3.5
2016-04-25 Serhiy StorchakaIssue #26837: assertSequenceEqual() now correctly outpu...
2016-04-24 Serhiy StorchakaRemoved unused imports.
2016-04-24 Serhiy StorchakaRemove more unused imports in tests.
2016-04-24 Serhiy StorchakaMerge 3.5
2016-04-24 Serhiy StorchakaRemove duplicated tests.
2016-04-24 Serhiy StorchakaRemove unused support.run_unittest imports.
2016-04-24 Victor StinnerIssue #26249: Mention PyMem_Malloc() change in What...
2016-04-24 Serhiy StorchakaIssue #23277: Remove unused imports in tests.
2016-04-24 Serhiy StorchakaIssue #23277: Remove unused support.run_unittest import.
2016-04-24 Serhiy StorchakaIssue #23277: Remove more unused sys and os imports.
2016-04-24 Serhiy StorchakaIssue #26801: shutil.get_terminal_size() now handles...
2016-04-24 Serhiy StorchakaIssue #26801: shutil.get_terminal_size() now handles...
2016-04-24 Martin PanterIssue #24911: Merge socket context manager doc from 3.5
2016-04-24 Berker PeksagIssue #23277: Remove unused sys and os imports
2016-04-24 Martin PanterIssue #24911: All socket objects are context managers...
2016-04-24 Martin PanterIssue #23806: Merge susp-ignored.csv from 3.5
2016-04-24 Martin PanterIssue #23806: Update susp-ignored.csv
2016-04-24 Berker PeksagIssue #26041: Remove "will be removed in Python 3.7...
2016-04-24 Berker PeksagIssue #26041: Remove "will be removed in Python 3.7...
2016-04-24 Berker PeksagIssue #19731: Update copyright year in docs.p.o footer
2016-04-24 Berker PeksagIssue #19731: Update copyright year in docs.p.o footer
2016-04-24 Berker PeksagIssue #18572: Remove redundant note about surrogates...
2016-04-24 Berker PeksagIssue #18572: Remove redundant note about surrogates...
2016-04-24 Berker PeksagIssue #18353: Remove PyUnicode_WRITE_CHAR macro link...
2016-04-24 Berker PeksagIssue #18353: Remove PyUnicode_WRITE_CHAR macro link...
2016-04-23 Berker PeksagIssue #21382: Clarify signal.signal() documentation...
2016-04-23 Berker PeksagIssue #21382: Clarify signal.signal() documentation...
2016-04-23 Berker PeksagIssue #26089: Remove duplicate field 'license' from...
2016-04-23 Berker PeksagIssue #20112: Improve BaseHTTPRequestHandler.error_mess...
2016-04-23 Berker PeksagIssue #20112: Improve BaseHTTPRequestHandler.error_mess...
2016-04-23 Serhiy StorchakaIssue #26822: itemgetter, attrgetter and methodcaller...
2016-04-23 Serhiy StorchakaIssue #26822: itemgetter, attrgetter and methodcaller...
2016-04-23 Benjamin Petersonmerge 3.5 (#26827)
2016-04-23 Benjamin Petersonfix python 3 mod init function declaration (closes...
2016-04-23 Serhiy StorchakaIssue #26733: Disassembling a class now disassembles...
2016-04-23 Serhiy StorchakaIssue #26733: Disassembling a class now disassembles...
2016-04-23 Senthil Kumaranmerge 3.5
2016-04-23 Senthil KumaranIssue23806 - Document the no_proxy environment variable...
2016-04-23 Martin PanterIssue #22359: Merge cross-compilation fix from 3.5
2016-04-23 Martin PanterIssue #22359: Disable running cross-compiled _freeze_im...
2016-04-22 Victor StinnerIssue #26249: Try test_capi on Windows
2016-04-22 Victor StinnerPyMem_Malloc() now uses the fast pymalloc allocator
2016-04-21 Senthil Kumaran[minor] Doc fix in old python doc.
2016-04-20 Victor StinnerMerge 3.5
2016-04-20 Victor Stinnergdb/libpython.py: inline _type_void_ptr()
2016-04-20 Victor StinnerMerge 3.5
2016-04-20 Victor StinnerIssue #26799: Fix typo in Misc/NEWS
2016-04-20 Victor StinnerMerge 3.5: Issue #26799
2016-04-20 Victor Stinnerpython-gdb.py: get C types at runtime
2016-04-20 Victor StinnerIssue #21668: Add also Chi Hsuan Yen to Misc/ACKS
2016-04-20 Victor StinnerIssue #21668: Fix author of the patch.
2016-04-19 Martin PanterAdditional grammar fix
2016-04-19 Martin PanterMerge doc and comment fixes from 3.5
2016-04-19 Victor StinnerNull merge 3.5 (changes already applied to test_gdb)
2016-04-19 Victor StinnerBackport test_gdb fix for s390x buildbots
2016-04-19 Victor StinnerOptimize func(*tuple) function call
2016-04-19 Paul MooreMerge with 3.5
2016-04-19 Serhiy StorchakaIssue #26802: Optimized calling a function with *args...
next