]> granicus.if.org Git - python/shortlog
python
2012-04-24 Benjamin Petersondistiguish between refusing to creating shared keys...
2012-04-24 Sandro TosiIssue #14448: merge with 3.2
2012-04-24 Sandro TosiIssue #14448: mention pytz; patch by Andrew Svetlov
2012-04-24 Georg BrandlFix location of versionaddeds and empty lines.
2012-04-24 Martin v. LoewisAccount for shared keys in type's __sizeof__ (#13903).
2012-04-24 Sandro TosiIssue #14554: merge with 3.2
2012-04-24 Sandro TosiIssue #14554: correct example for captured_stdout(...
2012-04-24 Sandro TosiIssue #13478: merge with 3.2
2012-04-24 Sandro TosiIssue #13478: document timeit.default_timer()
2012-04-24 Sandro TosiIssue #13587: merge with 3.2
2012-04-24 Sandro TosiIssue #13587: use the right RFC2617 name for WWW-Authen...
2012-04-24 Benjamin Petersonmerge 3.2 (#14658)
2012-04-24 Benjamin Petersondon't use a slot wrapper from a different special metho...
2012-04-24 Benjamin Petersonfix dict gc tracking (#13903)
2012-04-24 Antoine PitrouSkip long repr tests when the cached pyc file's path...
2012-04-24 Benjamin Petersonmake pointer arith c89
2012-04-23 Benjamin Petersonuse correct base ptr
2012-04-23 Benjamin Petersonsimplify and reformat
2012-04-23 Victor StinnerClose #14648: Compute correctly maxchar in str.format...
2012-04-23 R David MurrayMerge #14640: Fix typos/syntax in pyporting.rst.
2012-04-23 R David Murray#14640: Fix typos/syntax in pyporting.rst.
2012-04-23 Sandro TosiIssue #14650: fix typo in shutil.disk_usage() docstring...
2012-04-23 Benjamin Petersonmerge heads
2012-04-23 Sandro TosiIssue #14641: merge with 3.2
2012-04-23 Sandro TosiIssue #14641: minor fixes to sockets Howto; patch by...
2012-04-23 Benjamin Petersonfix instance dicts with str subclasses (#13903)
2012-04-23 R David Murraymerge #14638: pydoc now treats non-str __name__ as...
2012-04-23 R David Murray#14638: pydoc now treats non-str __name__ as None inste...
2012-04-23 Senthil Kumaranmerge heads
2012-04-23 Senthil Kumarannews for issue13684
2012-04-23 Senthil Kumaran 3.2 - Fix for Issue13684 - httplib tunnel infinite...
2012-04-23 Senthil Kumarannews for issue13684
2012-04-23 Benjamin Petersondon't make shared keys with dict subclasses
2012-04-23 Senthil Kumaran 3.2 - Fix for Issue13684 - httplib tunnel infinite...
2012-04-23 Benjamin Petersonmerge 3.2
2012-04-23 Benjamin Petersonadd Mark Shannon
2012-04-23 Benjamin PetersonImplement PEP 412: Key-sharing dictionaries (closes...
2012-04-23 Benjamin Petersoninherit maxchar of field value where needed (closes...
2012-04-23 Benjamin Petersonmerge 3.2
2012-04-23 Benjamin Petersonsleep here
2012-04-22 Brett CannonIssue #14605: Expose importlib.abc.FileLoader and
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonChange tests for imp.cache_from_source() to follow...
2012-04-22 Vinay SajipIssue #14644: Increased default timeout for SMTPHandler...
2012-04-22 Vinay SajipIssue #14622: Increased default timeout for SMTPHandler.
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonIssue #13959: Continue to try to accomodate altsep...
2012-04-22 Charles-François... Use os.path.samestat() instead of reinventing the wheel.
2012-04-22 Nick CoghlanResolve #14026 (Merge from 3.2)
2012-04-22 Nick CoghlanClose issue #14026 by better testing sys.argv handling...
2012-04-22 Brett CannonMention the backwards-incompatible change to imp.cache_...
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonRevert to os.path.join() semantics for path manipulatio...
2012-04-22 Senthil Kumaranissue2193 - Update docs about the legal characters...
2012-04-22 Senthil Kumaranissue2193 - Update 3.2 docs about legal characters...
2012-04-22 Brett CannonUpdate importlib.h
2012-04-22 Brett CannonContinue the good fight to get Windows to like importli...
2012-04-22 Brett Cannonmerge
2012-04-22 Brett CannonHave importlib look for pre-existing path separators...
2012-04-22 Senthil Kumaranmerge heads
2012-04-22 Senthil KumaranFix Issue2193 - Allow ":" character in Cookie NAME...
2012-04-22 Brett CannonFix whitespace.
2012-04-22 Brett CannonIssue #13959: Re-implement imp.find_module() in Lib...
2012-04-21 Brett CannonIssue #14637: Fix the UNC import test under Windows...
2012-04-21 Brett CannonDon't worry about moving imp.get_tag() over to Lib...
2012-04-21 Brett Cannonmerge
2012-04-21 Brett CannonIssue #13959: Re-implement imp.source_from_cache()...
2012-04-21 Michael FoordRemove incorrect comment
2012-04-21 Michael FoordCloses issue 14634. unittest.mock.create_autospec now...
2012-04-21 Michael FoordCloses issue 14636. mock objects raise exceptions from...
2012-04-21 Brett CannonIssue #13959: Re-implement imp.cache_from_source()...
2012-04-21 Brett CannonMake path manipulation more robust for platforms with...
2012-04-20 Brett CannonIssue #13959: Keep imp.get_magic() in C code, but cache...
2012-04-20 Brett CannonFix a cleanup.
2012-04-20 Brett CannonMerge
2012-04-20 Mark DickinsonIssue #14630: Merge fix from 3.2.
2012-04-20 Mark DickinsonIssue #14630: Fix an incorrect access of ob_digit[0...
2012-04-20 Brett CannonUse a skipUnless decorator instead of conditional renaming.
2012-04-20 Mark DickinsonIssue #14339: Improve speed of bin, oct and hex builtin...
2012-04-20 Brett CannonIssue #14628: Document the fact that import always...
2012-04-20 Brett CannonIssue #14585: test_import now runs all tests under
2012-04-20 Brett CannonIssue #14599: Support ImportError.path on AIX and HPUX...
2012-04-20 Brett Cannonmerge
2012-04-20 Brett CannonIssue #14599: Generalize a test for ImportError.path...
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
next