]> granicus.if.org Git - python/shortlog
python
2012-05-29 Brian CurtinFix #14943. Merge 3.2
2012-05-29 Brian CurtinFix #14943. Update the proper default value and list...
2012-05-29 Vinay SajipReapplied skip logic for test on Windows, which appears...
2012-05-29 Vinay SajipUpdated test to reflect renamed file.
2012-05-29 Ned DeilyIssue #10997: merge from 3.2
2012-05-29 Ned DeilyIssue #10997: Prevent a duplicate entry in IDLE's ...
2012-05-29 R David Murray#14796: improve calendar test coverage.
2012-05-29 Victor StinnerIssue #14744: Fix compilation on Windows (part 2)
2012-05-29 Victor StinnerIssue #14744: Fix compilation on Windows
2012-05-29 R David Murray#10839: add new test file that was omitted from checkin
2012-05-29 R David Murray#10839: raise an error on add of duplicate unique heade...
2012-05-29 Eli Benderskymerge heads
2012-05-29 Eli BenderskyIssue #14007: make TreeBuilder an actual type exposed...
2012-05-29 Vinay SajipMerged upstream changes.
2012-05-29 Vinay SajipAdded pyvenv docs to 'Python Setup and Usage' section.
2012-05-29 Victor StinnerIssue #14744: Use the new _PyUnicodeWriter internal...
2012-05-29 Victor StinnerPyArg_Parse*("U"): ensure that the Unicode string is...
2012-05-29 Richard OudkerkUse Python 3.x-style keyword only arg in Array()
2012-05-29 Richard OudkerkRemove __getslice__, __setslice__, __delslice__ methods...
2012-05-29 Vinay SajipRemoved pysetup3.exe executable.
2012-05-29 Hynek Schlawack#14835: Make plistlib output empty arrays & dicts like...
2012-05-29 Eli BenderskyIssue 14814: Add namespaces keyword arg to find(*)...
2012-05-29 R David MurrayRefactor test_email/test_pickleable and add tests for...
2012-05-29 R David MurrayRegularize test_email/test_headerregistry's references...
2012-05-29 R David MurrayRefactor test_email/test_defect_handling.
2012-05-28 Richard OudkerkIssue #14930: Make memoryview objects weakrefable.
2012-05-28 Antoine PitrouIssue #14775: Fix a potential quadratic dict build...
2012-05-28 Antoine PitrouIssue #14775: Fix a potential quadratic dict build...
2012-05-28 Meador IngeIssue #9041: raised exception is misleading
2012-05-28 Meador IngeIssue #9041: raised exception is misleading
2012-05-28 Vinay SajipFixed typo.
2012-05-28 Vinay SajipTweaked tests to use launcher executable name on OS X.
2012-05-28 Vinay SajipAdded python3 symlink; removed Distribute-related code...
2012-05-28 Nick CoghlanMerge from 3.2
2012-05-28 Nick CoghlanIssue #14443: Tell rpmbuild to use the correct version...
2012-05-28 Ned DeilyIssue #14660: Install namespace_pkgs test directories...
2012-05-28 Terry Jan ReedyMerge 3.2 #14929
2012-05-28 Terry Jan ReedyIssue14929: Stop Idle 3.x from closing on Unicode decod...
2012-05-28 R David Murray#12515: email now registers a defect if the MIME end...
2012-05-28 Terry Jan Reedymerge heads
2012-05-28 Terry Jan ReedyMerge 3.2 closes #12510
2012-05-28 Terry Jan ReedyIssue12510: Attempting to get invalid tooltip no longer...
2012-05-28 R David MurrayNews item for #1672568.
2012-05-28 R David Murray#1672568: email now registers defects for base64 payloa...
2012-05-28 R David Murray#14925: email now registers a defect for missing header...
2012-05-27 R David MurrayNull merge of email doc patch already applied to this...
2012-05-27 R David Murray#11785: fix the :mod: references in email package submo...
2012-05-27 R David Murray#11785: fix the :mod: references in email package submo...
2012-05-27 R David MurrayMake headerregistry fully part of the provisional api.
2012-05-27 Vinay SajipChanged executable name computation in test_venv to...
2012-05-27 Vinay SajipRefined venv tests.
2012-05-27 R David MurrayAdd '__all__' to _encoded_words and mark QByteMap as...
2012-05-27 Vinay SajipFixed _sys_home computation and added diagnostics for...
2012-05-27 Nick CoghlanClose #14857: fix regression in references to PEP 3135...
2012-05-27 Nick CoghlanTweak importlib._bootstrap to avoid zero-argument super...
2012-05-27 Georg BrandlFix markup.
2012-05-27 Terry Jan ReedyMerge with 3.2 #10635 whitespace
2012-05-27 Terry Jan Reedy#10365 Trim trailing whitespace
2012-05-27 Terry Jan ReedyMerge with 3.2
2012-05-27 Terry Jan ReedyIssue #10365: File open dialog now works instead of...
2012-05-26 Richard OudkerkMake multiprocessing's shared memory use memoryview...
2012-05-26 Terry Jan ReedyMerge Issue #14876: Use user-selected font for highligh...
2012-05-26 Terry Jan ReedyIssue #14876: Use user-selected font for highlight...
2012-05-26 Vinay SajipMerged upstream changes.
2012-05-26 Vinay SajipAddressed some buildbot errors and comments on the...
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...
next