]> granicus.if.org Git - python/shortlog
python
2010-05-28 Benjamin Peterson2to3 doesn't fix test_support #6583
2010-05-28 Benjamin Petersonremove non-ascii coding per PEP 8
2010-05-27 Victor StinnerIssue #8835: test_support.transient_internet() catchs...
2010-05-27 Andrew M. KuchlingAdd item
2010-05-27 Alexander BelopolskyIssue #7150: Raise OverflowError if the result of addin...
2010-05-27 Andrew M. KuchlingRemove top-level 'General Questions' section, pushing...
2010-05-27 Andrew M. KuchlingRewrite wxWidgets section
2010-05-26 Alexander BelopolskyAdded Andrej Krpic. (Thanks for issue #7879 patch.)
2010-05-26 Alexander BelopolskyIssue #7879: Skip negative timestamps test on any Windo...
2010-05-26 Alexander BelopolskyIssue #7879: Do not test negative timestamps on any...
2010-05-26 Mark DickinsonIssue #8825: additional testcases for int(string, 0...
2010-05-26 Victor StinnerIssue #7449: Skip test_socketserver if threading suppor...
2010-05-25 Victor StinnerIssue #3798: Write sys.exit() message to sys.stderr...
2010-05-25 Martin v. LöwisAdd Alexander Belopolsky.
2010-05-25 Mark DickinsonFix a NameError in test_enumerate.
2010-05-25 Mark DickinsonIssue #8816: Extra tests for some built-in functions...
2010-05-25 R. David MurrayIssue 8818: urlparse/urlsplit keyword is 'scheme',...
2010-05-25 R. David MurrayIssue 8143: sync unquote in urlparse with urllib; add...
2010-05-25 Brian CurtinFix #2810 - handle the case where some registry calls...
2010-05-25 Andrew M. KuchlingAdd three items
2010-05-25 Brett CannonMake the contributor list alphabetical again.
2010-05-25 Benjamin Petersoncorrect default docs
2010-05-24 Benjamin Petersonset svn:eol-style
2010-05-24 Georg Brandl#8616: update module name
2010-05-24 Victor StinnerAdd the author of the last fix (Issue #6662)
2010-05-24 Victor StinnerIssue #6662: Fix parsing of malformatted charref (...
2010-05-24 Georg Brandl#8016: add the CP858 codec (approved by Benjamin)....
2010-05-24 Steven BethardFix default value for version help. Approved by Benjami...
2010-05-24 Steven Bethardargparse documentation updates (including updates to...
2010-05-23 Georg Brandl#1436346: make it more obvious that timetuple[7] is...
2010-05-22 Georg BrandlNEWS rewrap and punctuation consistency.
2010-05-22 Benjamin PetersonMerged revisions 80937,81478 via svnmerge from
2010-05-22 Victor StinnerFix my last commit (r81471) about codecs
2010-05-22 Victor StinnerIssue #6268: More bugfixes about BOM, UTF-16 and UTF-32
2010-05-22 Georg Brandl#8635: document enumerate() start parameter in docstring.
2010-05-22 Georg BrandlUnderscore the name of an internal utility function.
2010-05-22 Georg BrandlIssue #3924: Ignore cookies with invalid "version"...
2010-05-22 Georg Brandl#8785: less confusing description of regex.find*.
2010-05-22 Victor StinnerIssue #6268: Fix seek() method of codecs.open(), don...
2010-05-21 Victor StinnerIssue #5640: Fix Shift-JIS incremental encoder for...
2010-05-21 Georg Brandl#8709: mention Windows support for os.devnull.
2010-05-21 Georg Brandltypo
2010-05-21 Georg BrandlCorrect info for Semaphore.acquire() semantics under...
2010-05-21 Benjamin Petersonsimplify and modernize updatecache()
2010-05-21 Benjamin Petersonremove debugging rubish
2010-05-21 Benjamin Petersonensure the last line has a trailing newline #8782
2010-05-21 Georg Brandl#8707: remove duplicate paragraph part.
2010-05-21 Benjamin Petersonfix name
2010-05-21 Benjamin Petersonuse addCleanup
2010-05-21 Georg BrandlAdd missing parameter in SimpleXMLRPCServer signature.
2010-05-21 Georg Brandltypo
2010-05-21 Benjamin Petersonreturn NotImplemented from Mapping when comparing to...
2010-05-21 Georg Brandl#8783: replace link to now dead hash collision FAQ.
2010-05-21 Vinay SajipUpdated logging documentation with more dictConfig...
2010-05-21 Antoine PitrouIssue #5753: A new C API function, :cfunc:`PySys_SetArg...
2010-05-20 Benjamin Petersonfix extra 't' #8778
2010-05-20 Brett CannonTurned out that if you used explicit relative import...
2010-05-20 Victor Stinnerlibpython.py: fix support of non-BMP unicode characters
2010-05-19 Tarek Ziadé#8759: Fixed user paths in sysconfig for posix and...
2010-05-19 Stefan KrahFix typo.
2010-05-19 Stefan KrahFix typos in docstrings.
2010-05-19 Ezio MelottiFix typo in argparse doc.
2010-05-18 Giampaolo RodolàFix issue #8573 (asyncore._strerror bug): fixed os...
2010-05-18 Senthil KumaranDoc Fix. Correct link to Zephyr ASDL Abstract page.
2010-05-18 Vinay SajipFixed minor typo in ReST markup.
2010-05-18 Senthil KumaranFix minor typo.
2010-05-17 Antoine PitrouIssue #7079: Fix a possible crash when closing a file...
2010-05-17 Florent XiclunaIssue #1285086: Speed up urllib.quote and urllib.unquot...
2010-05-17 Tarek Ziadéupgraded distutils docs w.r.t. the manifest regeneration
2010-05-17 Florent XiclunaSlight style cleanup.
2010-05-17 Tarek ZiadéFixed #8688: Distutils now recalculates MANIFEST everytime.
2010-05-16 Andrew M. KuchlingAdd cross-reference to later section
2010-05-16 Antoine PitrouClear the OpenSSL error queue each time an error is...
2010-05-16 Antoine PitrouDocument that SSL v2 is insecure.
2010-05-16 Victor StinnerUse with open() as fo: ... instead of try: fo = open...
2010-05-15 Victor StinnerUse 4-spaces for indentation (instead of tabs) in pgen...
2010-05-15 Victor Stinnerreindent _cursesmodule.c
2010-05-15 Amaury Forgeot... Remove unused variable, and fix a compilation warning...
2010-05-15 Victor StinnerNEWS: strip trailing spaces
2010-05-15 Benjamin Petersonuse TestCase skip method
2010-05-15 Stefan KrahIf the timeout is exceeded, count the tests as skipped...
2010-05-14 Victor StinnerFix regression introduced by r81154 (Issue #5099, subpr...
2010-05-14 Victor StinnerIssue #8711: add paragraph titles to c-api/unicode.rst
2010-05-14 Victor StinnerDoc: replace PEP xxx by :pep:`xxx` to create a link...
2010-05-14 Brett Cannonsubprocess.Popen.__del__ referenced global objects...
2010-05-13 Brett Cannontest_site was failing under darwin for non-framework...
2010-05-13 Florent XiclunaRevert changeset r81150 which helped diagnose issue...
2010-05-13 Florent XiclunaImprove test feedback to troubleshoot issue #8423 on...
2010-05-13 Florent XiclunaBetter test skipping, with message in the log.
2010-05-13 Benjamin Petersonrip out mention of types.ListType #8703
2010-05-13 Florent XiclunaRevert the additional OS X information (r81140). Keep...
2010-05-13 Florent XiclunaAdd sensible information about the OS X platform to...
2010-05-13 Victor StinnerFix verb tense in skip message.
2010-05-13 Victor StinnerIssue #8422, test_genericpath: skip the creation of...
2010-05-13 Senthil KumaranFix Issue8657 - adding git and git+ssh as know schemes.
2010-05-12 Mark DickinsonFix unused variable in test_factorial.
2010-05-12 Andrew M. Kuchling#8696: add documentation for logging.config.dictConfig...
2010-05-12 Antoine PitrouImprove _ssl.c formatting
2010-05-12 Andrew M. KuchlingGrammar fix
2010-05-12 Fred Drake- clarify Attr.name comment on the presence of colons...
next