]> granicus.if.org Git - python/shortlog
python
2010-11-04 Raymond HettingerDemote one warning to a note. There's no security...
2010-11-04 Raymond HettingerPut warning block in the main flow of text.
2010-11-04 Benjamin Petersonclassic classes are gone; whoppie!
2010-11-03 Benjamin Petersondeuglify
2010-11-03 Phillip J. EbyImplement http://bugs.python.org/issue10155 using And...
2010-11-03 Benjamin Petersonupdate items/keys/values doc #10300
2010-11-03 Ezio MelottiDivide the context manager signature from the normal...
2010-11-03 Ezio MelottiMinor cleanups to unittest doc.
2010-11-03 Ezio MelottiList the assert* methods in tables in unittest doc.
2010-11-03 Antoine PitrouIssue #10285: explain the `flag` return field better...
2010-11-03 Antoine PitrouIssue #10281: nntplib now returns None for absent field...
2010-11-03 Kristján Valur... issue 9981
2010-11-03 Antoine PitrouDisabling SNI test; server admin would not like us...
2010-11-03 Georg BrandlA newline in lineno output breaks pyframe output.
2010-11-03 Phillip J. EbyUpdate docs (and sample app in wsgiref.simple_server...
2010-11-02 Antoine PitrouIssue #10173: test_multiprocessing shouldn't pickle...
2010-11-02 Antoine PitrouIssue #10280: NNTP.nntp_version should reflect the...
2010-11-02 Phillip J. EbyUpdate wsgiref for PEP 3333, and fix errors introduced...
2010-11-02 Benjamin Petersonremove some things that are now tested
2010-11-02 Brett CannonDitch some dead code in test_unicode_file.
2010-11-02 Michael FoordUpdating unittest docs to reflect change in unittest...
2010-11-02 Hirokazu YamamotoDefined Py_BUILD_CORE_MODULE also on VC7.1.
2010-11-02 Hirokazu YamamotoPy_BUILD_CORE_MODULE was not needed in python.dsp and...
2010-11-02 Michael FoordRemove the keyword only restriction for places and...
2010-11-02 Hirokazu YamamotoDefined Py_BUILD_CORE_MODULE also on VC6.
2010-11-02 Steven BethardFix bug 9340 - argparse parse_known_args didn't work...
2010-11-02 Brian CurtinClean up ResourceWarnings. Explictly close stdout from...
2010-11-02 Brian CurtinClean up ResourceWarnings due to unclosed sockets.
2010-11-01 Martin v. LöwisRemove extracted trees at the end of the test.
2010-11-01 Martin v. LöwisIssue #10184: Touch directories only once when extracti...
2010-11-01 Michael FoordFix issue 9926. TestSuite subclasses that override...
2010-11-01 Alexander BelopolskyTranslated German message into English.
2010-11-01 Alexander BelopolskyIssue #10199: Fixing r86095 - svn did not like combinin...
2010-11-01 Alexander BelopolskyIssue #10199: Fixing r86095 - svn did not like combinin...
2010-11-01 Alexander BelopolskyIssue #10199: Fixing r86095 - svn did not like combinin...
2010-11-01 Alexander BelopolskyReverted inadvertent change from r86095
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...
next