]> granicus.if.org Git - python/shortlog
python
2016-01-20 Donald StufftUpgrade pip to 8.0.0 and setuptools to 19.4
2016-01-19 Serhiy StorchakaIssue #16620: Fixed AttributeError in msilib.Directory...
2016-01-19 Benjamin Petersonadd space
2016-01-19 Benjamin Petersonset tp_new from the class in the hierarchy that actuall...
2016-01-18 Serhiy StorchakaIssue #9006: Added tests for XML RPC with non-UTF-8...
2016-01-18 Serhiy StorchakaIssue #21847: Fixed xmlrpclib and tests on Unicode...
2016-01-18 Serhiy StorchakaIssue #6500: Fixed infinite recursion in urllib2.Reques...
2016-01-18 Senthil KumaranIssue26017 - Suggest enclosing command args in double...
2016-01-18 Senthil KumaranIssue26142 - Fix a formatting bug in c-api intro doc.
2016-01-17 Terry Jan ReedyIssue #25905: Specify 'ascii' encoding for README.txt...
2016-01-16 Steve DowerIssue #25824: Fixes sys.winver to not include any archi...
2016-01-16 Senthil KumaranIssue26035 - Correct the argument names used in the...
2016-01-16 Martin PanterIssue #14771: Redirect GDB's stdin to avoid messing...
2016-01-16 Martin PanterIssue #26127: Fix links in tokenize documentation
2016-01-15 Brett CannonIssue #26114: Remove mention of 'Numerical Recipes'.
2016-01-15 Senthil KumaranIssue26097 - Fix the TextTestRunner documentation,...
2016-01-15 Martin PanterIssue #25940: Use self-signed.pythontest.net in SSL...
2016-01-13 Ezio Melotti#7944: close files explicitly in test_tarfile (backport...
2016-01-13 Ezio MelottiConvert test_tarfile to ASCII (backport c1ed490bd266).
2016-01-12 Ezio Melotti#25574: backport glossary doc fix about hash and id...
2016-01-12 Ezio Melotti#19006: fix wording in unittest docs.
2016-01-12 Zachary WareIssue #25348: Add --pgo and --pgo-job flags to PCbuild...
2016-01-11 Ezio MelottiMerge heads.
2016-01-11 Ezio Melotti#25517: fix regex in the regex howto. Patch by Elena...
2016-01-11 Gregory P.... Fixes issue #26083: Workaround a subprocess bug that...
2016-01-11 Ezio Melotti#25991: fix readline example to limit history size...
2016-01-11 Barry WarsawComment out another test that won't pass after revertin...
2016-01-11 Barry WarsawComment out two tests that won't pass now after reverti...
2016-01-11 Barry WarsawIssue #22995: [UPDATE] Comment out the one of the pickl...
2016-01-10 Benjamin Petersondelete old crypto prose (closes #26066)
2016-01-10 Senthil KumaranIssue23675 - A tiny clarification in the MRO glossary...
2016-01-08 Senthil KumaranIssue20969 - Set the Epub Author and Epub Publisher...
2016-01-08 Benjamin Petersonfix typo in unittest docs (closes #26046)
2016-01-07 Berker PeksagIssue #5501: Clarify that invoking freeze_support(...
2016-01-06 Senthil KumaranFix issue18918 : Attach the pydoc documentation for...
2016-01-06 Berker PeksagIssue #6500: Reverting fbea8ff8db5e since it broke...
2016-01-06 Berker PeksagIssue #6500: Fix "maximum recursion depth exceeded...
2016-01-05 Senthil KumaranIssue24733 - Remove unreachable code in traceback.c
2016-01-04 Senthil KumaranBackport documentation improvement.
2016-01-03 Senthil KumaranBackport doc improvements for Issue21221 - Explain...
2016-01-01 Ned DeilyUpdate copyrights for 2016.
2016-01-01 Zachary WareFix grammar.
2016-01-01 Benjamin Petersonremove some copyright notices supserseded by the toplev...
2016-01-01 Benjamin Petersonreflow
2016-01-01 Benjamin Peterson2016 will be another year of writing copyrighted code
2015-12-31 Serhiy StorchakaIssue #25961: Fixed compilation error and a leak in...
2015-12-30 Serhiy StorchakaIssue #25961: Disallowed null characters in the type...
2015-12-30 Serhiy StorchakaMake catched exceptions more specific and correct a...
2015-12-30 Serhiy StorchakaIssue #22995: Instances of extension types with a state...
2015-12-27 Serhiy StorchakaIssue #20440: More use of Py_SETREF.
2015-12-27 Serhiy StorchakaIssue #20440: Applied yet one patch for using Py_SETREF.
2015-12-26 Vinay SajipCloses #25664: handled logger names in Unicode.
2015-12-24 Serhiy StorchakaIssue #24103: Fixed possible use after free in ElementT...
2015-12-24 Serhiy StorchakaIssue #20440: Massive replacing unsafe attribute settin...
2015-12-21 Zachary WareIssue #25827: Add support for ICC to configure
2015-12-20 Serhiy StorchakaFixed sizeof tests for dict and type (they were passed...
2015-12-20 Serhiy StorchakaCreate a file in SizeofTest only if needed.
2015-12-19 Serhiy StorchakaUse correct PyGC_Head size in tests for issue #25421.
2015-12-19 Serhiy StorchakaIssue #25421: __sizeof__ methods of builtin types now...
2015-12-18 Terry Jan ReedyIssue #25905: Revert unwanted conversion of ' to ’...
2015-12-18 Serhiy StorchakaIssue #25899: Fixed typo in .bzrignore.
2015-12-14 Martin PanterIssue #22088: Port base64 character ignoring doc and...
2015-12-14 Martin PanterIssue #20837: Base-64 alphabet clarification from revis...
2015-12-13 R David Murray#25495: Clarify b2a_base64 documentation vis 57 bytes.
2015-12-13 Gregory P.... Fixes issue #20954: _args_from_interpreter_flags used...
2015-12-13 Victor StinnerIssue #25696: Don't ignore errors in 'make bininstall...
2015-12-13 Victor StinnerIssue #25696: Fix installation of Python on UNIX with...
2015-12-12 Martin PanterIssue #25809: Skip testing platform-dependent French...
2015-12-09 Serhiy StorchakaFixed possible leaks in ElementTree parser.
2015-12-09 Zachary WareClarify that only *documentation* bugs should go to...
2015-12-06 Serhiy StorchakaIssue25814: Propagate all errors from custom XML parser...
2015-12-06 Ned Deilymerge heads
2015-12-06 Benjamin Petersonremove pointless keys() call
2015-12-06 Ned DeilyIssue #25798: Update OS X 10.5+ 32-bit-only installer...
2015-12-05 Benjamin Petersonoff to 2.7.12 we go
2015-12-05 Benjamin Petersonmerge 2.7.11 branch
2015-12-05 Benjamin PetersonAdded tag v2.7.11 for changeset 6d1b6a68f775
2015-12-05 Benjamin Peterson2.7.11 final v2.7.11
2015-12-05 Benjamin Petersonmake consulting save_modules O(1) rather than O(n)
2015-12-05 Benjamin Petersonmerge 2.7.11 branch
2015-12-05 Benjamin Petersonadd CVE and issue number
2015-12-03 Martin PanterIssue #14285: Do not catch ImportError from __init__...
2015-12-03 Serhiy StorchakaIssue #6478: _strptime's regexp cache now is reset...
2015-12-03 Serhiy StorchakaIssue #19543: Added Py3k warning for decoding unicode.
2015-12-02 Victor StinnerFix test_doctest in verbose mode
2015-11-30 Serhiy StorchakaFixed reference leak when read truncated pickle.
2015-11-30 Serhiy StorchakaIssue #25718: Fixed copying object with state with...
2015-11-29 Serhiy StorchakaFixed yet one syntax error in test_xpickle in Python...
2015-11-29 Serhiy StorchakaFixed Py3k warnings in tests for issue #24731.
2015-11-29 Serhiy StorchakaTrying to fix test_xpickle with python 2.4 and 2.5.
2015-11-29 Victor StinnerIssue #25742: Try to fix test_locale on Windows
2015-11-29 Serhiy StorchakaGot rid of "with" for compatibility test_xpickle with...
2015-11-29 Serhiy StorchakaIssue #25761: Added more test cases for testing unpickl...
2015-11-27 Victor StinnerCloses #25742: locale.setlocale() now accepts a Unicode...
2015-11-27 Zachary WareIssue #23914: Fix test_xpickle with python 2.4 and 2.5
2015-11-26 Serhiy StorchakaIssue #10131: Fixed deep copying of minidom documents...
2015-11-26 Martin PanterIssue #25622: Rename to PythonValuesTestCase and enable...
2015-11-26 Serhiy StorchakaFixed compilation error introduced in 745fd5550bc0.
2015-11-25 Serhiy StorchakaIssue #19687: Fixed possible integer overflows in Eleme...
2015-11-25 Serhiy StorchakaIssue #24097: Fixed crash in object.__reduce__() if...
next