]> granicus.if.org Git - python/shortlog
python
2011-03-03 Giampaolo RodolàFix issue 11265: asyncore now correctly handles EPIPE...
2011-03-03 Victor StinnerIssue #11377: Deprecate platform.popen() and reimplemen...
2011-03-03 Victor StinnerIssue #8513: On UNIX, subprocess supports bytes command...
2011-03-03 Nick CoghlanUpdate compiler recursion crasher to more reliably...
2011-03-03 Fred Drakeissue 11372: use range instead of xrange
2011-03-02 Benjamin Petersonadd tests for xml.pulldom #9373
2011-03-02 Daniel Stutzbach#11335: Fix memory leak when a sort key function throws...
2011-03-02 Victor StinnerFix my previous commit (r88709) for str.encode(errors...
2011-03-02 Victor StinnerIssue #8923: cache str.encode() result
2011-03-02 Victor StinnerRemove useless argument of _PyUnicode_AsDefaultEncodedS...
2011-03-02 Éric AraujoRemove last use of distutils.sysconfig from the stdlib...
2011-03-02 Antoine PitrouassertEquals is deprecated
2011-03-02 Victor StinnerIssue #10831: Document the new formats (%li, %lli,...
2011-03-02 Victor StinnerIssue #10831: PyUnicode_FromFormat() supports %li,...
2011-03-02 Victor StinnerFix my previous commit (r88702): initialize size_tflag...
2011-03-01 Victor StinnerIssue #10829: Refactor PyUnicode_FromFormat()
2011-03-01 Victor StinnerIssue #10911: Add tests on CGI with non-ASCII characters
2011-03-01 Antoine PitrouFollowup to issue #11140 and r88682: also patch _dummy_...
2011-03-01 Victor StinnerIssue #11246: Fix PyUnicode_FromFormat("%V")
2011-03-01 Éric AraujoRemove outdated pointer to optparse (fixes #11360).
2011-03-01 Antoine PitrouEndly, fix UnboundLocalError in telnetlib
2011-02-28 Antoine PitrouRecommend inspecting the errno attribute of socket...
2011-02-28 Antoine PitrouIssue #10866: Add socket.sethostname(). Initial patch...
2011-02-28 Antoine PitrouAdd credit for r88682.
2011-02-28 Antoine PitrouNo need to put this at top
2011-02-28 Antoine PitrouIssue #11140: Lock.release() now raises a RuntimeError...
2011-02-28 Giampaolo RodolàIssue 11348: skip os.setpriority() test if current...
2011-02-28 Giampaolo RodolàFix issue 8594: adds a source_address parameter to...
2011-02-27 Antoine PitrouFollow up to r88664: non-blocking connect-ex() can...
2011-02-27 Benjamin Petersonmake this a link #11345
2011-02-26 Antoine PitrouIssue #11326: Add the missing connect_ex() implementati...
2011-02-26 Benjamin PetersonMerged revisions 88661 via svnmerge from
2011-02-26 Benjamin Petersonrevert accidental formatting change
2011-02-26 Benjamin Petersonthis isn't true anymore
2011-02-26 Antoine PitrouMake sendfile tests more robust
2011-02-26 Vinay SajipIssue #11330: Updated tests for correct asctime handling.
2011-02-26 Vinay SajipIssue #11330: Added regression test.
2011-02-26 Antoine PitrouIssue #9931: Fix hangs in GUI tests under Windows in...
2011-02-26 Éric AraujoReplace links to the old dev doc with links to the...
2011-02-26 Antoine PitrouIssue #11323: fix sendfile tests under 64-bit Solaris.
2011-02-26 Vinay SajipRemoved typo.
2011-02-26 Vinay SajipIssue #11331: fixed documentation in logging cookbook.
2011-02-26 Vinay SajipIssue #11330: asctime format bug fixed.
2011-02-26 Antoine PitrouCheck error return from _parse_off_t(), and remove...
2011-02-26 Antoine PitrouRevert r88639 (the optimization changes behaviour and...
2011-02-26 Antoine PitrouIssue #11258: Speed up ctypes.util.find_library() under...
2011-02-26 Vinay Sajiptest_logging: Changed TimedRotatingFileHandler tests...
2011-02-26 Raymond HettingerAdd __bool__ method. Add tests. Fix-up broken test.
2011-02-26 Vinay Sajiptest_logging: diagnostic code changes.
2011-02-26 Senthil KumaranFix Issue10228 - Refleak run of test_dbm fails when...
2011-02-26 Raymond HettingerMake Py3.x style "import builtins"
2011-02-26 Alexander BelopolskyPEP 7 conformance changes (whitespace only).
2011-02-26 Raymond HettingerIssue #11297: Add collections.ChainMap()
2011-02-26 Antoine PitrouFix AttributeError.
2011-02-26 Antoine PitrouFix compilation warning in Modules/posixmodule.c.
2011-02-25 Antoine PitrouIssue #10755: Add the posix.fdlistdir() function. ...
2011-02-25 Antoine PitrouIssue #4761: Add the *at() family of functions (openat...
2011-02-25 Antoine PitrouIssue #7322: Trying to read from a socket's file-like...
2011-02-25 Vinay Sajiptest_logging: Added more diagnostics for buildbot failures.
2011-02-25 Giampaolo RodolàIssue 11291: poplib suppresses errors on QUIT.
2011-02-25 Giampaolo RodolàIssue 11177: asyncore's create_socket() arguments can...
2011-02-25 Antoine PitrouIssue #6064: Add a `daemon` keyword argument to the...
2011-02-25 Giampaolo Rodolà(issue 11323) - attempt to fix solaris buildbot failure...
2011-02-25 Éric AraujoAdd missing read() in distutils doc.
2011-02-25 Antoine PitrouIssue #10956: Buffered I/O classes retry reading or...
2011-02-25 Giampaolo RodolàUpdate Misc/NEWS to include os.getpriority() and os...
2011-02-25 Giampaolo RodolàIssue 10784: adds os.getpriority() and os.setpriority...
2011-02-25 Antoine PitrouIssue #11114: Fix catastrophic performance of tell...
2011-02-25 Giampaolo Rodolà(issue 11214) - fix asyncore.strerror test failure...
2011-02-25 Giampaolo RodolàSkip os.sendfile() test if threading module is not...
2011-02-25 Alexander BelopolskyIssue #11303: Added shortcuts for utf8 and latin1 encod...
2011-02-25 Vinay Sajiplogging: enabled test which was intermittently failing...
2011-02-25 Vinay SajipDocumented QueueListener change.
2011-02-25 Vinay SajipImproved QueueListener implementation - queue sentinel...
2011-02-25 Marc-André... Normalize the encoding names for Latin-1 and UTF-8 to
2011-02-25 Georg BrandlRename internal helper function and make it static.
2011-02-25 Georg BrandlRegenerate configure after r88580.
2011-02-25 Giampaolo Rodolà(issue 11232) - fix asyncore documentation issue (patch...
2011-02-25 Giampaolo RodolàIssue 10882: add os.sendfile(). (patch provided by...
2011-02-25 Antoine PitrouFix .hgeol
2011-02-25 Antoine PitrouMore eol-style's
2011-02-25 Antoine PitrouMake svn:eol-style's more consistent
2011-02-25 Benjamin Petersonrewrite with assertIs
2011-02-25 Benjamin Petersonrun autoconf
2011-02-25 Georg BrandlAdd 3.3 whatsnew to index.
2011-02-25 Georg BrandlRemove unused m4 define.
2011-02-25 Eli BenderskyRemoved fcmp and FUZZ from test.support, following...
2011-02-25 Eli BenderskyIssue #10516: adding list.clear() and list.copy() methods
2011-02-24 Giampaolo RodolàAdds Python 3.3 what's new document.
2011-02-24 Antoine PitrouIssue #11286: Raise a ValueError from calling PyMemoryV...
2011-02-24 Alexander BelopolskyIssue #11286: Fixed unpickling of empty 2.x strings.
2011-02-24 Éric AraujoAllow usage of SomeABC.register as a class decorator...
2011-02-24 Benjamin Petersonrewrite
2011-02-24 Benjamin Petersonthis seems to be pointlessly nested
2011-02-24 Benjamin PetersonMerged revisions 88535 via svnmerge from
2011-02-24 Raymond HettingerIssue #11304: Input/output tutorial - PI is rounded...
2011-02-23 Brett CannonRevert r88503 as Benjamin's request.
2011-02-23 Victor StinnerIssue #3080: Fix test_reprlib on Windows
2011-02-23 Victor StinnerIssue #11272: Fix input() and sys.stdin for Windows...
2011-02-23 Lars GustäbelIssue #11224: Improved sparse file read support (r85916...
next