]> granicus.if.org Git - python/shortlog
python
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...
2013-05-22 Serhiy StorchakaIssue #17844: Add links to encoders and decoders for...
2013-05-22 Serhiy StorchakaIssue #17844: Add links to encoders and decoders for...
2013-05-21 Giampaolo Rodola'Fix issue #17996: expose socket.AF_LINK constant on...
2013-05-21 R David Murraymerge #17973: fix technical inaccuracy in faq entry...
2013-05-21 R David Murray#17973: fix technical inaccuracy in faq entry (it now...
2013-05-21 Serhiy StorchakaIssue #17900: Allowed pickling of recursive OrderedDict...
2013-05-21 Charles-François... Backed out changeset c0f2b038fc12
2013-05-21 Charles-François... Issue #17683: socket module: return AF_UNIX addresses...
2013-05-21 Roger Serwy#14146: merge with 3.3.
2013-05-21 Roger Serwy#14146: Highlight source line while debugging on Windows.
2013-05-20 Vinay SajipCloses #17743: Merged fix from 3.3.
2013-05-20 Vinay SajipIssue #17743: Now use extended syntax of set command...
2013-05-20 Vinay SajipCloses #17744: Merged fix from 3.3.
2013-05-20 Vinay SajipIssue #17744: Now unset VIRTUAL_ENV environment variabl...
2013-05-20 Ned DeilyIssue #18026: merge
2013-05-20 Ned DeilyIssue #18026: fix ctypes doc typo
2013-05-20 Benjamin Petersonchange AST codegen to use PyModule_AddIntMacro
2013-05-20 Charles-Francois... Issue #17917: Use PyModule_AddIntMacro() instead of...
2013-05-20 Charles-Francois... Issue #17684: Fix some test_socket failures due to...
2013-05-20 Charles-Francois... Issue #17914: We can now inline _bsd_cpu_count().
2013-05-20 Charles-Francois... Issue #17914: Remove OS-X special-case, and use the...
2013-05-20 Benjamin Petersontest that the compiler support -Werror=statement-after...
2013-05-20 R David MurrayMerge #17973: Add FAQ entry for ([],)[0] += [1] both...
2013-05-20 R David Murray#17973: Add FAQ entry for ([],)[0] += [1] both extendin...
2013-05-20 Andrew Kuchling#17955: minor updates to Functional howto
2013-05-20 Charles-Francois... Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaud...
2013-05-20 Ezio Melotti#14097: merge with 3.3.
2013-05-20 Ezio Melotti#14097: improve the "introduction" page of the tutorial.
2013-05-20 Benjamin Petersonmerge 3.3
2013-05-20 Benjamin Petersonadd recursive repr test
2013-05-20 Eli BenderskyGet rid of ugly code duplication for ElementTree.parse...
2013-05-20 Eli BenderskyAdd some testing to verify which module was imported...
next