]> granicus.if.org Git - python/shortlog
python
2012-04-20 Stefan KrahDefensive programming: mpd_isspecial(r) already implies...
2012-04-20 Stefan KrahThe divmod function for large numbers now has an ACL2...
2012-04-20 Brett CannonTry to debug a Windows failure on the buildbots.
2012-04-20 Brett CannonIssue #14629: Mention the filename in SyntaxError excep...
2012-04-20 Brett CannonIssue #14633: Simplify imp.find_modue() test after...
2012-04-20 Brett CannonIssue #14581: Windows users are allowed to import modul...
2012-04-20 Brett CannonHave importlib.test.regrtest clear sys.path_importer_ca...
2012-04-20 Martin v. Löwismerge 3.2: issue 14629
2012-04-20 Martin v. LöwisIssue #14629: Raise SyntaxError in tokenizer.detect_enc...
2012-04-19 Victor StinnerClose #14386: Register types.MappingProxyType as a...
2012-04-19 Larry HastingsIssue #14127: Add st_{cma}time_ns fields to os.stat...
2012-04-19 Antoine PitrouIssue #14308: Fix an exception when a dummy thread...
2012-04-19 Antoine PitrouIssue #14308: Fix an exception when a "dummy" thread...
2012-04-19 Antoine PitrouFix refleak: PyObject_GetItem returns a new reference...
2012-04-19 Martin v. LöwisIssue #14098: New functions PyErr_GetExcInfo and PyErr_...
2012-04-19 Nick CoghlanMerge from 3.2
2012-04-19 Nick CoghlanClose #14032: fix incorrect variable reference in test_...
2012-04-19 Ezio Melotti#14538: merge with 3.2.
2012-04-19 Ezio Melotti#14538: HTMLParser can now parse correctly start tags...
2012-04-18 Victor StinnerIssue #14385: Support other types than dict for __built...
2012-04-18 Ned DeilyRemove webbrowser doc reference to the previously remov...
2012-04-18 Ned DeilyRemove webbrowser doc reference to the previously remov...
2012-04-18 Benjamin Petersonupdate importlib...
2012-04-18 Benjamin Petersondon't bother keeping a set we'll never use
2012-04-18 Antoine PitrouIssue #11750: The Windows API functions scattered in...
2012-04-18 Stefan Krah1) Simplify comment -- one has to read the complete...
2012-04-18 Stefan KrahExplain the strategy to avoid huge alignment shifts...
2012-04-18 Stefan KrahCosmetic change: initialize digits to 1 (redundant).
2012-04-18 Stefan KrahRemove redundant finalization of the result.
2012-04-18 Stefan KrahFix comments and whitespace.
2012-04-18 Stefan KrahSupport mythical ones' complement machines.
2012-04-18 Stefan KrahThe previous code is correct, but hard to verify: The...
2012-04-18 Benjamin Petersonmerge 3.2
2012-04-18 Benjamin Petersonimprove
2012-04-18 Benjamin Petersonmerge 3.2 (#14612)
2012-04-18 Benjamin PetersonSETUP_WITH acts like SETUP_FINALLY for the purposes...
2012-04-18 Antoine PitrouMerge heads
2012-04-18 Antoine PitrouFix it for good :-)
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
next