]> granicus.if.org Git - python/shortlog
python
2016-02-10 Martin PanterIssues #26310, #26311: Fix typos in the documentation
2016-02-08 Serhiy StorchakaIssue #25983: Added tests for multi-argument type().
2016-02-08 Gregory P.... Clarify "cardinality of" as "number of elements in...
2016-02-08 Steve DowerUpdates build to use SHA256 hash when signing files
2016-02-07 Serhiy StorchakaIssue #26198: Fixed error messages for some argument...
2016-02-07 Benjamin Petersonfix hash member name (closes #22847)
2016-02-08 Martin PanterIssue #25179: Preparatory cleanup of existing docs...
2016-02-06 Senthil KumaranFix userinfo example presented in urllib2 howto.
2016-02-05 Benjamin Petersonfix debug assertion
2014-11-14 Antoine PitrouIssue #22847: Improve method cache efficiency.
2016-02-04 Martin PanterIssue #12923: Reset FancyURLopener's redirect counter...
2016-02-04 Zachary WarePython for .NET has moved to Github.
2016-02-02 Serhiy StorchakaIssue #25945: Fixed bugs in functools.partial.
2016-02-03 Martin PanterIssue #26244: Clarify default zlib compression level...
2016-02-01 Martin PanterIssue #26173: Separate bad cert file tests and client...
2016-01-30 Zachary WareIssue #25934: Default to /fp:strict for ICC builds
2016-01-30 Martin PanterIssue #26173: Fix test_ssl confusion with non-existing...
2016-01-29 Martin PanterIssue #19023: Document ctypes array and pointer classes
2016-01-28 Serhiy StorchakaFixed a crash in new tests in test_getargs2 added in...
2016-01-28 Serhiy StorchakaFixed an infinite loop in zipimport caused by cebcd2fd3...
2016-01-28 Serhiy StorchakaIssue #19883: Fixed possible integer overflows in zipim...
2016-01-28 Serhiy StorchakaIssue #26198: Added tests for string-related format...
2016-01-27 Terry Jan ReedyIssue #25507: revert incorrect movement of idleConf...
2016-01-25 Berker PeksagFix typo in test.rst
2016-01-23 Victor Stinnerdoc: i18n HTML templates
2016-01-22 Gregory P.... Per issue21949 and issue1629: Document the Py_SIZE...
2016-01-22 Victor Stinnercode_richcompare() now uses the constants types
2016-01-22 Benjamin Petersonreject negative data_size
2016-01-22 Donald StufftUpgrade pip to 8.0.2
2016-01-21 Berker PeksagIssue #18620: Improve Pool examples in multiprocessing...
2016-01-21 Victor StinnerIssue #26106: doc: Move text of licenses to parsed...
2016-01-21 Benjamin Petersonprevent buffer overflow in get_data (closes #26171)
2016-01-21 Benjamin Petersonfix refleak in error condition
2016-01-20 Victor StinnerReplace fpgetmask() with fedisableexcept()
2016-01-20 Senthil Kumaranissue25982 - Add a class definition for managers.Namesp...
2016-01-20 Serhiy StorchakaIssue #26147: xmlrpclib now works with unicode not...
2016-01-20 Zachary WareIssue #25925: Backport C coverage reporting Makefile...
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...
next