]> granicus.if.org Git - python/shortlog
python
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.
2016-03-06 Serhiy StorchakaIssue #26475: Fixed debugging output for regular expres...
2016-03-06 Serhiy StorchakaIssue #26486: Backported some pickle tests from 3.x.
2016-03-05 Berker PeksagIssue #26485: Fix Sphinx warning in Doc/license.rst
2016-03-05 Gregory P.... issue26484 - fix the broken table in the doc about...
2016-03-03 Serhiy StorchakaIssue #26476: Fixed compilation error when use PyErr_Ba...
2016-03-02 Berker PeksagIssue #26246: Set initial value of the hidden attr...
2016-02-29 Martin PanterIssue #26385: Cleanup NamedTemporaryFile if fdopen...
2016-02-28 Georg BrandlFix typo.
2016-02-28 Raymond HettingerIssue 13573: Document that csv.writer uses str() for...
2016-02-28 Martin PanterIssue #22836: Keep exception reports sensible despite...
2016-02-27 Ezio Melotti#26246: update copybutton.js after JQuery update. ...
2016-02-03 Martin PanterIssue #24421: Compile _math.c separately to avoid race...
2016-02-25 Georg BrandlFix rstlint to also look for indented comments that...
2016-02-25 Serhiy StorchakaIssue #25801: Fixed resource warnings in test_zipfile64.
2016-02-24 Ned DeilyIssue #25136: Add reference to 'xcode-select --install...
2016-02-24 Ned DeilyChange OS X installer builds targeted for 10.10 and...
2016-02-24 Ned DeilyIssue #25136: Support Apple Xcode 7's new textual SDK...
2016-02-24 Martin PanterIssue #5824: Fix DatagramRequestHandler tests by bindin...
2016-02-23 Martin PanterIssue #22088: Clarify base-64 alphabets and which chara...
2016-02-23 Ned DeilyIssue #26406: Avoid unnecessary serialization of getadd...
2016-02-23 Ned DeilyIssue #26417: Prevent spurious errors and incorrect...
2016-02-22 Zachary WareIssue #26268: Update Windows builds to use OpenSSL...
2016-02-22 Martin PanterIssue #26261: Clarify NamedTemporaryFile name attribute...
2016-02-22 Martin PanterFix errors in XML-RPC client example code
2016-02-20 Vinay SajipAdded simple threading example to logging cookbook.
2016-02-19 Martin PanterIssues #22468, #21996, #22208: Clarify gettarinfo(...
2016-02-19 Georg BrandlCloses #20169: fix inner links random doc.
2016-02-19 Martin PanterIssue #15608: Improve socketserver module documentation
2016-02-19 Martin PanterIssue #26309: Rewrite test in main thread and avoid...
2016-02-18 Martin PanterIssue #26309: Shut down SocketServer request if verify_...
2016-02-18 Benjamin Petersonfix typo (closes #26378)
2016-02-18 Benjamin Petersonopen the cert store readonly
next