]> granicus.if.org Git - python/shortlog
python
2015-07-01 Donald StufftUpdate setuptools to 18.0.1 and pip to 7.1.0
2015-06-29 Serhiy StorchakaIssue #24467: Fixed possible buffer over-read in bytear...
2015-06-28 Jason R. CoombsIssue #20387: Backport fix from Python 3.4
2015-06-28 Jason R. CoombsIssue #20387: Backport test from Python 3.4
2015-06-28 Serhiy StorchakaIssue #24456: Fixed possible buffer over-read in adpcm2...
2015-06-28 Serhiy StorchakaIssue #24336: Backported test for contextmanager. ...
2015-06-27 Benjamin Petersonensure internal buffer is large enough for string after...
2015-06-25 Berker PeksagIssue #24496: Backport gzip examples to Python 2.
2015-06-25 Berker PeksagIssue #23684: Clarify the return value of the scheme...
2015-06-24 Ned DeilyIssue #24497: update link in test_decimal comments
2015-06-23 Antoine PitrouIssue #24489: ensure a previously set C errno doesn...
2015-06-21 Ned DeilyIssue #24408: Prevent test_font failures with non-ascii...
2015-06-21 Serhiy StorchakaAdded the const qualifier for char* argument of Py_Ente...
2015-06-21 Serhiy StorchakaIssue #24408: Fixed test for tkinter.Font on OS X.
2015-06-16 Zachary WareDeprecate unused scripts in Tools/buildbot.
2015-06-16 Zachary WareUpdate PCbuild/readme.txt
2015-06-13 Berker PeksagIssue #24443: Fix links for Event.clear() and Event...
2015-06-12 Terry Jan Reedywhitespace
2015-06-12 Terry Jan ReedyIssue #24406: Add sentences on dict comparisons, simila...
2015-06-10 Serhiy StorchakaFixed indentation of Python examples in C comments.
2015-06-09 Zachary WareClean up/refactor the batch scripts used for building...
2015-06-09 Serhiy StorchakaIssue #24408: Added more tkinter.Font tests.
2015-06-08 Steve DowerIssue 24385: Adds "--as-flags=--32" when generating...
2015-06-08 Serhiy StorchakaIssue #24299: Fixed test__locale on Solaris.
2015-06-06 Benjamin Petersonthat this is "for Python" is obvious
2015-06-03 Steve DowerGenerates installer product codes for future releases.
2015-06-02 Donald StufftUpgrade pip to 7.0.3 and setuptools to 17.0
2015-06-02 Donald StufftIssue #24267 - Ensure that pip version check is disable...
2015-06-02 Ned DeilyIssue #24357: use example.org instead
2015-06-02 Ned DeilyIssue #24357: Change host in socket.getaddrinfo example...
2015-06-01 Benjamin Petersonsync opcode prediction code with python 3
2015-05-31 Serhiy StorchakaIssue #19543: Emit deprecation warning for known non...
2015-05-31 Serhiy StorchakaFixed test_audioop for issue #24326.
2015-05-31 Serhiy StorchakaFixed the array module in unicode disabled build (regre...
2015-05-31 Serhiy StorchakaIssue #24264: Fixed buffer overflow in the imageop...
2015-05-31 Serhiy StorchakaIssue #21853: Fixed the inspect module in unicode disab...
2015-05-30 Serhiy StorchakaIssue #5633: Fixed timeit when the statement is a strin...
2015-05-30 Serhiy StorchakaIssue #24115: Update uses of PyObject_IsTrue(), PyObjec...
2015-05-29 Serhiy StorchakaIssue #24326: Fixed audioop.ratecv() with non-default...
2015-05-28 Serhiy StorchakaIssue #22095: Fixed HTTPConnection.set_tunnel with...
2015-05-28 Benjamin Petersonbackport computed gotos (#4753)
2015-05-27 Benjamin Petersonupdate for 3.6 emerging
2015-05-27 Ned DeilyIssue 24304: Fix broken license link in FAQ.
2015-05-26 Raymond HettingerIssue #24286: Register dict views with the MappingView...
2015-05-26 Serhiy StorchakaMoved Misc/NEWS entries to correct section and fix...
2015-05-26 Benjamin Petersonkeep distutils version in sync with python version...
2015-05-25 Serhiy StorchakaRemove UTF-8 BOMs.
2015-05-23 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-05-23 Terry Jan ReedyMake expression legal python by adding '1'.
2015-05-23 Benjamin Peterson2.7.10+
2015-05-23 Benjamin Petersonmerge 2.7.10 release branch
2015-05-23 Benjamin PetersonAdded tag v2.7.10 for changeset 15c95b7d81dc
2015-05-23 Benjamin Petersonpython 2.7.10 final v2.7.10
2015-05-23 Benjamin Petersonmerge 2.7.10 release branch
2015-05-23 Benjamin Petersonallow square brackets in cookie values (#22931)
2015-05-23 Donald StufftUpgrade pip to 7.0.1
2015-05-22 Benjamin Petersonmerge 2.7.10 release branch
2015-05-22 Benjamin Petersonmake idlever.py self-updating (closes #24199)
2015-05-22 Serhiy StorchakaIssue #24257: Fixed segmentation fault in sqlite3.Row...
2015-05-22 Donald StufftUpgrade pip to 7.0 and setuptools to 16.0
2015-05-21 Serhiy StorchakaFixed issue number for issue #22939.
2015-05-21 Serhiy StorchakaIssue #23985: Fixed integer overflow in iterator object...
2015-05-20 Serhiy StorchakaIssue #24134: Use assertRaises() in context manager...
2015-05-20 Serhiy StorchakaIssue #24245: Eliminated senseless expect clauses that...
2015-05-19 Serhiy StorchakaIssue #22107: tempfile.gettempdir() and tempfile.mkdtem...
2015-05-19 Serhiy StorchakaIssue #6598: Increased time precision and random number...
2015-05-18 Terry Jan ReedyIssue #24222: Fix regression introduced with idlelib...
2015-05-18 Serhiy StorchakaIssue #24091: Fixed various crashes in corner cases...
2015-05-18 Serhiy StorchakaIssue #24102: Fixed exception type checking in standard...
2015-05-17 Raymond HettingerIssue #23757: Only call the concrete list API for...
2015-05-17 Terry Jan ReedyIssue #22155: Add File Handlers subsection with createf...
2015-05-17 Serhiy StorchakaIssue #15809: IDLE shell now uses locale encoding inste...
2015-05-16 Terry Jan ReedyIssue #24199: Stop using idelver in aboutdialog.
2015-05-16 Serhiy StorchakaAdded tests for more builtin types.
2015-05-16 Terry Jan ReedyIssue #23964: Update idlelib/idle_test/README.txt....
2015-05-16 Serhiy StorchakaIssue #15267: HTTPConnection.request() now is compatibi...
2015-05-16 Serhiy StorchakaIssue #20014: array.array() now accepts unicode typecod...
2015-05-16 Serhiy StorchakaIssue #23637: Showing a warning no longer fails with...
2015-05-16 Serhiy StorchakaReverted issue #24134 changes.
2015-05-16 Terry Jan ReedyIssue #23184: idle tests, remove unused names and imports.
2015-05-16 Terry Jan ReedyIssue #23184: idlelib, remove more unused names and...
2015-05-15 Benjamin Petersonmerge 2.7.10 release branch
2015-05-15 Benjamin Petersondeque is not varsized, so using Py_SIZE is nonsensical...
2015-05-14 Terry Jan Reedyidlelib: remove unused names and imports (forgot one).
2015-05-14 Terry Jan Reedyidlelib: remove unused names and imports (one is a...
2015-05-13 Andrew Kuchling#19934: fix mangled wording
2015-05-13 Berker PeksagIssue #22064: Improve the misleading message from 2to3...
2015-05-13 Raymond HettingerIssue #23971: Fix underestimated presizing in dict...
2015-05-13 Raymond HettingerIssue #19934: Document *None* as an acceptable input...
2015-05-12 Benjamin Petersonuse imperative
2015-05-12 Raymond HettingerDefend against a mutation during comparison
2015-05-11 Raymond HettingerIssue #24161: Document that PyIter_Check() returns...
2015-05-11 Steve DowerAdds UUIDs for 2.7.10
2015-05-11 Benjamin Petersonadd trailing slash
2015-05-10 doko@ubuntu.com - Do not italicize punctuation in the python man page
2015-05-10 Benjamin Petersonadd news section for 2.7.11
2015-05-10 Benjamin PetersonAdded tag v2.7.10rc1 for changeset 80ccce248ba2
2015-05-10 Benjamin Petersonbump version to 2.7.10rc1 v2.7.10rc1
2015-05-10 Benjamin Petersonupdate pydoc-topics
2015-05-09 Benjamin Petersonensure .keywords is always a dict
next