]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2012-04-18  Benjamin Petersonrollback 005fd1fe31ab (see #14609 and #14582)
2012-04-18  Benjamin Petersonfix refcnt/style/debuging oversights
2012-04-18  Brian CurtinFix email post-commit review comments.
2012-04-18  Brett CannonMerge
2012-04-18  Brett CannonIssue #12599: Be more strict in accepting None vs....
2012-04-17  Benjamin Petersonmerge 3.2 (#14607)
2012-04-17  Benjamin Petersonmangle keyword-only argname when loading defaults ...
2012-04-17  Brett CannonIssue #13959: Re-implement imp.load_compiled() in imp.py.
2012-04-17  Brett CannonIssue #14592: A relative import will raise a KeyError...
2012-04-17  Brian CurtinFix #14600. Correct reference handling and naming of...
2012-04-17  Charles-François... Issue #5113: Fix a test_posix failure on HP-UX, where...
2012-04-17  Charles-François... Issue #5113: Fix a test_posix failure on HP-UX, where...
2012-04-17  Charles-François... Issue #14087: multiprocessing: add Condition.wait_for...
2012-04-17  Antoine PitrouSpeed up reading of small files. This avoids multiple...
2012-04-17  Ezio Melotti#14603: use a listcomp in ZipFile.namelist.
2012-04-17  Brett CannonProperly guard against special-casing.
2012-04-17  Brett CannonIssue #13959: Re-implement imp.load_source() in imp.py.
2012-04-17  Brett CannonIssue #14599: Fix an import caching race condition.
2012-04-17  Brett CannonIssue #14599: Make test_reprlib robust against import...
2012-04-17  Brett CannonIssue #13959: Fix a logic bug.
2012-04-16  Vinay SajipMerged cookbook corrections from 3.2.
2012-04-16  Vinay SajipCorrected version numbers in cookbook example.
2012-04-16  Brian CurtinAdd versionadded tags to newly added ImportError conven...
2012-04-16  Brian CurtinCorrect warnings when building the docs for the nonexis...
2012-04-16  Brian CurtinAdd documentation for the new PyErr_SetFromImport*...
2012-04-16  Antoine PitrouFix another refleak
2012-04-16  Antoine PitrouFix a refleak
2012-04-16  Antoine Pitroupep8-ize test names
2012-04-16  Antoine PitrouFix refleak in test_gc
2012-04-16  Antoine PitrouFix reference loss on Py_None when None is encountered...
2012-04-16  Antoine PitrouAvoid compiler warning due to stray \x00
2012-04-16  Antoine PitrouAvoid rebuilding all C files when importlib.h is updated.
2012-04-16  Brett CannonAdd an explicit mention of a backwards-incompatible...
2012-04-16  Vinay SajipCloses #14452: brought tests in line with removal of...
2012-04-16  Vinay SajipMerged tweaks to cookbook example from 3.2.
2012-04-16  Vinay SajipTweaked format of cookbook example.
2012-04-16  Vinay SajipMerged cookbook update from 3.2.
2012-04-16  Vinay SajipAdded cookbook example for BOM insertion.
2012-04-16  Vinay SajipCloses #14452: remove BOM insertion code.
2012-04-16  Vinay SajipCloses #14452: remove BOM insertion code.
2012-04-16  Brian CurtinFix #10854. Make use of the new path and name attribute...
2012-04-16  Brett Cannonmerge
2012-04-16  Brett CannonIssue #13959: Re-implement imp.load_package() in imp.py.
2012-04-16  Antoine PitrouIssue #14589: Update certificate chain for sha256.tbs...
2012-04-16  Antoine PitrouIssue #14589: Update certificate chain for sha256.tbs...
2012-04-16  Brett CannonIssue #13959: Re-implement imp.load_module() in imp.py.
2012-04-15  Brett Cannonmerge
2012-04-15  Brett CannonConsider load_dynamic() something to keep in _imp.
2012-04-15  Brett CannonTry to get hg to treat importlib.h as binary.
2012-04-15  Victor StinnerIssue #14386: Expose the dict_proxy internal type as...
2012-04-15  Brett CannonIssue #13959: Simplify imp.reload() by relying on a...
2012-04-15  Brett CannonUpdate importlib.h
2012-04-15  Brett CannonIssue #13959: Rename imp to _imp and add Lib/imp.py...
2012-04-15  Brett Cannonmerge
2012-04-15  Brett CannonIssue #14582: Import returns the module returned by...
2012-04-15  Philip Jenveyutilize startswith(tuple)
2012-04-15  Brett CannonSet ImportError.name when raising the exception in...
2012-04-15  Mark DickinsonIssue #13496: Merge from 3.2
2012-04-15  Mark DickinsonIssue 13496: Fix bisect.bisect overflow bug for large...
2012-04-15  Mark DickinsonIssue #13889: Merge fix from 3.2.
2012-04-15  Mark DickinsonIssue #13889: On MSVC builds, set FPU control word...
2012-04-15  Kristján Valur... Issue #10576: Add a progress callback to gcmodule
2012-04-15  Kristján Valur... Merge with 3.2: use ws2_32.lib rather than wsock32...
2012-04-15  Kristján Valur... Make all socket related modules link with ws2_32.lib...
2012-04-15  Ross LagerwallMerge with remote.
2012-04-15  Ross LagerwallBe less verbose when building dbm.
2012-04-15  Brett CannonPlug a refleak.
2012-04-15  Brett CannonClarify that one should not use __import__() directly...
2012-04-15  Brett CannonHandle importing pkg.mod by executing
2012-04-15  Brett CannonRebuild importlib.h to incorporate added comments.
2012-04-15  Brett CannonIDLE was relying on implicit relative imports which...
2012-04-14  Brett CannonAdd some comments.
2012-04-14  Brian Curtinmerge with the tip
2012-04-14  Brian CurtinFix Windows build
2012-04-14  Brett CannonFix an import race condition.
2012-04-14  Brett CannonTry to fix a sporadic test failure from what is probabl...
2012-04-14  Brett CannonUndo a C99 idiom.
2012-04-14  Brett CannonIssue #2377: Make importlib the implementation of __imp...
2012-04-14  Sandro Tosimerge with 3.2
2012-04-14  Sandro Tosifix typo; thanks to Jérôme Mainka from docs@
2012-04-14  Ezio MelottiMerge highlight and spacing fixes in json example with...
2012-04-14  Ezio MelottiFix highlight and spacing in json example.
2012-04-14  Ezio Melotti#14535: merge with 3.2.
2012-04-14  Ezio Melotti#14535: fix code highlight in multiprocessing examples...
2012-04-14  R David MurrayMerge #14399: corrected news item
2012-04-14  R David Murray#14399: corrected news item
2012-04-13  Benjamin Petersonmerge 3.2
2012-04-13  Benjamin Petersonmove outside WITH_THREAD conditional
2012-04-13  Victor StinnerFix clock_gettime/getres/settime: PyArg_ParseTuple...
2012-04-13  Michael FoordMinor docstring / docs corrections for unittest.mock
2012-04-13  Michael FoordMake unittest.mock.create_autospec resilient against...
2012-04-13  Benjamin Petersonmerge 3.2
2012-04-13  Benjamin Petersontake linkage def outside of WITH_THREAD conditional...
2012-04-13  Michael Foordunittest.mock.PropertyMock return value and attributes...
2012-04-13  Benjamin Petersonput PyImportErrorObject with its brothers
2012-04-13  Brett CannonMerge
2012-04-13  Brett CannonNEWS entry about importlib and ImportError's new attrib...
2012-04-13  Brett CannonHave importlib take advantage of ImportError's new...
2012-04-13  Amaury Forgeot... merge heads
2012-04-13  Amaury Forgeot... merge heads
next