]> granicus.if.org Git - python/shortlog
python
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.
2010-10-28 Georg BrandlSupport new Condition return value in the multiprocessi...
2010-10-28 Victor Stinnertest_pep277: add identifiers to filenames
2010-10-28 Victor Stinnertest_pep277: format filename with ascii() on failure
2010-10-28 Victor Stinnertest_pep277: format function argument with ascii()...
2010-10-28 Kristján Valur... issue 8777
2010-10-28 Georg BrandlCondition.wait now returns bool.
2010-10-28 Georg Brandl#10218: return timeout status from Condition.wait,...
2010-10-28 Georg BrandlFix bytes/str issues in get-remote-certificate.py.
2010-10-28 Georg Brandl#7351: add more consistent exception name alias.
2010-10-27 Antoine PitrouIssue #8852: Allow the socket module to build on OpenSo...
2010-10-27 Georg BrandlAdd David.
2010-10-27 Antoine PitrouIn open(), only set the buffer size from st.st_blksize...
2010-10-27 Antoine PitrouRecode modules from latin-1 to utf-8
2010-10-27 Antoine PitrouIssue #5027: The standard `xml` namespace is now unders...
2010-10-27 Alexander BelopolskyIssue #10193: Simplified instrospection used by turtle...
2010-10-27 Georg Brandl#5975: add unix_dialect to csv module.
2010-10-27 Georg BrandlEncoding fix.
2010-10-27 Alexander BelopolskyIssue #7061: Dropped "for Tk" from turtle module title...
2010-10-27 Victor StinnerSimplify PyUnicode_Encode/DecodeFSDefault on Windows...
2010-10-26 Georg BrandlFix import.
2010-10-26 Georg Brandl#10200: typo.
2010-10-26 Georg Brandl#10200: typo.
2010-10-26 Vinay Sajiplogging: Improved Formatter implementation.
2010-10-26 R. David Murray#7761: fix telnetlib.interact failures on Windows.
2010-10-26 Georg Brandlfaqwiz is removed.
2010-10-26 Georg BrandlWork a bit more on tkinter demos.
2010-10-26 Georg BrandlMarkup fix.
next