]> granicus.if.org Git - python/shortlog
python
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.
2013-04-21 Alexandre VassalottiMerge 3.3
2013-04-21 Alexandre VassalottiFix reference leak in _pickle.
2013-04-21 Ezio MelottiMerge removal of trailing whitespace from 3.3.
2013-04-21 Ezio MelottiRemove trailing whitespace.
2013-04-21 Ezio MelottiMerge removal of duplicated tests from 3.3.
2013-04-21 Ezio MelottiRemove duplicated tests.
2013-04-20 Ned DeilyIssue #17801: fix shebang line of gprof2html.py
2013-04-20 Ned DeilyIssue #17801: fix shebang line of gprof2html.py
2013-04-20 Alexandre VassalottiMerge 3.3
2013-04-20 Alexandre VassalottiIsuse #17720: Fix APPENDS handling in the Python implem...
2013-04-20 R David MurrayMerge #17409: Document RLIM_INFINITY and use it to...
2013-04-20 R David Murray#17409: Document RLIM_INFINITY and use it to clarify...
2013-04-20 Antoine PitrouIssue #16694: Add a pure Python implementation of the...
2013-04-20 Eli BenderskyRemove superfluous try/except
2013-04-20 Eli BenderskyAdd some documentation for IncrementalParesr
2013-04-20 Eli BenderskyRemove useless #define and #ifdefs
2013-04-20 Eli BenderskyFix trailing whitespace
2013-04-20 Eli BenderskyUpdate ET documentation reprhasing the mention of the...
2013-04-20 Eli BenderskyMake license notices more consistent and remove old...
2013-04-20 R David Murray#9607: restore keywords.kwlist after testing it.
2013-04-20 R David Murray#9607: Add tests for the keyword module.
2013-04-19 R David MurrayMerge #17413: make sure settrace funcs get passed excep...
2013-04-19 R David Murray#17413: make sure settrace funcs get passed exception...
2013-04-19 Barry WarsawMerge 3.3
2013-04-19 Barry WarsawMinor typo in example.
2013-04-19 Ezio MelottiMerge indentation fix from 3.3.
2013-04-19 Ezio MelottiFix indentation.
2013-04-19 Ezio Melotti#17790: merge with 3.3.
2013-04-19 Ezio Melotti#17790: test_set now works with unittest test discovery...
2013-04-19 Ezio Melotti#17789: merge with 3.3.
2013-04-19 Ezio Melotti#17789: test_random now works with unittest test discov...
2013-04-19 Ezio Melotti#17779: merge with 3.3.
2013-04-19 Ezio Melotti#17779: test_osx_env now works with unittest test disco...
2013-04-19 Ezio MelottiFix uploadTestCase to work even when HTTPSConnection...
2013-04-18 Ezio Melotti#11182: remove the unused and undocumented pydoc.Scanne...
2013-04-18 Victor Stinnerfix typo in a comment
2013-04-18 Antoine PitrouIssue #17741: Add ElementTree.IncrementalParser, an...
2013-04-18 R David MurrayNull merge.
2013-04-18 R David Murray#17135: Add note in imp to use importlib for new programs.
2013-04-18 Victor StinnerPartial revert of changeset 9744b2df134c
2013-04-17 Victor StinnerSplit PyUnicode_DecodeCharmap() into subfunction for...
2013-04-17 R David Murray#17135: mark imp as deprecated as of 3.4.
2013-04-17 Victor StinnerFix bug in Unicode decoders related to _PyUnicodeWriter
next