]> granicus.if.org Git - python/shortlog
python
2010-08-30 Vinay Sajiplogging: merged duplicated code in fileConfig and dictC...
2010-08-30 Vinay SajipLogging: removed some old commented out code.
2010-08-30 Giampaolo RodolàFix issue #9711: raise ValueError is SSLConnection...
2010-08-30 Vinay SajipImproved logging.Formatter date/time formatting documen...
2010-08-30 Antoine PitrouIssue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under...
2010-08-30 Benjamin Petersonhandle names starting with non-ascii characters correct...
2010-08-30 Florent Xiclunaremove pointless coding cookies
2010-08-30 Benjamin Petersonremove pointless coding cookie
2010-08-30 Benjamin Petersonrewrite and move open() docs only to functions.rst
2010-08-30 Benjamin Petersonsync open() doc
2010-08-30 Antoine PitrouIssue #9715: improve documentation of the io module
2010-08-29 Giampaolo Rodolàdedent some lines in test_ssl so that they are actually...
2010-08-29 Giampaolo Rodolàin ssl tests rely on IOError.errno rather thanf IOError...
2010-08-29 Giampaolo Rodolàupdate Misc/NEWS to include issue #9706 changes
2010-08-29 Giampaolo RodolàFix issue issue9706: provides a better error handling...
2010-08-29 Giampaolo RodolàRaise ValuError if non-zero flag argument is provided...
2010-08-28 Antoine PitrouIssue #4835: make PyLong_FromSocket_t() and PyLong_AsSo...
2010-08-28 Antoine PitrouIssue #1868: Eliminate subtle timing issues in thread...
2010-08-28 Mark DickinsonIssue #1512791: In setframerate method of Wave_write...
2010-08-28 Martin v. LöwisStop packaging versioncheck.
2010-08-28 Martin v. LöwisReplace cabarc with FCICreate.
2010-08-28 Martin v. LöwisFix various build problems.
2010-08-28 Martin v. LöwisAdd file needed to make distclean.
2010-08-28 Martin v. LöwisIssue #9704: Add zlib files necessary to run configure
2010-08-26 Brett CannonOSError is the exception raised when one tries to creat...
2010-08-26 Georg Brandl#9681: typo.
2010-08-26 Georg Brandl#9689: add links from overview to in-depth class API...
2010-08-26 Senthil KumaranFix Issue8797 - Reset the basic auth retry count when...
2010-08-25 Benjamin Petersonbasicsize and itemsize are Py_ssize_t #9688
2010-08-25 Martin v. LöwisDisable deletion of openssl again.
2010-08-25 Daniel StutzbachIssue 8781: Define SIZEOF_WCHAR_T on Windows
2010-08-25 Benjamin Petersonapparently this test should be gated, too
2010-08-25 Benjamin Petersonthis test is only valid when sizeof(wchar) == Py_UNICOD...
2010-08-25 Victor StinnerFix test_sys: set LC_ALL instead of LANG
2010-08-25 Martin v. LöwisIssue #1027206: getnameinfo is now restricted to numeri...
2010-08-25 R. David Murray#1194222: make parsedate always return RFC2822 four...
2010-08-25 Victor StinnerDisable test_undecodable_code() of test_sys on Windows
2010-08-24 Victor StinnerFix test_sys for FreeBSD, Solaris and Mac OS X
2010-08-24 Daniel StutzbachIssue 8781: On systems a signed 4-byte wchar_t and...
2010-08-24 Benjamin Petersonremove parens
2010-08-24 Brett CannonFix a bug where an attribute was lacking an object...
2010-08-24 Benjamin Petersonfurther clarify
2010-08-24 Daniel StutzbachIssue 8750: Fixed MutableSet's methods to correctly...
2010-08-24 Benjamin Petersontabbing no longer applicable
2010-08-24 Brian CurtinFix #7579. Add docstrings to msvcrt and adjust some...
2010-08-24 Benjamin Petersononly catch AttributeError in hasattr() #9666
2010-08-23 Giampaolo Rodolàfix issue 9129: adds proper error handling on accept...
2010-08-23 Giampaolo Rodolàfix issue 9601: ftplib now provides a workaround for...
2010-08-23 Benjamin Petersoncleanup imports
2010-08-23 Giampaolo Rodolàfix issue 658749: correctly interprets asyncore's windo...
2010-08-23 Benjamin Petersonreorder and save a comparison
2010-08-23 Vinay SajipIssue #9501: Fixed logging regressions in cleanup code.
2010-08-23 Benjamin Petersonnews note for last change
2010-08-23 Benjamin Petersonrun total_ordering() tests, and fix the function (defau...
2010-08-23 Matthias KloseFix builds with builddir != srcdir, introduced in r83988.
2010-08-23 Martin v. LöwisExplicitly pass socket type and family for getaddrinfo,
2010-08-22 Brett CannonOne of the joys of having test_multiprocessing occasion...
2010-08-22 Brett CannonMake sure that no __pycache__ directory is needlessly...
2010-08-22 Antoine PitrouAdd an import lock test for multithreaded circular...
2010-08-22 Brett CannonWhile not strictly necessary thanks to the odd ABC...
2010-08-22 Brett CannonUnder OS X, history_get from readline returns a const...
2010-08-22 Georg Brandl#9649: fix default value description.
2010-08-22 Daniel StutzbachAdded myself to Misc/maintainers.rst for topics on...
2010-08-22 Martin v. LöwisMention that gethostbyaddr now also supports IDNA.
2010-08-22 Martin v. LöwisIssue #1027206: Support IDNA in gethostbyname, gethostb...
2010-08-22 Vinay SajipUpdated maintainers.rst to reflect correct Roundup...
2010-08-22 Vinay SajipIssue #9512: Made comment more informative.
2010-08-22 Antoine PitrouTest that calls to path hooks and meta_path entries...
2010-08-22 Martin v. LöwisAdd Daniel Stutzbach.
2010-08-22 Raymond HettingerIssue 8403: Don't mask KeyboardInterrupt during peepho...
2010-08-22 Raymond HettingerIssue #9214: Fix set operations on KeysView and ItemsView.
2010-08-21 Georg BrandlRemove usage of rexec in tkinter demo.
2010-08-21 Benjamin Petersonfix old markup
2010-08-21 Giampaolo Rodolàremove obsolete 'import SOCKS' statement
2010-08-21 Benjamin Petersonprovide sample implementations for attrgetter and metho...
2010-08-21 Benjamin Petersonfix more indentation
2010-08-21 Benjamin Petersonindent properly
2010-08-21 Antoine PitrouIssue #9617: Signals received during a low-level write...
2010-08-21 Giampaolo Rodolàfix smtpd.py I accidentally broke in my previous commit
2010-08-21 Giampaolo Rodolàrevert changes made in r84236 committed by accident
2010-08-21 Giampaolo Rodolàfix issue #9129: added proper error handling when accep...
2010-08-21 Senthil KumaranAdd info about HTTP/1.1 and Connection:Close header.
2010-08-21 Marc-André... Fix a typo in the alias target name for 'macintosh'.
2010-08-21 Benjamin Petersonalias macintosh to mac_roman #843590
2010-08-21 Benjamin Petersonspeed hack can be implemented more cleanly by directly...
2010-08-21 Benjamin Petersonuse blank object instead
2010-08-21 Benjamin Petersonremove outdated comment
2010-08-20 Victor StinnerWorkaround issue #8611 in test_undecodable_code() of...
2010-08-20 Victor Stinnertest_undecodable_code(): set locale to C
2010-08-20 Victor Stinnertest_main_invalid_unicode() of test_sys: print string...
2010-08-20 Vinay SajipIssue #7077: Fixed bug in previous fix.
2010-08-20 Tim GoldenRemove long-redundant plat-win from sys.path on Windows
2010-08-19 Vinay SajipIssue #7077: Fixed SysLogHandler implementation of...
2010-08-19 Amaury Forgeot... Add tests for r84209 (crashes in the Ast builder)
2010-08-19 Vinay SajipIssue #9606: Updated documentation for Filter objects.
2010-08-19 Senthil KumaranFix Issue9639 - reset the retry count on successful...
2010-08-19 Amaury Forgeot... Check the return values for all functions returning...
2010-08-19 Victor Stinnertest_pep277: display the filename as ascii on failure
2010-08-19 Victor StinnerSkip test_encodings() of test_os on Windows and Mac...
2010-08-19 Victor Stinnertest_main_invalid_unicode() of test_sys displays stderr...
next