]> granicus.if.org Git - python/shortlog
python
2013-05-04 Ezio Melotti#16518: merge with 3.3.
2013-05-04 Ezio Melotti#16518: use "bytes-like object" throughout the docs.
2013-05-04 Ezio Melotti#7855: merge with 3.3.
2013-05-04 Ezio Melotti#7855: Add tests for ctypes/winreg for issues found...
2013-05-04 Serhiy StorchakaNull merge (already committed in changeset a3ba5fe9bfd3)
2013-05-04 Serhiy StorchakaIssue #16316: mimetypes now recognizes the .xz and...
2013-05-03 Brett Cannonadd trailing newline to file
2013-05-03 Brett CannonMove test_imp over to unittest.main()
2013-05-03 Brett CannonGuard more tests in test_imp requiring imp.load_dynamic...
2013-05-03 Brett Cannon#15902: merge w/ 3.3
2013-05-03 Brett CannonIssue #15902: Fix imp.load_module() to accept None...
2013-05-03 Raymond Hettingermerge
2013-05-03 Raymond HettingerIssue #15535: Fix pickling of named tuples.
2013-05-02 Alexandre VassalottiCloses #17892: Fix the name of _PyObject_CallMethodObjI...
2013-05-01 Antoine PitrouIssue #13721: SSLSocket.getpeercert() and SSLSocket...
2013-05-01 Ezio Melotti#17802: merge with 3.3.
2013-05-01 Ezio Melotti#17802: Fix an UnboundLocalError in html.parser. Initi...
2013-05-01 Charles-Francois... Merge.
2013-05-01 Ezio MelottiMove NEWS entry to the right section.
2013-05-01 Charles-Francois... Issue #17529: Fix os.sendfile() documentation regarding...
2013-05-01 Charles-Francois... Issue #17529: Fix os.sendfile() documentation regarding...
2013-05-01 Ezio Melotti#14679: add an __all__ (that contains only HTMLParser...
2013-05-01 Ezio Melotti#11078: test___all__ now checks for duplicates in __all...
2013-04-30 Antoine PitrouIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
2013-04-30 Antoine PitrouIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
2013-04-30 Ezio Melotti#16518: merge with 3.3.
2013-04-30 Ezio Melotti#16518: add "bytes-like object" to the glossary.
2013-04-30 Benjamin Petersoncheck local class namespace before reaching for cells...
2013-04-30 Ezio Melotti#17881: merge with 3.3.
2013-04-30 Ezio Melotti#17881: clarify documentation of plistlib.
2013-04-30 Gregory P.... merge (no news entry needed for this fix to an earlier...
2013-04-30 Gregory P.... merge
2013-04-30 Gregory P.... fix the news entry, the description in 3.3 should be...
2013-04-30 Gregory P.... news entry
2013-04-30 Gregory P.... news entry
2013-04-30 Gregory P.... null merge
2013-04-30 Gregory P.... null merge
2013-04-30 Gregory P.... This local change was lost during the fixing of issue17...
2013-04-30 Gregory P.... * Fix remaining bits of issue 17192 for 3.4 - these...
2013-04-30 Gregory P.... * Fix remaining bits of issue 17192 for 3.3 - these...
2013-04-30 Gregory P.... * Fix PART of issue 17192 for 3.4 - reapply the issue11...
2013-04-30 Gregory P.... * Fix PART of issue 17192 for 3.3 - reapply the issue11...
2013-04-30 Gregory P.... * Fix issue 17192 for 3.2 - reapply the issue11729...
2013-04-29 Benjamin Petersonrefactor traceback.py to reduce code duplication (close...
2013-04-29 Benjamin Petersonmerge 3.3 (#17863)
2013-04-29 Benjamin Petersonignore errors when trying to fetch sys.stdin.encoding...
2013-04-29 Benjamin Petersonmerge 3.3
2013-04-29 Benjamin Petersonraise an ImportError (rather than fatal) when __import_...
2013-04-28 R David MurrayNull merge, DataHandler exists in 3.4.
2013-04-28 R David Murray#7152: Remove incorrectly added reference to DataHandler.
2013-04-28 Brett Cannonmerge for issue #17358
2013-04-28 Brett CannonIssue #17358: imp.load_source() and load_compiled(...
2013-04-28 R David MurrayMerge: Reflow paragraphs.
2013-04-28 R David MurrayReflow paragraphs.
2013-04-28 R David MurrayMerge #7152: Clarify that ProxyHandler is added only...
2013-04-28 R David Murray#7152: Clarify that ProxyHandler is added only if proxy...
2013-04-28 Serhiy StorchakaAdded base64 module tests for non-binary files.
2013-04-28 Serhiy StorchakaAdded base64 module tests for non-binary files.
2013-04-28 Serhiy StorchakaIssue #17842. Added base64 module tests with bytearray...
2013-04-28 Serhiy StorchakaIssue #17842. Added base64 module tests with bytearray...
2013-04-28 Serhiy StorchakaIssue #17857: Prevent build failures with pre-3.5.0...
2013-04-28 Serhiy StorchakaIssue #17857: Prevent build failures with pre-3.5.0...
2013-04-28 Brett Cannonmerge for issue #17357
2013-04-28 Brett CannonIssue #17357: Use more stern wording for
2013-04-26 Antoine PitrouIssue #17804: New function ``struct.iter_unpack`` allow...
2013-04-26 Giampaolo Rodola'merge heads
2013-04-26 Giampaolo Rodola'ftplib: update connect() docstring by mentioning 'timeo...
2013-04-25 R David Murray17830: preserve line endings of original file when...
2013-04-25 Senthil KumaranIssue #17272: Making the urllib.request's Request.full_...
2013-04-24 Antoine PitrouIssue #17835: Fix test_io when the default OS pipe...
2013-04-24 Antoine PitrouIssue #17835: Fix test_io when the default OS pipe...
2013-04-24 Brett CannonIssue #17244: Windows doesn't let you set permissions...
2013-04-24 Antoine PitrouIssue #17832: fix a compilation warning about a functio...
2013-04-24 Eli BenderskyRevert c9674421d78e, leaving an additional comment
2013-04-23 Łukasz Langaclean the environment from pre-existing PYTHONWARNINGS...
2013-04-23 Łukasz Langaclean the environment from pre-existing PYTHONWARNINGS...
2013-04-23 Łukasz Langanull merge
2013-04-23 Łukasz Langabackported rev 79713 from 3.4, test_recursion_limit...
2013-04-23 Łukasz Langafix character index in ExtendedInterpolation's exceptio...
2013-04-23 Łukasz Langafix character index in ExtendedInterpolation's exceptio...
2013-04-23 Ronald Oussoren(3.3->default) Ensure that plistlib doesn't corrupt...
2013-04-23 Ronald OussorenEnsure that plistlib doesn't corrupt deeply nested...
2013-04-23 Ezio Melotti#17729: merge with 3.3.
2013-04-23 Ezio Melotti#17729: remove the Advocacy HOWTO from the index.
2013-04-23 Ezio Melotti#17729: merge with 3.3.
2013-04-23 Ezio Melotti#17729: remove the outdated Advocacy HOWTO, as suggeste...
2013-04-22 Serhiy StorchakaIssue #11714: Use 'with' statements to assure a Semapho...
2013-04-22 Serhiy StorchakaIssue #11714: Use 'with' statements to assure a Semapho...
2013-04-22 Serhiy StorchakaIssue #16624: `subprocess.check_output` now accepts...
2013-04-22 Eli BenderskySimplify the code of get_attrib_from_keywords somewhat.
2013-04-22 Eli BenderskyIssue #17736: fix misleading comment in _elementtree.c
2013-04-22 Eli BenderskyIssue #17736: fix misleading comment in _elementtree.c
2013-04-22 Vinay SajipCloses #17795: Reverted backwards-incompatible change...
2013-04-22 Vinay SajipIssue #17795: Reverted backwards-incompatible change...
2013-04-21 R David Murray#15575: Clarify tutorial description of when modules...
2013-04-21 R David Murray#15575: Clarify tutorial description of when modules...
2013-04-21 Ned DeilyIssue #17670: merge from 3.3
2013-04-21 Ned DeilyIssue #17670: Provide an example of expandtabs() usage.
2013-04-21 R David MurrayMerge #17065: Use process-unique key for winreg test.
2013-04-21 R David Murray#17065: Use process-unique key for winreg test.
next