]> granicus.if.org Git - python/shortlog
python
2012-05-26 Senthil KumaranIssue #14920: Fix the help(urllib.parse) failure on...
2012-05-26 Senthil KumaranIssue #14920: Fix the help(urllib.parse) failure on...
2012-05-25 R David Murray#12586: add provisional email policy with new header...
2012-05-25 R David Murray#14731: add preliminary What's New entry for policy...
2012-05-25 R David Murray#14731: refactor email policy framework.
2012-05-25 Benjamin Petersoncapitialize utime statuses
2012-05-25 Benjamin Petersoncapitialize enum members
2012-05-25 Nick CoghlanPlaceholder in What's New for the major packaging infra...
2012-05-25 Eric V. SmithAdded test for namespace package dynamic path updates.
2012-05-25 Richard OudkerkIssue #14548: Make multiprocessing finalizers check...
2012-05-25 Richard OudkerkIssue #12091: simplify ApplyResult and MapResult with...
2012-05-25 Richard OudkerkMerge
2012-05-25 Richard OudkerkIssue #14881: Allow normal non-main thread to spawn...
2012-05-25 Hynek Schlawack#4841: Fix FileIO constructor to honor closefd when...
2012-05-25 Hynek Schlawack#4841: Fix FileIO constructor to honor closefd when...
2012-05-25 Benjamin Petersonuse PyDict_Contains
2012-05-25 Benjamin Petersonreturn NULL on error
2012-05-25 Benjamin Petersonactually return the result
2012-05-25 Larry HastingsIssue #14889: PyBytes_FromObject(bytes) now just incref...
2012-05-25 Benjamin Petersonsimplify and rewrite the zipimport part of 702009f3c0b1...
2012-05-25 Benjamin Petersonplug ref leak
2012-05-25 Eric V. SmithWhitespace cleanup.
2012-05-25 Eric V. Smithissue 14660: Implement PEP 420, namespace packages.
2012-05-24 Petri Lehtinen#14863: Update the documentation of os.fdopen()
2012-05-24 Petri Lehtinen#14863: Update the documentation of os.fdopen()
2012-05-24 Senthil KumaranIssue #14036: return None when port in urlparse cross...
2012-05-24 Senthil KumaranIssue #14036: return None when port in urlparse cross...
2012-05-23 Sandro TosiIssue #14814: minor improvements as suggested by Hynek...
2012-05-23 Sandro TosiIssue #14814: improve docstrings and arguments value...
2012-05-23 Petri Lehtinen#14862: Add missing names to os.__all__
2012-05-23 Florent XiclunaRemove duplicate entries in Misc/NEWS.
2012-05-23 Hynek Schlawack#14885: Make support.skip_unless_xattr check also tempfile
2012-05-23 Eli Benderskys/tabs/spaces, and clean trailing whitespace
2012-05-22 Petri LehtinenMerge branch '3.2'
2012-05-22 Petri Lehtinen#14472: Update .gitignore
2012-05-22 Petri Lehtinen#14472: Update .gitignore
2012-05-22 Brian CurtinUpdate build.bat for VS2010
2012-05-22 Hynek SchlawackRestore [] where default arguments are not keywords
2012-05-22 Hynek SchlawackRestore [] where default arguments are not keywords
2012-05-22 Nick CoghlanFix typo
2012-05-22 Nick CoghlanFix the versionadded tags for a couple of my recent...
2012-05-21 Ezio Melotti#14875: merge with 3.2.
2012-05-21 Ezio Melotti#14875: Use float('inf') instead of float('1e66666...
2012-05-21 Georg BrandlAvoid useless indentation.
2012-05-21 Antoine PitrouRemove outdated statement.
2012-05-21 Nick CoghlanClose #14136 by cleaning up the PEP 409 command line...
2012-05-21 Nick CoghlanClose #13585: add contextlib.ExitStack to replace the...
2012-05-21 Hynek Schlawack#14804: Remove [] around optional arguments with defaul...
2012-05-21 Hynek Schlawack#14804: Remove [] around optional arguments with defaul...
2012-05-21 Hynek Schlawack#14804: Remove [] around optional arguments with defaul...
2012-05-20 Hynek SchlawackFix `versionchanged` tags for json.load
2012-05-20 Hynek SchlawackFix `versionchanged` tags for json.load
2012-05-20 Vinay SajipCloses #14864: Added documentation on how to undo the...
2012-05-20 Vinay SajipFixes #14864: Added documentation on how to undo the...
2012-05-20 Kristján Valur... Issue 14821:
2012-05-20 Nick CoghlanRemove an incorrect implementation detail
2012-05-20 Nick CoghlanIssue #14814: addition of the ipaddress module (stage...
2012-05-20 Hynek SchlawackDocument when json.load's parse_constant behaviour...
2012-05-20 Hynek SchlawackDocument when json.load's parse_constant behaviour...
2012-05-20 Charles-François... Merge.
2012-05-20 Charles-François... Issue #12760: Add some mising documentation about the...
2012-05-20 Nick CoghlanClarify a paragraph in the new metaclass docs
2012-05-20 Senthil Kumaranmerge - Fix for issue14426 - buildbots here I come
2012-05-20 Senthil KumaranFix for issue14426 - buildbots here I come
2012-05-20 Nick CoghlanDescribe the default hash correctly, and mark a couple...
2012-05-20 Nick CoghlanFix typo in new metaclass docs
2012-05-20 Raymond HettingerMinor change to default lru size. Set default to a...
2012-05-20 Senthil Kumarannews for Issue14426
2012-05-20 Senthil Kumaran Issue #14426: Correct the Date format in Expires attri...
2012-05-20 Senthil Kumarannews for Issue14426
2012-05-20 Senthil Kumaran Issue #14426: Correct the Date format in Expires attri...
2012-05-20 Eli BenderskyIssue #14849: setup Element data members to be assignab...
2012-05-19 Kristján Valur... Remove missing files from the PCbuild pythoncore projec...
2012-05-19 Kristján Valur... Clean up the PCBuild project files, removing redundant...
2012-05-19 Nick CoghlanClose #14588: added a PEP 3115 compliant dynamic type...
2012-05-19 Petri Lehtinen#14494: Document that absolute imports became default...
2012-05-19 Petri Lehtinen#14494: Document that absolute imports became default...
2012-05-19 Ezio Melotti#14072: merge with 3.2.
2012-05-19 Ezio Melotti#14072: Fix parsing of tel URIs in urlparse by making...
2012-05-19 Hynek Schlawack#13152: Allow to specify a custom tabsize for expanding...
2012-05-19 Senthil Kumaranmerge - Fix Issue14721: Send Content-length: 0 for...
2012-05-19 Senthil KumaranFix Issue14721: Send Content-length: 0 for empty body...
2012-05-19 Senthil KumaranIssue9374 - Generic parsing of query and fragment porti...
2012-05-19 Senthil KumaranIssue9374 - Generic parsing of query and fragment porti...
2012-05-18 Petri Lehtinen#14798: pyclbr now raises ImportError instead of KeyErr...
2012-05-18 Petri Lehtinen#14798: pyclbr now raises ImportError instead of KeyErr...
2012-05-18 Petri LehtinenFix time.time() references in the time module docs
2012-05-18 Petri LehtinenFix time.time() references in the time module docs
2012-05-18 Antoine PitrouFix whitespace
2012-05-18 Antoine PitrouMove private function _args_from_interpreter_flags...
2012-05-18 Martin v. LöwisDrop double quoting again. I'm at a loss when to quote...
2012-05-18 Richard Oudkerk#12098: Make multiprocessing's child processes inherit...
2012-05-18 Martin v. LöwisFix typo.
2012-05-18 Martin v. LöwisUpgrade OpenSSL to 1.0.1c
2012-05-18 Martin v. LöwisAssume nasm.
2012-05-18 Martin v. Löwismerge 3.2
2012-05-18 Martin v. LöwisUpgrade OpenSSL to 1.0.0j
2012-05-18 Martin v. Löwismerge 3.2
2012-05-18 Martin v. Löwismerge heads
2012-05-18 Martin v. Löwismerge heads
next