]> granicus.if.org Git - python/shortlog
python
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.
2010-10-29 Antoine PitrouIssue #7547: fix transient failures due to network...
2010-10-29 Alexander BelopolskyIssue 7061: Explained 'gon'
2010-10-29 Barry WarsawFix issue 10214 by removing the out of date python...
2010-10-29 Antoine PitrouActually restore the original asyncore socket map by...
2010-10-29 Antoine PitrouMake check_warnings error messages more informative
2010-10-29 Antoine Pitroutest___all__ ignores ResourceWarning as well
2010-10-29 Antoine PitrouFix ResourceWarning in Lib/test/threaded_import_hangers.py
2010-10-29 Victor Stinnertest_tarfile: woops, remove +0.001 which was used to...
2010-10-29 Victor Stinnertest_tarfile: dump mtime as hexadecimal on test_extract...
2010-10-29 Antoine PitrouIssue #10093: ResourceWarnings are now issued when...
2010-10-29 Lars GustäbelAdd read support for all missing variants of the GNU...
2010-10-29 Georg Brandl(?:...) is a non-capturing, but still grouping construct.
2010-10-29 Georg BrandlFix markup error and update false positive entries...
2010-10-29 Georg BrandlPort suspicious markup builder and patchlevel.py so...
2010-10-29 Georg BrandlRe-add "debugger" label, it is used in pydoc-topics.
2010-10-29 Georg Brandlsend_bytes obviously needs bytes...
2010-10-29 Georg Brandl#10222: fix for overzealous AIX compiler.
2010-10-29 Benjamin Petersondecrement offset when it points to a newline (#10186...
2010-10-29 Victor StinnerWhat's New in Python 3.2: update Unicode section
2010-10-29 Victor StinnerIssue #10210: os.get_exec_path() ignores BytesWarning...
2010-10-28 Victor Stinner#10209, test_pep277: disable test_normalize and test_li...
2010-10-28 Victor Stinnertest_pep277: disable filenames 11, 12, 13, 14 on darwin
2010-10-28 Antoine PitrouIssue #5437: A preallocated MemoryError instance should...
2010-10-28 Alexander BelopolskyFixed a typo in a comment.
2010-10-28 Hirokazu YamamotoUpdated readme.txt about OpenSSL.
2010-10-28 Georg Brandl#10116: wrap transient_internet() around net access...
2010-10-28 Éric AraujoFix typo from r85874
2010-10-28 Georg BrandlReview new Barrier docs.
next