]> granicus.if.org Git - python/shortlog
python
2010-11-05 Brian CurtinClose subprocess pipes to clean up ResourceWarnings
2010-11-05 Brian CurtinFix a number of ResourceWarnings on Windows due to...
2010-11-05 Brian CurtinAdd socket cleanup for ResourceWarning and update test...
2010-11-05 Ezio MelottiMerge the doc for assertTrue/False, assert[Not]AlmostEq...
2010-11-05 Brian CurtinFix ResourceWarning from subprocess pipes being left...
2010-11-05 Brian CurtinFix ResourceWarning from subprocess pipe.
2010-11-05 Brian CurtinClose subprocess pipes in _kill. Fixes a number of...
2010-11-05 Brian CurtinClose subprocess pipes in the non-UNIX section of run_cgi.
2010-11-05 Brian CurtinShift the pipe-using code into an else block, then...
2010-11-05 Antoine PitrouFollowup to r86170: fix reference leak in str.format
2010-11-05 Georg BrandlMove glossary entry to the right position and fix link.
2010-11-05 Brian CurtinAdd cleanups to stdout/stderr pipes to remove ResourceW...
2010-11-05 Antoine PitrouIssue #10279: fix test_gc under Win64.
2010-11-04 Antoine PitrouIssue #10283: Add a `group_pattern` argument to NNTP...
2010-11-04 Antoine PitrouIssue #3699: Fix test_bigaddrspace and extend it to...
2010-11-04 Antoine PitrouIssue #10293: Remove obsolete field in the PyMemoryView...
2010-11-04 Ezio MelottiMove the deprecated aliases in a new section.
2010-11-04 Eric SmithIssue #6081: Add str.format_map. str.format_map(mapping...
2010-11-04 Antoine PitrouIssue #10314: improve performance of JSON encoding...
2010-11-04 Hirokazu YamamotoUpdated PC/VS8.0. (mainly to follow r86137: use tempora...
2010-11-04 Ezio MelottiMerge the doc for assertIs[Not], assertIs[Not]None...
2010-11-04 Hirokazu YamamotoCan build older OpenSSL in http://svn.python.org/projec...
2010-11-04 Hirokazu YamamotoAdded svn:ignore.
2010-11-04 Hirokazu YamamotoIssue #5391: mmap.read_byte() should return unsigned...
2010-11-04 Senthil KumaranFix Issue 10307 - compile error in readline.c
2010-11-04 Brian CurtinFix three ResourceWarnings.
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
next