]> granicus.if.org Git - python/shortlog
python
2012-05-26 R David Murray#8739: upgrade smtpd to RFC 5321 and 1870.
2012-05-26 R David MurrayRecognize '<>' as a special case of an angle-addr in...
2012-05-26 Brett CannonRemove some redundant decorators.
2012-05-26 Nick CoghlanIssue #14814: Add a basic ipaddress tutorial (thanks...
2012-05-26 Nick CoghlanIssue #14814: Clean out an obsolete property and method...
2012-05-26 Nick CoghlanIssue #14814: Cleanup ipaddress header comments
2012-05-26 Nick CoghlanIssue #14814: In the spirit of TOOWTDI, ditch the redun...
2012-05-26 Hynek Schlawack#14814: Some PEP8 adjustments and dead code weeding
2012-05-26 Georg BrandlAdd missing versionadded.
2012-05-26 R David Murray#665194: Add a localtime function to email.utils.
2012-05-26 R David Murray#12586: Fix a small oversight in the new email policy...
2012-05-26 Vinay SajipMerged upstream changes.
2012-05-26 Vinay SajipImplemented PEP 405 (Python virtual environments).
2012-05-26 R David MurrayAdd news entries for #14731 and #12586.
2012-05-26 R David Murray#12586: Expand What's New email entry with provisional...
2012-05-26 Vinay SajipUpdated .hgeol for additional binaries.
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...
next