]> granicus.if.org Git - python/shortlog
python
2011-01-20 Raymond HettingerAdd more examples
2011-01-20 Brett CannonMove maintainers.rst into the devguide and rename it...
2011-01-19 Brett CannonRename AIX-NOTES to something that follows the conventi...
2011-01-19 Georg Brandl#10944: add c_bool to types table.
2011-01-19 Alexander BelopolskyIssue #10934: Fixed and expanded Internaldate2tuple...
2011-01-19 Antoine PitrouIssue #10898: Allow compiling the posix module when...
2011-01-19 Raymond HettingerFix markup.
2011-01-19 Georg BrandlSuppress trailing spaces in table paragraphs.
2011-01-19 Raymond HettingerExpand entry for pydoc.
2011-01-19 Raymond HettingerImprove looks by replacing a bullet list with a table.
2011-01-19 Raymond HettingerAdd examples for inspect.
2011-01-19 Brett CannonKlocwork scan site no longer available.
2011-01-18 David MalcolmFix typo in example of barrier timeouts from r88102
2011-01-18 Raymond HettingerExpand barrier example to show time-outs.
2011-01-18 Raymond HettingerMissing word.
2011-01-18 Raymond HettingerReword the OrderedDict entry to emphasize the default...
2011-01-18 Antoine PitrouIssue #10451: memoryview objects could allow to mutate...
2011-01-18 Raymond HettingerTypos.
2011-01-18 Raymond HettingerMore nits.
2011-01-18 Raymond HettingerNits.
2011-01-18 Raymond HettingerMore nits.
2011-01-18 Raymond HettingerAdd example for the abc module.
2011-01-18 Raymond HettingerNits.
2011-01-17 Benjamin Petersonvery out of date file
2011-01-17 Raymond HettingerAdd an import to the logging example
2011-01-17 Raymond HettingerThe example for configparser was weird.
2011-01-17 Raymond HettingerBeautify code examples.
2011-01-17 Raymond HettingerWording nits.
2011-01-17 Raymond HettingerFix-up the XXX for importlib.abc.
2011-01-17 Raymond HettingerTidy-up the ssl section.
2011-01-17 Brett CannonShort README on gdb support.
2011-01-17 Raymond HettingerNote that two-phase cyclic barriers are suitable for...
2011-01-17 Benjamin Petersonremove unneeded assertion
2011-01-17 Benjamin Petersoncorrect assertion
2011-01-17 Benjamin Petersonturn some checks into assertions, since they are implie...
2011-01-16 Brett CannonPlaceholder sentence pointing out that imoprtlib has...
2011-01-16 Matthias Kloserangeobject.c (compute_slice_indices): Make function...
2011-01-16 Antoine PitrouMention deprecation of PyEval_{Acquire,Release}Lock().
2011-01-16 Antoine PitrouMore SSL-related stuff
2011-01-16 Antoine PitrouMention HTTP 0.9's partial demise.
2011-01-16 Antoine PitrouMention the new context parameter to FTP_TLS, and the...
2011-01-16 Raymond HettingerIssue 10889: Added entry for handling of indexing and...
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.
next