]> granicus.if.org Git - python/shortlog
python
2010-07-03 Victor StinnerIssue #7673: Fix security vulnerability (CVE-2010-2089...
2010-07-03 Benjamin Petersonfix date
2010-07-03 Benjamin Petersonadd 2.7 to the license list
2010-07-03 Jesse NollerSubmit patch for bug 9144; broken imports due to r81380
2010-07-03 Georg BrandlAdd link to bytecode docs.
2010-07-03 Georg BrandlAdd missing target.
2010-07-03 Mark DickinsonFix typo in sys.float_info docs.
2010-07-03 Georg BrandlUse internal links.
2010-07-03 Georg BrandlFix role name.
2010-07-03 Ezio MelottiUpdate whatsnew/2.7.rst, add a few links and fix a...
2010-07-03 Alexander BelopolskyRevert r81681 (issue 8810).
2010-07-02 Benjamin Petersondon't require the presence of __getformat__ or __setfor...
2010-07-02 Ezio Melotti#9139: the thousands separator is new in 2.7. Also...
2010-07-02 Ezio Melotti#9139: Add examples for str.format().
2010-07-02 Eric SmithMoved period outside paren, where it belongs.
2010-07-02 Benjamin Petersonadd space
2010-07-02 Mark DickinsonClarify sys.float_info documentation.
2010-07-02 Nick CoghlanIssue 8202 actually caused an unintended behavioural...
2010-07-02 Nick CoghlanFix a couple of minor nits in What's New before the...
2010-07-02 Georg BrandlGrammar and markup fixes.
2010-07-01 Benjamin Petersontrunc does use the special method, though
2010-07-01 Benjamin Petersonfix fixer name
2010-07-01 Benjamin Petersonremove docs about delegating to special methods; it...
2010-06-30 Benjamin Petersonan AttributeError is perfectly acceptable here
2010-06-30 Giampaolo Rodolàfix issue #6589: cleanup asyncore.socket_map if smtpd...
2010-06-30 Benjamin Petersonmark test depending on ref counting
2010-06-30 Mark DickinsonIssue #9125: Update parser module for "except ......
2010-06-30 Mark DickinsonUpdate Demo/parser directory; backport unparse fixes...
2010-06-29 Mark DickinsonIssue #1789: clarify that the 'size' column in struct...
2010-06-29 Benjamin Petersongroup cStringIO docs under its factory function
2010-06-29 Vinay SajipAdded information about pickle security and SocketHandler.
2010-06-29 Senthil KumaranDocumentation Fix: urllib.urlopen.info uses mimetools...
2010-06-29 Mark DickinsonSpelling.
2010-06-28 Mark Dickinsonunparse.py: fix mispaced parentheses in chained compar...
2010-06-28 Mark DickinsonSet svn:eol-style on test_unparse.py.
2010-06-28 Mark DickinsonFix typo in test_unparse.py.
2010-06-28 Mark DickinsonFix some shallow bugs in Demo/parser/unparse.py, and...
2010-06-28 Senthil KumaranDocumentation correction. urllib2.urlopen.info returns...
2010-06-28 Benjamin Petersonfix skipping condition
2010-06-28 Benjamin Petersontestcapi tests are definitely cpython only
2010-06-28 Senthil KumaranFix Issue8653 - Docstring for urlunsplit function.
2010-06-28 Senthil KumaranFix issue3428 - Document HTTPMessage class.
2010-06-28 Benjamin Petersonremove unused last argument to property_copy
2010-06-27 Benjamin Petersonmark tracking tests as implementation details
2010-06-27 Ronald OussorenFix for Issue8883: without this patch test_urllib will...
2010-06-27 Ronald OussorenThe uuid library on OSX 10.5 seems to contain the same...
2010-06-27 Ronald OussorenTwo small fixes for the support for SDKs on MacOSX:
2010-06-27 Georg BrandlUntabify.
2010-06-27 Georg BrandlTwo typos.
2010-06-27 Georg BrandlFix URL.
2010-06-27 Georg BrandlUse designated syntax for optional grammar element.
2010-06-27 Georg BrandlConfusing punctuation.
2010-06-26 Alexander BelopolskyIssue 9024: Added :cdata: tag to PyDateTimeAPI
2010-06-26 Ezio MelottiFix extra space.
2010-06-26 R. David Murray#9085: email versions have gotten out of sync, 2.7...
2010-06-26 R. David MurrayFix indentation in recently added test.
2010-06-26 Alexander BelopolskyIssue #9024: Fixed mark-up for PyDateTime_IMPORT macro...
2010-06-26 R. David Murray#4640: add a test to optparse that proves issue is...
2010-06-25 Benjamin Petersonmark implementation detail as such
2010-06-25 Benjamin Petersonthis must be a typo
2010-06-25 Benjamin Petersonmark implementation detail as such
2010-06-25 Mark DickinsonFix indentation of Python code example in C comment.
2010-06-25 Antoine PitrouIssue #9075: In the ssl module, remove the setting...
2010-06-24 Stefan KrahIssue #9020: The Py_IS* macros from pyctype.h should...
2010-06-24 Benjamin Petersonprevent assignment to set literals
2010-06-24 Benjamin Petersonremove reverted changed
2010-06-23 Benjamin Petersoncpython only gc tests
2010-06-23 Stefan KrahIssue #8930: Remaining indentation fixes after the...
2010-06-22 Antoine PitrouFix misindents in compile.c (for Benjamin).
2010-06-22 Benjamin Petersonmark ref counting as impl detail
2010-06-22 Benjamin Petersonmust force gc here
2010-06-22 Benjamin Petersonbump revision
2010-06-22 Benjamin Petersonspacing nit; this isn't C
2010-06-22 Benjamin Petersonremove INT_MAX assertions; they can fail with large...
2010-06-22 Benjamin Petersonkeep UserDict an old-style class
2010-06-22 Ronald OussorenThe code in _scproxy (a mac specific helper module to
2010-06-22 Ronald OussorenFix for issue8446:
2010-06-21 Benjamin Petersontowards final release
2010-06-21 Benjamin Petersontag 2.7rc2
2010-06-21 Benjamin Petersonbump verson to 2.7rc2 v2.7rc2
2010-06-21 Benjamin Petersonupdate pydoc-topics
2010-06-21 Benjamin Petersonfix finding visual studio 2008 on 64 bit #8854
2010-06-21 Thomas HellerAdd tests for problems reported in issue 8959.
2010-06-21 Thomas HellerFix #8959 by reverting revision 80761.
2010-06-20 Andrew M. KuchlingNote that Python 3.x isn't covered; add forward ref...
2010-06-20 Mark DickinsonMerge test_strtod and test_float string-to-float conver...
2010-06-20 Benjamin Petersonupdate emacs section
2010-06-18 Jean-Paul CalderoneRevert r60115
2010-06-17 Florent XiclunaAdd few words about test.test_genericpath.CommonTest
2010-06-17 Senthil KumaranFix Issue4452 - Incorrect docstring of os.setpgrp
2010-06-17 R. David Murray#8720: fix inspect regression by teaching getsourcefile...
2010-06-16 Senthil KumaranAddressing RDM's review comments on the doc change.
2010-06-16 Senthil KumaranFix Issue8937 - SimpleHTTPServer should contain usage...
2010-06-15 Mark DickinsonIssue #8469: Further clarifications and improvements...
2010-06-15 Andrew M. KuchlingAdd another bunch of items
2010-06-14 Georg Brandl#8993: fix reference.
2010-06-13 Mark DickinsonEzio Melotti was missing from Misc/ACKS.
2010-06-13 Mark DickinsonAdd Éric Araujo to Misc/ACKS for doc work and many...
2010-06-13 Mark DickinsonIssue #8986: erfc was raising OverflowError on Linux...
2010-06-13 Nick CoghlanRevert r80580 due to some unintended side effects....
next