]> granicus.if.org Git - python/shortlog
python
2013-05-31 Brett CannonIssues #18088, 18089: Introduce
2013-05-31 Brett CannonDocstring cleanup
2013-05-31 Brett CannonFix for last commit on adding reset_name to module_to_load
2013-05-31 Brett CannonAdd a reset_name argument to importlib.util.module_to_l...
2013-05-31 Brett CannonUpdate What's New for importlib.util.module_to_load...
2013-05-31 Brett CannonAdd a reference to module_to_load
2013-05-31 Serhiy StorchakaIssue #18094: test_uuid no more reports skipped tests...
2013-05-31 Serhiy StorchakaIssue #18094: test_uuid no more reports skipped tests...
2013-05-31 Terry Jan ReedyRemove duplicate entry due to mismerge and incomplete...
2013-05-31 Terry Jan Reedymerge
2013-05-31 Terry Jan ReedyIssue #15392: Finish news entry.
2013-05-30 Brett CannonRename importlib.util.ModuleManager to module_to_load...
2013-05-30 Łukasz LangaFixed #18075 - Infinite recursion tests triggering...
2013-05-29 Serhiy StorchakaMerge heads
2013-05-29 Serhiy StorchakaIssue #18084: Use sys.byteorder in wave.py.
2013-05-29 Stefan KrahMerge 3.3.
2013-05-29 Stefan KrahSupport multiarch build in tests.
2013-05-29 Stefan KrahNull merge.
2013-05-29 Stefan KrahBackport bff16086f03b and bcaaaa00425b.
2013-05-29 Stefan KrahMark untestable lines for gcov.
2013-05-29 Stefan Krahtest_decimal: add __sizeof__() tests for code coverage.
2013-05-29 Serhiy StorchakaIssue #9369: The types of `char*` arguments of PyObject...
2013-05-29 Stefan KrahMerge 3.3.
2013-05-29 Stefan KrahIssue #17768: Support newline fill character in decimal...
2013-05-29 Senthil Kumaranmerge from 3.3
2013-05-29 Senthil Kumaran#17403: urllib.parse.robotparser normalizes the urls...
2013-05-29 Terry Jan ReedyMerge with 3.3
2013-05-29 Terry Jan ReedyIssue #15392: Do not run tests if threading/_thread...
2013-05-29 Andrew Kuchling#1554133: Document PyOS_InputHook, PyOS_ReadlineFunctio...
2013-05-28 Ned DeilyIssue #18080: merge from 3.3
2013-05-28 Ned DeilyIssue #18080: When building a C extension module on...
2013-05-28 Brett CannonUndo a recommendation as load_module() methods might...
2013-05-28 Brett CannonIssue #18070: importlib.util.module_for_loader() now...
2013-05-28 Brett CannonClarify some documentation
2013-05-28 Brett CannonUpdate importlib.h
2013-05-28 Brett CannonIntroduce importlib.util.ModuleManager which is a conte...
2013-05-28 Serhiy StorchakaIssue #18085: Fix PyObject_CallMethodObjArgs()'s entry...
2013-05-28 Serhiy StorchakaIssue #18085: Fix PyObject_CallMethodObjArgs()'s entry...
2013-05-28 Serhiy StorchakaIssue #18025: Fixed a segfault in io.BufferedIOBase...
2013-05-28 Serhiy StorchakaIssue #18025: Fixed a segfault in io.BufferedIOBase...
2013-05-28 Serhiy StorchakaIssue #17746: Skip test_shutil.test_non_matching_mode...
2013-05-28 Serhiy StorchakaIssue #17746: Skip test_shutil.test_non_matching_mode...
2013-05-28 Serhiy StorchakaIssue #18011: Silence an unrelated noise introduced...
2013-05-28 Serhiy StorchakaMove some Misc/NEWS entries to correct place.
2013-05-28 Serhiy StorchakaIssue #18011: base64.b32decode() now raises a binascii...
2013-05-28 Serhiy StorchakaIssue #18011: base64.b32decode() now raises a binascii...
2013-05-28 Serhiy StorchakaIssue #18079: Fix a typo in the tutorial.
2013-05-28 Serhiy StorchakaIssue #18079: Fix a typo in the tutorial.
2013-05-28 Jason R. CoombsMerge with 3.3
2013-05-28 Jason R. CoombsUse simple call to os.symlink for broken link (intended...
2013-05-28 Jason R. CoombsMerge with 3.3
2013-05-28 Jason R. CoombsIssue #13772: Restored directory detection of targets...
2013-05-28 Terry Jan ReedyMerge with 3.3
2013-05-28 Terry Jan ReedyIssue #15392: Create a unittest framework for IDLE.
2013-05-28 Brett CannonNEWS entry for issue #18072
2013-05-28 Brett CannonIssue #18072: Implement get_code() for importlib.abc...
2013-05-27 Benjamin Petersongrammar
2013-05-27 Benjamin Petersondon't expand the operand to Py_XINCREF/XDECREF/CLEAR...
2013-05-27 Ned DeilyFix typo in embedding doc and update examples to 3.4.
2013-05-27 Ned DeilyFix typo in embedding doc and update examples to 3.3.
2013-05-26 Brett CannonMove importlib.abc.SourceLoader.source_to_code() to...
2013-05-25 Antoine PitrouIssue #18063: fix some struct specifications in the...
2013-05-25 Antoine PitrouIssue #18063: fix some struct specifications in the...
2013-05-25 Łukasz LangaMention issue #16832 in Misc/NEWS
2013-05-25 Łukasz LangaFix #16832 - expose cache validity checking support...
2013-05-25 Brett Cannonmerge
2013-05-25 Brett CannonMention __cached__ in the import ref.
2013-05-25 Brett Cannonmerge
2013-05-25 Brett CannonAdd a missing parenthesis.
2013-05-25 Brett Cannonmerge
2013-05-25 Brett CannonVarious tweaks to importlib docs.
2013-05-25 Eli BenderskyClean-up duplicated code in tests
2013-05-25 Eli BenderskyClean-up duplicated code in tests
2013-05-25 Eli BenderskyIssue #13612: handle unknown encodings without a buffer...
2013-05-25 Eli BenderskyIssue #13612: handle unknown encodings without a buffer...
2013-05-25 Antoine PitrouFix compilation under MSVC: ssl_set_mode() is a macro...
2013-05-25 Antoine PitrouFix test_bad_address on Ubuntu 13.04
2013-05-25 Antoine PitrouFix test_bad_address on Ubuntu 13.04
2013-05-25 Antoine PitrouIssue #8240: Set the SSL_MODE_ACCEPT_MOVING_WRITE_BUFFE...
2013-05-25 Vinay SajipCloses #18046: Simplified logging internals relating...
2013-05-24 Benjamin Petersonmerge 3.3
2013-05-24 Benjamin Petersonindicate that read/write work with bytes (closes #18009)
2013-05-24 Brett Cannonmerge fix for issue #17953
2013-05-24 Senthil KumaranFix #17272 - Make Request.full_url and Request.get_full...
2013-05-24 Brett CannonIssue #17953: document that sys.modules shouldn't be...
2013-05-24 Ronald Oussoren(3.3->default) Issue #17269: Workaround for a platform...
2013-05-24 Ronald OussorenIssue #17269: Workaround for a platform bug in getaddri...
2013-05-23 Senthil Kumaranmerge from 3.3
2013-05-23 Senthil KumaranFix #18007 : Document CookieJar.add_cookie_header reque...
2013-05-23 Nick CoghlanMerge issue 17844 from 3.3
2013-05-23 Nick CoghlanIssue 17844: Clarify meaning of different codec tables
2013-05-23 Raymond Hettingermerge
2013-05-23 Raymond HettingerIssue #18031: %-formatting isn't dead yet and might...
2013-05-22 Ned DeilyIssue #17532: merge
2013-05-22 Ned DeilyIssue #17532: Always include Options menu for IDLE...
2013-05-22 Benjamin Petersonmerge 3.3
2013-05-22 Benjamin Petersonadd test for inequality
2013-05-22 Serhiy StorchakaIssue #16986: ElementTree now correctly parses a string...
2013-05-22 Serhiy StorchakaMove a NEWS entity to a correct place.
2013-05-22 Serhiy StorchakaIssue #16986: ElementTree now correctly parses a string...
next