]> granicus.if.org Git - python/shortlog
python
2015-07-25 Benjamin Petersonpossible memory leak in error case (closes #24719)
2015-07-25 Benjamin Petersonproper overflow checks for mymemreplace (closes #24708)
2015-07-24 Ned DeilyIssue #24603: Update the OS X 32-bit installer build...
2015-07-24 Serhiy StorchakaIssue #24704: Fixed possible NULL pointer dereferencing...
2015-07-24 Serhiy StorchakaIssue #24620: Random.setstate() now validates the value...
2015-07-24 Serhiy StorchakaIssue #24703: Fixed resource leak on error in bsddb...
2015-07-24 Serhiy StorchakaInitialize buf.outobj in multibyte encoder (closes...
2015-07-22 Robert CollinsIssue #13938: 2to3 converts StringTypes to a tuple...
2015-07-22 Benjamin Petersonwe don't care about python 1.5.2
2015-07-22 Zachary WareIssue #24603: Update Windows build to use OpenSSL 1...
2015-07-22 Zachary WareIssue #24680: Remove random backslash. Patch by cdz.
2015-07-20 Terry Jan ReedyIssue #20792: Expand idle_test.test_pathbowser. Tweak...
2015-07-20 Raymond HettingerIssue #19663: Improve error message for defaultdict.
2015-07-19 Terry Jan ReedyIssue #24671: Finish print conversion, idlelib GrepDial...
2015-07-19 Steve DowerFixes OpenSSL directory reference
2015-07-18 Raymond HettingerIssue #24568: fix typo.
2015-07-18 Benjamin Petersonimprove style of the convert macro (#24655)
2015-07-16 Zachary WareClose #24508: Backport the 3.5 MSBuild project files.
2015-07-16 Zachary WareClose #23963: Fix building with original OpenSSL sources.
2015-07-13 Zachary WareBackport b80d141a044e
2015-07-12 Serhiy StorchakaIssue #24611: Fixed compiling the posix module on non...
2015-07-08 Serhiy StorchakaAdded regression test for issue24581.
2015-07-06 Serhiy StorchakaCorrected empty lines and removed BOM in Misc/NEWS.
2015-07-06 Benjamin Peterson'not' is very important here
2015-07-06 Benjamin Petersontighten warning
2015-07-06 Serhiy StorchakaIssue #18684: Fixed reading out of the buffer in the...
2015-07-06 Lars GustäbelIssue #24259: tarfile now raises a ReadError if an...
2015-07-06 Zachary WareUpdate Docs/tools/susp-ignored.csv
2015-07-05 Ned DeilyIssue #24540: fix typo in json.dumps docstring
2015-07-05 Benjamin PetersonMerge heads
2015-07-05 Benjamin Peterson'free-after-use' is not a bug :) (closes #24568)
2015-07-04 Ned DeilyIssue #24330: Update IDLE doc and help to note "Configu...
2015-07-04 R David Murray#24548: replace dead link with pointer to archive.org.
2015-07-04 Ned DeilyIssue #24432: Update OS X 10.5+ installer builds to...
2015-07-03 Terry Jan ReedyIssue #24525: Add missing word. Patch by Vincent Legoll.
2015-07-03 Steve DowerIssue #24432: Update Windows builds to use OpenSSL...
2015-07-03 Stefan KrahIssue #24543: Use AC_LINK instead of AC_COMPILE in...
2015-07-02 Lars GustäbelIssue #24514: tarfile now tolerates number fields consi...
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...
next