]> granicus.if.org Git - python/shortlog
python
2011-03-06 Antoine PitrouMerge fix for issue #11391
2011-03-06 Antoine PitrouMerge fix for issue #11391
2011-03-06 Antoine PitrouFix buildbot failure following 97a5590b9291
2011-03-06 Antoine PitrouIssue #11391: Writing to a mmap object created with
2011-03-05 Antoine PitrouLib/email/test/data/msg_26.txt had its line endings...
2011-03-05 Georg BrandlMerge tags from 3.2.
2011-03-05 Georg BrandlMerge tags from 3.1.
2011-03-05 Georg BrandlMore tag fixups.
2011-03-05 Antoine PitrouAdd the map of SVN revision numbers to changeset ids.
2011-03-05 Georg BrandlDummy-merge 3.2 branch into default branch.
2011-03-05 Georg BrandlDummy-merge 3.1 branch into 3.2 branch.
2011-03-05 Georg BrandlFix tag references in default branch.
2011-03-05 Georg BrandlAdd updated .hgeol file and fix newlines in the 3.2...
2011-03-05 Georg BrandlFix tag references in 3.2 branch.
2011-03-05 Georg BrandlAdd updated .hgeol file and fix newlines in the 3.1...
2011-03-05 Georg BrandlFix tag references in 3.1 branch.
2011-03-04 Victor StinnerIssue #3080: Add PyImport_AddModuleObject() and PyImpor...
2011-03-04 Victor StinnerIssue #3080: Add PyModule_NewObject() function
2011-03-04 Giampaolo RodolàUpdate Misc/NEWS to include issue #9795 (nntplib contex...
2011-03-04 Giampaolo RodolàInclude Марк Коренберг and Steffen Daode Nurpmeso in...
2011-03-04 Eli BenderskyMentioned new clear() method of MutableSequence in...
2011-03-04 Eli BenderskyIssue #11388: Added a clear() method to MutableSequence
2011-03-04 Eli BenderskyMerged revisions 88735 via svnmerge from
2011-03-04 Eli BenderskyIssue #11386: Fixed the exception thrown by bytearray...
2011-03-03 Giampaolo RodolàIssue 9795: adds context manager protocol to nntplib...
2011-03-03 Eli BenderskyIssue #10516: added copy() and clear() methods to bytea...
2011-03-03 R. David MurrayMerged revisions 88730 via svnmerge from
2011-03-03 R. David Murray#11306: Treat EROFS like EACCES when making a 'file...
2011-03-03 Giampaolo RodolàIssue 11351 - apply patch by Steffen Daode Nurpmeso...
2011-03-03 Giampaolo RodolàMerged revisions 88726 via svnmerge from
2011-03-03 Giampaolo Rodolàfix attribute error
2011-03-03 Giampaolo RodolàMerged revisions 88722 via svnmerge from
2011-03-03 Victor StinnerIssue #11377: Fix quoting on Windows in test_platform
2011-03-03 Giampaolo RodolàMerged revisions 88722 via svnmerge from
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 DrakeMerged revisions 88717 via svnmerge from
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 StinnerMerged revisions 88700 via svnmerge from
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 StinnerMerged revisions 88697 via svnmerge from
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 PitrouMerged revisions 88691 via svnmerge from
2011-03-01 Antoine PitrouEndly, fix UnboundLocalError in telnetlib
2011-03-01 Antoine PitrouApparently, skipUnless() doesn't prevent the execution of
2011-02-28 Antoine PitrouMerged revisions 88460,88464,88466,88486,88511,88652...
2011-02-28 Antoine PitrouMerged revisions 88686 via svnmerge from
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 PitrouMerged revisions 88671 via svnmerge from
2011-02-27 Antoine PitrouFollow up to r88664: non-blocking connect-ex() can...
2011-02-27 Benjamin PetersonMerged revisions 88668 via svnmerge from
2011-02-27 Benjamin Petersonmake this a link #11345
2011-02-26 Antoine PitrouMerged revisions 88664 via svnmerge from
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 PetersonMerged revisions 88658 via svnmerge from
2011-02-26 Benjamin Petersonthis isn't true anymore
2011-02-26 Antoine PitrouMake sendfile tests more robust
2011-02-26 Antoine PitrouMerged revisions 88652 via svnmerge from
2011-02-26 Vinay SajipIssue #11330: Updated tests for correct asctime handling.
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 Vinay SajipIssue #9941: Fixed TimedRotatingHandler test issues.
2011-02-26 Éric AraujoReplace links to the old dev doc with links to the...
2011-02-26 Éric AraujoTypos
2011-02-26 Antoine PitrouIssue #11323: fix sendfile tests under 64-bit Solaris.
2011-02-26 Vinay SajipRemoved typo.
2011-02-26 Vinay SajipRemoved typo.
2011-02-26 Vinay SajipIssue #11331: fixed documentation in logging cookbook.
2011-02-26 Vinay SajipIssue #11331: fixed documentation in logging cookbook.
2011-02-26 Vinay SajipIssue #11330: asctime format bug fixed.
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 Éric AraujoFinal update and deprecation of maintainers.rst.
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...
next