]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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.3 - reapply the issue11...
2013-04-30  Gregory P.... * Fix issue 17192 for 3.2 - reapply the issue11729...
2013-04-29  Benjamin Petersonignore errors when trying to fetch sys.stdin.encoding...
2013-04-29  Benjamin Petersonraise an ImportError (rather than fatal) when __import_...
2013-04-28  R David Murray#7152: Remove incorrectly added reference to DataHandler.
2013-04-28  Brett CannonIssue #17358: imp.load_source() and load_compiled(...
2013-04-28  R David MurrayReflow paragraphs.
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 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  Brett CannonIssue #17357: Use more stern wording for
2013-04-24  Antoine PitrouIssue #17835: Fix test_io when the default OS pipe...
2013-04-23  Łukasz Langaclean the environment from pre-existing PYTHONWARNINGS...
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  Ronald OussorenEnsure that plistlib doesn't corrupt deeply nested...
2013-04-23  Ezio Melotti#17729: remove the Advocacy HOWTO from the index.
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  Eli BenderskyIssue #17736: fix misleading comment in _elementtree.c
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  Ned DeilyIssue #17670: Provide an example of expandtabs() usage.
2013-04-21  R David Murray#17065: Use process-unique key for winreg test.
2013-04-21  Alexandre VassalottiFix reference leak in _pickle.
2013-04-21  Ezio MelottiRemove trailing whitespace.
2013-04-21  Ezio MelottiRemove duplicated tests.
2013-04-20  Ned DeilyIssue #17801: fix shebang line of gprof2html.py
2013-04-20  Alexandre VassalottiIsuse #17720: Fix APPENDS handling in the Python implem...
2013-04-20  R David Murray#17409: Document RLIM_INFINITY and use it to clarify...
2013-04-19  R David Murray#17413: make sure settrace funcs get passed exception...
2013-04-19  Barry WarsawMinor typo in example.
2013-04-19  Ezio MelottiFix indentation.
2013-04-19  Ezio Melotti#17790: test_set now works with unittest test discovery...
2013-04-19  Ezio Melotti#17789: test_random now works with unittest test discov...
2013-04-19  Ezio Melotti#17779: test_osx_env now works with unittest test disco...
2013-04-18  R David Murray#17135: Add note in imp to use importlib for new programs.
2013-04-17  Richard OudkerkMerge.
2013-04-17  Antoine Pitrou- Issue #17782: Fix undefined behaviour on platforms...
2013-04-17  Richard OudkerkIssue #17555: Fix ForkAwareThreadLock so that size...
2013-04-17  Giampaolo Rodola'Fix issue #17707: multiprocessing.Queue's get() method...
2013-04-17  Roger Serwy#14735: Update IDLE docs to omit "Control-z on Windows".
2013-04-17  Ezio Melotti#17771: fix typo. Patch by Andriy Mysyk.
2013-04-17  Ezio Melotti#17766: test_iterlen now works with unittest test disco...
2013-04-17  Ezio Melotti#17740: fix links to the socket function. Initial...
2013-04-16  Antoine PitrouIssue #17739: fix the description of SSLSocket.getpeerc...
2013-04-16  Barry WarsawRemove unused import.
2013-04-16  Barry Warsaw- Issue #17012: shutil.which() no longer fallbacks...
2013-04-16  Benjamin Petersonremove pointless code (closes #17738)
2013-04-15  Antoine PitrouIssue #17710: Fix pickle raising a SystemError on bogus...
2013-04-15  Ezio Melotti#13510: clarify that f.readlines() is note necessary...
2013-04-15  Eric V. SmithIssue #17728: Specify default precision for float.forma...
2013-04-15  Nick CoghlanClose #17731: Clean up properly in test_import
2013-04-14  R David Murray#17341: Include name in re error message about invalid...
2013-04-14  Serhiy StorchakaIssue #17221: Resort Misc/NEWS.
2013-04-14  Victor StinnerIssue #17702: use assertRaises() for the unit test
2013-04-14  Victor StinnerClose #17702: os.environ now raises KeyError with the...
2013-04-14  Nick CoghlanClose issue #16163: handle submodules in pkgutil.iter_i...
2013-04-14  Alexandre VassalottiMerge heads.
2013-04-14  Alexandre VassalottiIssue #16550: Update the opcode descriptions of picklet...
2013-04-14  Georg BrandlFix example ignoring ".svn" directories in compileall.
2013-04-14  Georg BrandlThe Integral class does not contain implementations...
2013-04-14  Georg BrandlClarify that the function *definition* creates the...
2013-04-14  Georg BrandlCloses #14462: allow any valid Python identifier in...
2013-04-14  Georg BrandlCloses #13638: document PyErr_SetFromErrnoWithFilenameO...
2013-04-14  Alexandre VassalottiMerge heads.
2013-04-14  Georg Brandlbind('') does not do the same as bind('localhost')
2013-04-14  Georg BrandlUpdate code examples using collections.abc classes.
2013-04-14  Georg BrandlCloses #17726: small clarification in design FAQ.
2013-04-14  Alexandre VassalottiClean up error messages raised by save_reduce in _pickle.
2013-04-14  Georg BrandlUpdate using/mac documentation which was still on 2.5.
2013-04-14  Georg BrandlClarify point in name mangling doc.
2013-04-14  Alexandre VassalottiFix pickling test in test_memoryio.
2013-04-14  Meador IngeIssue #16804: Fix 'python -S -m site' failure.
2013-04-13  R David MurrayReflow paragraph.
2013-04-13  R David Murray#2118: clarify smtplib exception documentation.
2013-04-13  Serhiy StorchakaIssue #17016: Get rid of possible pointer wraparounds...
2013-04-13  Ezio Melotti#17571: remove broken links in datetime.py docstring.
2013-04-13  Ezio Melotti#17686: fix broken link in Doc/using/unix.rst. Patch...
2013-04-13  Mark DickinsonIssue #17715: Add missing NULL Check to PyNumber_Long.
2013-04-13  Andrew SvetlovRevert changes for #13355 by request from Raymond Hettinger
2013-04-13  Mark DickinsonIssue #16447: Fix potential segfault when setting __nam...
2013-04-12  Andrew SvetlovFix whitespaces
2013-04-12  Andrew SvetlovIssue #13355: Raise ValueError on random.triangular...
2013-04-12  Andrew SvetlovIssue #16658: add missing return to HTTPConnection...
2013-04-12  Ezio Melotti#17653: fix typo in socketserver docs. Patch by Tshepa...
2013-04-12  Ezio MelottiMerge heads.
2013-04-12  Andrew Svetlov#17688: fix declaration for richcmp example in the...
2013-04-12  Ezio Melotti#6696: add documentation for the Profile objects, and...
2013-04-12  Ezio Melotti#17692: test_sqlite now works with unittest test discov...
2013-04-12  Roger Serwy#17585: Fixed IDLE regression. Now closes when using...
2013-04-11  Antoine PitrouFix supernumerary 's' in sys._debugmallocstats() output.
2013-04-11  Ezio Melotti#17690: test_time now works with unittest test discover...
2013-04-11  R David Murray#14971: Use class method name, not function.__name__...
2013-04-11  Senthil Kumarannormalize whitespace
2013-04-11  Senthil Kumaran#5609 - test_urllib coverage for url2pathname and pathn...
2013-04-10  Benjamin Petersondon't run frame if it has no stack (closes #17669)
2013-04-10  Ezio Melotti#12820: add tests for the xml.dom.minicompat module...
next