]> granicus.if.org Git - python/shortlog
python
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...
2011-01-09 Antoine PitrouIssue #10872: The repr() of TextIOWrapper objects now...
2011-01-09 Martin v. LöwisAdd Ned Deily.
2011-01-09 Łukasz Langa#10874: test_urllib2 shouldn't use `is` operator for...
2011-01-09 Georg Brandl#10871: "file" does not exist anymore in Python 3....
2011-01-09 Georg BrandlWrap some long examples and signatures.
2011-01-09 Georg BrandlAdd missing line.
2011-01-09 Georg Brandl#10869: do not visit root node twice in ast.increment_l...
2011-01-09 R. David Murray#5871: protect against header injection attacks.
2011-01-08 Raymond HettingerIssue #10357: Clarify what it means to be a mapping.
2011-01-08 Georg Brandlzlib only works with bytes objects.
2011-01-08 Alexander BelopolskyFixed documentation to reflect recent changes for years...
2011-01-08 Victor StinnerNEWS: merge #1777412 and #10827 entries
2011-01-08 Victor StinnerIssue #1777412: document the change in the NEWS file
2011-01-08 Raymond HettingerMarkup fix
2011-01-08 Antoine PitrouAdd EHOSTUNREACH ('No route to host') to the errnos...
2011-01-08 Raymond HettingerIssue 9717: Segregate and improve the documentation...
2011-01-08 Antoine PitrouFix test_ssl after r87849
2011-01-08 Antoine PitrouIssue #10859: Make `contextlib.GeneratorContextManager...
2011-01-08 Georg Brandl#10855: document close() semantics of wave objects.
2011-01-08 Raymond HettingerIssue 10533: Need example of using __missing__.
2011-01-08 Raymond HettingerIssue #10813: Small improvement to decimal money format...
2011-01-08 Raymond HettingerIssue #10042: Fixed the total_ordering decorator to...
2011-01-08 Victor StinnerIssue #10864: limit year to [1; 9999] for strftime...
2011-01-08 Victor Stinnertest_ssl: test SHA256 using sha256.tbs-internet.com...
2011-01-08 Victor StinnerIssue #1777412: Remove all limits on tm_year from time...
2011-01-08 Victor StinnerIssue #1777412: fix test_time for Mac OS X and OpenIndiana
2011-01-08 Victor StinnerIssue #1777412: test large years value for strftime...
2011-01-08 Victor StinnerIssue #1777412: strftime() accepts year >= 1 instead...
2011-01-08 Alexander BelopolskyFixed error handling branches. Thanks
2011-01-08 Alexander BelopolskyIssue #1777412: extended year range of strftime down...
2011-01-07 R. David Murray#10686: recode non-ASCII headers to 'unknown-8bit'...
2011-01-07 R. David MurrayFix formatting of values with embedded newlines when...
2011-01-07 Raymond HettingerRevert r87821 which moved the source link to the wrong...
2011-01-07 Antoine PitrouPut NEWS entry in the right section.
2011-01-07 Antoine PitrouIssue #8020: Avoid a crash where the small objects...
2011-01-07 Raymond HettingerRevert r87823 which moved the source link to the wrong...
2011-01-07 Raymond HettingerUpdate the digest of PEP 3333 based on comments for...
next