]> granicus.if.org Git - python/shortlog
python
2016-04-28 Zachary WareIssue #26874: Make divmod docstring and full doc match
2016-04-27 Serhiy Storchakafileinput.hook_encoded() uses io.open(), not codecs...
2016-04-27 Berker PeksagIssue #26672: Fix regrtest example in test.rst
2016-04-26 Martin PanterIssue #20598: Replace trivial split() calls with lists...
2016-04-26 Raymond HettingerIssue #24715: Improve sort stability example
2016-04-26 Raymond HettingerIssue #23986: Note that the in-operator for lists...
2016-04-25 Senthil Kumaranbackport fix for Issue #26804.
2016-04-25 Serhiy StorchakaIssue #26837: assertSequenceEqual() now correctly outpu...
2016-04-23 Serhiy StorchakaIssue #26822: itemgetter, attrgetter and methodcaller...
2016-04-23 Benjamin Petersonfix python 3 mod init function declaration (closes...
2016-04-23 Martin PanterIssue #22359: Avoid recursive $(MAKE); disable running...
2016-04-20 Victor StinnerFix python-gdb.py: get C types on demand
2016-04-19 Martin PanterFix spelling (inital), grammar (may translates) in...
2016-04-18 Martin PanterIssue #26657: Fix SimpleHTTPServer Windows directory...
2016-04-17 Serhiy StorchakaIssue #26778: Fixed "a/an/and" typos in code comment...
2016-01-31 Martin PanterIssue #4806: Avoid masking TypeError when *-unpacking...
2016-04-16 Benjamin Petersonadd gc support to slice (closes #26659)
2016-04-16 Berker PeksagIssue #24173: Fix curses.wrapper link in curses HOWTO
2016-04-16 Berker PeksagIssue #23029: Fix catch_warnings() in test_filename_none
2016-04-16 Senthil KumaranImprove the coverage of urlparse module. Backport to...
2016-04-16 Martin PanterFix typos in code comment and documentation
2016-04-16 Martin PanterIssue #26638: Fix links to some CLI options
2016-04-09 Martin PanterIssue #25314: Remove confused statement about const...
2016-04-15 Martin PanterCorrect “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-14 Zachary WareIssue #26465: Update VS9.0 build files for OpenSSL...
2016-04-14 Berker PeksagIssue #26747: Document that InstanceTypes only works...
2016-04-13 Serhiy StorchakaIssue #26718: super.__init__ no longer leaks memory...
2016-04-13 Senthil Kumaran[minor] - Correct the docstring of locale.str. Patch...
2016-02-28 Georg BrandlUpdate susp-ignore file (#25910).
2016-04-13 Martin PanterIssue #25496: Document compresslevel defaults to 9...
2016-04-12 Georg BrandlClarify greedy-qualifier example, avoid HTML.
2016-04-12 Serhiy StorchakaIssue #26733: Fixed formatting line numbers in test_dis.
2016-04-11 Serhiy StorchakaIssue #25910: Fixed more links in the docs.
2016-04-11 Serhiy StorchakaIssue #25910: Fixed dead links in the docs.
2016-02-26 Georg BrandlCloses #25910: fix dead and permanently redirected...
2016-04-11 Serhiy StorchakaIssue #26200: Restored more safe usages of Py_SETREF.
2016-04-10 Serhiy StorchakaIssue #26200: Added Py_SETREF and replaced Py_XSETREF...
2016-04-10 Serhiy StorchakaIssue #13410: Fixed a bug in PyUnicode_Format where...
2016-04-10 Martin PanterIssue #26712: Unify (r)split(), (l/r)strip() tests...
2016-04-09 Martin PanterIssue #26609: Fix up Python 2 port
2016-04-09 Martin PanterIssue #26609: Fix HTTP server tests to request an absol...
2016-04-09 Berker PeksagIssue #19377: Add .svg to mimetypes.types_map
2016-04-09 Berker PeksagIssue #13952: Add .csv to mimetypes.types_map
2016-04-09 Berker PeksagIssue #16329: Add .webm to mimetypes.types_map
2016-04-06 Martin PanterIssue #26257: Eliminate buffer_tests.py and fix ByteArr...
2016-04-06 Serhiy StorchakaIssue #22570: Renamed Py_SETREF to Py_XSETREF.
2016-04-05 Martin PanterIssue #6953: Rearrange and expand Readline module docum...
2016-04-05 Martin PanterFix typos in documentation and comments
2016-04-03 Martin PanterIssue #23735: Avoid sighandler_t Gnu-ism
2016-04-03 Martin PanterIssue #23735: Add SIGWINCH handler for Readline 6.3...
2016-04-01 Martin PanterIssue #26678: Fix datetime.tzinfo indexing and “tzinfo...
2016-04-01 Vinay SajipAdded a cookbook recipe for a logging context manager.
2016-03-31 Serhiy StorchakaRemove redundant leading zeroes in PEP references.
2016-03-31 Martin PanterIssue #22854: fileno() is always required in IOBase...
2016-03-30 Serhiy StorchakaIssue #26492: Added additional tests for exhausted...
2016-03-30 Serhiy StorchakaIssue #26494: Fixed crash on iterating exhausting itera...
2016-03-28 Martin PanterIssue #23804: Fix SSL recv/read(0) to not return 1024...
2016-03-27 Martin PanterIssue #26644: Raise ValueError for negative SSLSocket...
2016-03-23 doko@ubuntu.comRevert the last change:
2016-03-23 doko@ubuntu.comMakefile.pre.in:
2016-03-22 Martin PanterIssue #24266: Cancel history search mode with Ctrl...
2016-03-22 Benjamin Petersonremove useless $ keyword (closes #17167)
2016-03-21 Terry Jan ReedyIssue #15660: Further clarify 0 prefix for width specif...
2016-03-21 Terry Jan Reedywhitespace
2016-03-01 Terry Jan ReedyDocument maintenance of idlelib/help.html in idlelib.
2016-03-21 Terry Jan ReedyRebase 2.7 idlelib/idle.html on current 2.7.11 docs...
2016-03-20 Serhiy StorchakaIssue #26581: Use the first coding cookie on a line...
2016-03-20 Serhiy StorchakaAdded new tests for detecting Python source code encoding.
2016-03-20 Serhiy StorchakaIssue #18048: Merge test_pep263.py and test_coding...
2013-06-13 Serhiy StorchakaIssue #18048: Rename test_coding.py to test_source_enco...
2016-03-20 Nick CoghlanIssue #23857: Implement PEP 493
2016-03-18 Ezio Melotti#26250: document the sqlite3.Cursor.connection attribut...
2016-03-17 Steve DowerIssue #26313: ssl.py _load_windows_store_certs fails...
2016-03-17 Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
2016-03-17 Donald StufftUpgrade ensurepip._bundled pip to 8.1.1 and setuptools...
2016-03-18 Martin PanterIssue #17603: Check for st_blocks field without requiri...
2016-03-14 Victor StinnerSkip test_site if USER_SITE cannot be created
2016-03-14 Serhiy StorchakaIssue #20556: Used specific assert methods in threading...
2016-03-13 Ezio Melotti#24918: fix CSS for code blocks when a side box is...
2016-03-13 Ezio Melotti#25687: clarify that errors in tearDown increase the...
2016-03-12 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-03-12 Serhiy StorchakaIssue #23718: Fixed parsing time in week 0 before Jan...
2016-03-11 Terry Jan ReedyIssue 25959: Explain in docstring that PhotoImage.zoom...
2016-03-11 Ezio Melotti#26247: document Chrome/Chromium addition to webbrowser...
2016-03-11 Victor StinnerIssue #16851: Add Anna Koroliuk to Misc/ACKS
2016-03-11 Victor StinnerFix inspect.ismethod() doc
2016-03-09 Serhiy StorchakaIssue #26177: Fixed the keys() method for Canvas and...
2016-03-08 Serhiy StorchakaIssue #15068: Avoid creating a reference loop in fileinput.
2016-03-08 Steve DowerBacked out changeset: e7065fc4a6c2
2016-03-08 Steve DowerForce clean externals on buildbots.
2016-03-08 Steve DowerIssue #26465: Update Windows builds to use OpenSSL...
2016-03-08 Serhiy StorchakaIssue #15068: Got rid of excessive buffering in the...
2016-03-08 Serhiy StorchakaIssue #26486: Removed pickle test that doesn't work...
2016-03-08 Martin PanterIssue #26456: Force all child threads to terminate...
2016-03-08 Ned DeilyIssue #26465: Update OS X installer build to use OpenSS...
2016-03-04 Benjamin Petersonproperly use PyObject_CallMethod in dictview binary...
2016-03-07 Ned DeilyIssue #26505: Fix typos in getaddrinfo license text.
2016-03-07 Raymond HettingerDocument another recipe for itertools: all_equal(...
2016-03-06 Berker PeksagIssue #2202: Fix UnboundLocalError in AbstractDigestAut...
2016-03-06 Serhiy StorchakaIssue #26167: Backported copy tests.
next