]> granicus.if.org Git - python/shortlog
python
2010-11-01 Alexander BelopolskyIssue #10199: Moved Demo/turtle under Lib/
2010-11-01 Brian CurtinFix ResourceWarning occuring on Windows. Close stdout...
2010-11-01 Steven BethardFix for issue 9355 where with multiple mutually exclusi...
2010-11-01 Steven BethardFix bug 9352 where characters were being lost in parsin...
2010-11-01 Alexander BelopolskyIssue #7061: Simplified a section title.
2010-11-01 Steven BethardGet argparse.__all__ back up to date (issue 9353)
2010-11-01 Brian CurtinClose subprocess pipes to clear ResourceWarning message...
2010-11-01 Steven BethardUnset COLUMNS for test_argparse (and restore afterwards...
2010-11-01 Brian CurtinFix some ResourceErrors.
2010-11-01 Benjamin Petersonfix output for getaddrinfo bug check #7059
2010-10-31 Raymond HettingerIssue #9886: Add a key-function entry to the glossary.
2010-10-31 Raymond HettingerIssue 7402: Improve reduce() example in the python...
2010-10-31 Antoine PitrouIssue #10265: Close file objects explicitly in sunau...
2010-10-31 Raymond HettingerIssue 7447: Improve docs for sum().
2010-10-31 Antoine PitrouNo declarations in the middle of a block (fixes compile...
2010-10-31 Benjamin Petersonset native eol on new files
2010-10-31 Benjamin Petersonset eol-style on new doc files
2010-10-31 Benjamin Petersonclose the source's byte stream
2010-10-31 Benjamin Petersonfix ftplib resource warnings
2010-10-31 Benjamin Petersonfix resource warnings in test_sax #10269
2010-10-31 Benjamin Petersonwrap some things in with blocks
2010-10-31 Benjamin Petersonmore fun with string exceptions
2010-10-31 Benjamin Petersonstring exceptions; how quaint
2010-10-31 Raymond HettingerIssue 10110: Let Queue.put recognize a full queue...
2010-10-31 Benjamin Petersonstart banging on zipfile's file leakiness
2010-10-31 Benjamin Petersonfix leaking sockets
2010-10-31 Benjamin Petersoncleanup resources in test_smtplib #10264
2010-10-31 Benjamin Petersonadd --enable-loadable-sqlite-extensions #10268
2010-10-31 Benjamin Petersonadd no output to with-system-ffi and with-system-expat
2010-10-31 Benjamin Petersontypo
2010-10-31 Antoine PitrouIssue #10266: uu.decode didn't close in_file explicitly...
2010-10-31 Antoine PitrouIssue #10160: Speed up operator.attrgetter. Patch...
2010-10-31 Vinay SajipUpdated NEWS about logging.basicConfig().
2010-10-31 Vinay SajipAdded style argument to logging.basicConfig() and docum...
2010-10-31 Antoine PitrouPY_CFLAGS doesn't exist under Windows
2010-10-31 Raymond HettingerIssue #5729: json.dumps to support using '\t' as an...
2010-10-31 Brian CurtinFix a ResourceWarning for an unclosed socket.
2010-10-31 Kristján Valur... issue 10237
2010-10-31 Benjamin Petersonclose some more files
2010-10-31 Benjamin Petersoncontext managerify
2010-10-31 Benjamin Petersonclose file properly
2010-10-31 Benjamin Petersonuse addCleanup
2010-10-31 Benjamin Petersonpatch up leaking fds
2010-10-31 Benjamin Petersonthis test manages the fds itself
2010-10-31 Brian CurtinFix ResourceWarning for unclosed files (from os.popen)
2010-10-31 Alexander BelopolskyIssues #7061, #10225: Fixed doctests in turtle manual
2010-10-31 Brian CurtinFix ResourceWarning for an unclosed socket.
2010-10-31 Brian CurtinFix ResourceWarning. Use context manager to properly...
2010-10-30 Brian CurtinFix ResourceWarning about unclosed file
2010-10-30 Benjamin Petersonclose files correctly
2010-10-30 Benjamin Petersonif FileIO.__init__ fails, close fd
2010-10-30 Benjamin Petersonfix style
2010-10-30 Benjamin Petersonclose open file from find_module()
2010-10-30 Benjamin Petersoncondense
2010-10-30 Benjamin Petersonkill pointless function imports
2010-10-30 Benjamin Petersonremove useless assignment
2010-10-30 Benjamin Petersonclose files properly
2010-10-30 Brian CurtinFix #10258 - clean up resource warning
2010-10-30 Brian CurtinFix #10257. Clear resource warnings by using os.popen...
2010-10-30 Brian CurtinFix #10256 - resource warning
2010-10-30 Antoine PitrouIssue #10250: fix resource warnings in test_urllib2_loc...
2010-10-30 Antoine PitrouIssue #10253: FileIO leaks a file descriptor when tryin...
2010-10-30 Hirokazu YamamotoIssue #10157: Fixed refleaks in pythonrun.c. Patch...
2010-10-30 Georg BrandlFix test_mailbox by supporting context manager protocol...
2010-10-30 Antoine PitrouFix resource warning in test_unicodedata. Patch by...
2010-10-30 Antoine PitrouFix resource warning in test_file. Patch by Brian Brazil.
2010-10-30 Antoine PitrouIssue #10246: uu.encode didn't close file objects expli...
2010-10-30 Vinay SajipRemove ResourceWarnings caused by files left open.
2010-10-30 Georg Brandl#10198: fix duplicate header when writeframes() is...
2010-10-30 Raymond HettingerIssue 10221: Improve error message for dict.pop().
2010-10-30 Kristján Valur... issue 10237
2010-10-30 Brett CannonSilence ResourceWarnings in modulefinder by using file...
2010-10-30 Brett CannonAdd some missing entries related to the various Resourc...
2010-10-30 Brett CannonProperly close a file in test_minidom.
2010-10-30 Brett CannonSilence some ResourceWarning in test_mailbox by using...
2010-10-29 Antoine PitrouWindows can't remove a file before it is closed
2010-10-29 Brett CannonMove test_linecache over to file context managers.
2010-10-29 Brett CannonUse a file context manager for test_ioctl.
2010-10-29 Brett CannonSilence ResourceWarning when testing that the file...
2010-10-29 Antoine PitrouIssue #10233: Close file objects in a timely manner...
2010-10-29 Brett CannonMove test_imp over to file context managers.
2010-10-29 Brett CannonMove test_httpservers over to file context managers.
2010-10-29 Antoine PitrouClean up socket closing in test_ssl and test.ssl_servers
2010-10-29 Brett CannonMove test_httplib over to file context managers.
2010-10-29 Brett CannonFix file closing in test_http_cookiejar.
2010-10-29 Brett CannonClean up socket closing in test_ftplib.
2010-10-29 Brett CannonProperly close files used by test_email.
2010-10-29 Brett CannonProperly close a temporary TextIOWrapper in 'email'.
2010-10-29 Brett CannonProperly close files in test_dbm_dumb.
2010-10-29 Brett CannonProperly close a test file in test_cprofile.
2010-10-29 Brett Cannonhave test_asyncore properly close files.
2010-10-29 Brett CannonHave pkgutil properly close files.
2010-10-29 Brett CannonHave distutils.sysconfig close a file to remove Resourc...
2010-10-29 Benjamin Petersonplug refleak
2010-10-29 Benjamin Petersonset literals and unions are our friends
2010-10-29 Benjamin Petersonmake gdb skip expected
2010-10-29 Brett CannonMake file handing in setup.py more robust by using...
2010-10-29 Antoine PitrouFix typo
2010-10-29 Antoine PitrouMake a GC run before trying to clean up files left...
2010-10-29 Martin v. LöwisIssue #9377: Use Unicode API for gethostname on Windows.
next