]> granicus.if.org Git - python/shortlog
python
2011-01-16 Antoine PitrouGet proper credit
2011-01-16 Antoine PitrouFix misindent
2011-01-16 Antoine PitrouBetter description of SSL-related changes
2011-01-16 Georg BrandlRewrap and punctuation consistency.
2011-01-16 Nick CoghlanAdd missing NEWS entry for r87948
2011-01-16 Raymond HettingerClean-up comment.
2011-01-16 Raymond HettingerRemove out-of-date comment
2011-01-16 Georg BrandlFix two small issues.
2011-01-16 Georg BrandlPost-release updates.
2011-01-15 Martin v. LöwisPackage zip_cp437_header.zip.
2011-01-15 Georg BrandlTagging 3.2rc1.
2011-01-15 Antoine PitrouFix mmap and test_mmap under Windows too (followup... v3.2rc1
2011-01-15 Georg BrandlBump to 3.2rc1.
2011-01-15 Georg BrandlFix "make suspicious" errors and update ignore file.
2011-01-15 Georg BrandlFix a few doc errors, mostly undefined keywords.
2011-01-15 Georg BrandlUpdate to 1.0.7.
2011-01-15 Georg BrandlUpdate pydoc topics.
2011-01-15 Antoine PitrouIssue #10916: mmap should not segfault when a file...
2011-01-15 Antoine PitrouNits
2011-01-15 Antoine PitrouIssue #10913: Deprecate misleading functions PyEval_Acq...
2011-01-15 Antoine PitrouReword and restructure the GIL API doc
2011-01-15 Antoine PitrouAdd mention of how to switch interpreters
2011-01-15 Antoine PitrouImprove description of issues
2011-01-15 Antoine PitrouRestructure a bit
2011-01-15 Antoine PitrouStandard streams use file descriptors, not FILE pointers.
2011-01-15 Antoine PitrouAvoid ResourceWarnings in ccbench
2011-01-15 Antoine PitrouFix the GIL with subinterpreters. Hopefully this will...
2011-01-15 Eli BenderskyIssue #10912: Clarify the documentation of PyObject_Ric...
2011-01-15 Ned DeilyAdd self to mac platform area in maintainers.rst.
2011-01-15 Ned DeilyRemove spurious copy of Mac/IDLE/idlemain.py left over...
2011-01-15 Ned Deily#10843: Update third-party library versions used in...
2011-01-15 Ned Deily#10843: Install the Tools directory on OS X in the...
2011-01-15 Ned Deily#10907: Update OS X installer build README to better...
2011-01-15 Ned Deily#10907: Warn OS X 10.6 IDLE users to use ActiveState...
2011-01-14 Victor StinnerIssue #4953: add the author of the patch
2011-01-14 Victor Stinnerurllib doc: add versionchanged sections for parse_qs...
2011-01-14 Victor Stinnercgi: use isinstance(x, list) instead of type(x) ==...
2011-01-14 Victor StinnerIssue #4953: cgi.FieldStorage and cgi.parse() parse...
2011-01-14 Victor Stinnertest_urlparse: add tests for encoding and errors arguments
2011-01-14 Victor StinnerAdd encoding and errors arguments to urllib.parse_qs...
2011-01-14 Eli BenderskyIssue #10902: Fix reference to run* methods
2011-01-14 Eli BenderskyRemove call to nonexisting function (relic from Python...
2011-01-13 Alexander BelopolskyIssue #9268: Documented -m pickletools usage.
2011-01-13 Raymond HettingerIssue 10899: Remove function type annotations from...
2011-01-13 Raymond HettingerIssue #10899: Move function type annotations into...
2011-01-13 Georg BrandlFix the example output of count().
2011-01-13 Georg BrandlAdd semicolon for consistency.
2011-01-13 Georg BrandlMore PEP 8: no space around "=" in argument lists.
2011-01-13 Benjamin Petersonplug reference leak
2011-01-13 Raymond HettingerIssue 10899: Remove function type annotations from...
2011-01-13 Raymond HettingerIssue 10899: Remove function type annotations from...
2011-01-12 Raymond HettingerIssue #10899: No function type annotations in the stand...
2011-01-12 Antoine PitrouFix test_bigaddrspace (some tests didn't trigger the...
2011-01-12 Antoine PitrouA better message again
2011-01-12 Antoine PitrouMore informative skip message in @bigaddrspace
2011-01-12 Antoine PitrouFix @bigmemtest when no limit is given by the user...
2011-01-12 Antoine PitrouMake test skipping message nicer, and remove the rather...
2011-01-12 Raymond HettingerRemove the funky function annotation from numbers.py.
2011-01-12 Antoine PitrouFix the expected memory use of utf-8 encoding. Also...
2011-01-12 Raymond HettingerRemove function annotations that slipped into _abcoll.
2011-01-12 Benjamin Petersonuse PyErr_SetString instead of PyErr_Format
2011-01-12 Antoine PitrouIssue #10822: Fix test_posix:test_getgroups failure...
2011-01-12 Alexander BelopolskyIssue #10225: Fixed the simple mistakes in doctests.
2011-01-12 Benjamin Petersondon't segfault on deleting __abstractmethods__ #10892
2011-01-12 Benjamin Petersonoops, wrong class
2011-01-12 Benjamin Petersonmove this test to test_descr; it's not abc specific
2011-01-12 Benjamin Petersonfix weirdly ambigious sentence
2011-01-12 Nick CoghlanIssue 10889: Support slicing and indexing of large...
2011-01-12 Raymond HettingerRevert r87946. The virtues of readability and of examp...
2011-01-11 Terry ReedyIssue #10225: Correct interactive Doc/howto/sorting...
2011-01-11 Raymond HettingerAdd comment.
2011-01-11 Alexander BelopolskyIssue #5109: array.array constructor will now use fast...
2011-01-11 Raymond HettingerUpdate the email section
2011-01-11 Raymond HettingerUpdate the datetime and time section.
2011-01-11 Raymond HettingerClean-up threading.Barrier example.
2011-01-11 Raymond HettingerAdd entry for Barrier objects.
2011-01-11 Eric SmithTypo.
2011-01-11 Nick CoghlanIssue 10556: test_zipimport_support implicitly imports...
2011-01-11 Raymond HettingerAdd a todo.
2011-01-11 Nick Coghlandevelopers.txt entry for Eli (at Brett's request)
2011-01-11 Alexander BelopolskyThis should fix mktime test on Windows
2011-01-11 Alexander BelopolskyMake mktime test more robust.
2011-01-11 Alexander BelopolskyIssue #1726687: time.mktime() will now correctly comput...
2011-01-11 Victor StinnerIssue #9611: remove useless and dangerous explicit...
2011-01-10 Raymond HettingerFix typos and markup.
2011-01-10 Alexander BelopolskyImproved footnote for the %Y directive slightly.
2011-01-10 Alexander BelopolskyImproved description of %Y directive.
2011-01-10 Terry ReedyIssue #10875: Update Regular Expression HOWTO; last...
2011-01-10 Victor StinnerIssue #9566: Fix pyparse.xmlparser.ParseFile()
2011-01-10 Alexander BelopolskyIssue #2568: Removed bogus rationale for supporting...
2011-01-10 Ned Deily#10820: Fix OS X framework installs to support version...
2011-01-10 Alexander BelopolskyRemoved time.ctime from the list of functions that...
2011-01-10 Alexander BelopolskyAdded entries about removal of year 1900 limit.
2011-01-10 Terry ReedyIssue #10875: Update Regular Expression HOWTO; patch...
2011-01-10 Raymond HettingerMisspelling.
2011-01-10 Raymond HettingerMissed two source links
2011-01-10 Raymond HettingerSeparate source link from main text.
2011-01-10 Alexander BelopolskyFixed a footnote reference
2011-01-10 Raymond HettingerFix typos.
2011-01-10 Raymond HettingerMove source links to consistent location and remove...
next