]> granicus.if.org Git - python/shortlog
python
2010-06-04 Stefan KrahDetect missing ldd on all systems.
2010-06-04 Sean ReifscheiderIssue8810: Clearing up docstring for tzinfo.utcoffset.
2010-06-03 Vinay SajipIssue #8890: Documentation changed to avoid reference...
2010-06-03 Benjamin Petersonuse a set for membership testing
2010-06-03 R. David Murray#8889: rewrite transient_internet so we don't use EAI_N...
2010-06-03 R. David Murray#5610: use \Z not $ so we don't eat extra chars when...
2010-06-03 Stefan KrahUse compiler rather than compiler_obj. Thanks Michael...
2010-06-03 Stefan KrahIssue #7384: If the system readline library is linked...
2010-06-03 Lars GustäbelIssue #8741: Fixed the TarFile.makelink() method that...
2010-06-03 Lars GustäbelIssue #8833: tarfile created hard link entries with...
2010-06-03 Ronald OussorenFix for issue #7724: ensure that distutils and python...
2010-06-02 R. David Murray#1368247: make set_charset/MIMEText automatically encod...
2010-06-02 Antoine PitrouIssue #8873: add a documentation note about possible...
2010-06-02 Vinay SajipLogging: improved error reporting for BaseConfigurator...
2010-06-02 Ronald OussorenFix for issue8868: without this patch 'MacOS.WMAvailabl...
2010-06-02 Senthil KumaranFix issue8788 - description of doseq parameter in urlli...
2010-06-01 Brian CurtinFix #8618. Ask the Windows mixer API if there are any...
2010-06-01 Senthil KumaranFix Issue8797 - urllib2 basic authentication fix for...
2010-06-01 Georg BrandlPut docs for RegexObject.search() before RegexObject...
2010-06-01 R. David Murray#7583: clarify discussion of hard tab expansion in...
2010-05-31 Antoine PitrouImprove documentation for getaddrinfo() (part of #8857)
2010-05-30 Mark DickinsonIssue #8748: Fix incorrect results from comparisons...
2010-05-30 Mark DickinsonRemove declaration for unused variable.
2010-05-30 Mark DickinsonIssue #5211: Complete removal of implicit coercions...
2010-05-29 Mark DickinsonUntabify Modules/config.c.in.
2010-05-29 Stefan KrahFix typo
2010-05-29 Antoine PitrouIssue #8840: Make documentation for truncate() clearer
2010-05-29 Georg Brandl#8616: add new turtle demo "nim".
2010-05-28 R. David MurrayMake the ctl-C shutdown of serve.py prettier.
2010-05-28 R. David MurrayMake reference to Generic Attribute Management a hyperlink.
2010-05-28 Brian CurtinFix #8405 for slow buildbots. Remove the sleep on start...
2010-05-28 Martin v. LöwisIssue #1759169: Drop _XOPEN_SOURCE on Solaris.
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...
next