]> granicus.if.org Git - python/shortlog
python
2011-03-29 guido@google.comIssue 11662: Fix vulnerability in urllib/urllib2.
2011-03-24 R David Murray#11606: improved body_encode algorithm, no longer produ...
2011-03-24 Victor Stinnertest_multiprocessing: use assertLess() to see the timeo...
2011-03-23 R David Murray#11590: fix quoprimime decode handling of empty strings...
2011-03-23 R David Murray#11589: add additional tests for the email quoprimime...
2011-03-23 Éric AraujoFix obscure set crashers (#8420). Backport of d56b3caf...
2011-03-23 Raymond HettingerIssue #10610: Document that int(), float(), and complex...
2011-03-22 Raymond HettingerIssue #10771: Clarify that descriptors get used in...
2011-03-22 Raymond HettingerIssue 10787: Document the probability density function...
2011-03-22 Raymond HettingerIssue 10988: fix description of super's descriptor...
2011-03-22 Raymond HettingerIssue #11625: Fix Typo
2011-03-21 Georg BrandlFix duplicate word.
2011-03-21 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
2011-03-20 Éric AraujoFix some issue references in NEWS
2011-03-21 Victor StinnerIssue #5537: Fix time2isoz() and time2netscape() functi...
2011-03-20 Éric AraujoFix typo in class name
2011-03-20 Antoine PitrouCall reap_children() where appropriate
2011-03-20 R David MurrayMarkup fixes for #7198 patch.
2011-03-20 R David Murray#7198: really add newline='' to csv.writer docs.
2011-03-20 Senthil KumaranIssue #11567 - Let's have the DOCTYPE as HTML instead...
2011-03-19 Antoine PitrouIssue #11459: A `bufsize` value of 0 in subprocess...
2011-03-17 Antoine PitrouIssue #5421: Fix misleading error message when one...
2011-03-17 Senthil KumaranError message in http.server code. Missed to update...
2011-03-16 R David Murray#11401: handle headers with no value.
2011-03-16 R David Murray#9298: restore proper folding of base64 encoded bodies.
2011-03-16 Jesus CeaClose Issue 11570: Lib/test/test_distutils.py tries...
2011-03-16 Ronald OussorenIssue #11569: use absolute path to the sysctl command...
2011-03-16 Ezio MelottiRevert typo fixes in zlib/*
2011-03-16 Ezio Melotti#11565: Fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 R David Murray#11216: document all possible set_charset execution...
2011-03-15 Antoine PitrouFix whitespace in test_subprocess
2011-03-15 Antoine PitrouMerge
2011-03-15 Benjamin Petersonmake this subversion artifact empty
2011-03-15 Antoine PitrouOn behalf of Tarek: Issue #11501: disutils.archive_util...
2011-03-15 R David Murray#11555: update doc for 3.x change to as_string mangle_f...
2011-03-15 Ezio MelottiRevert typo fixes in _cytpes/libffi*
2011-03-15 Gregory P.... Fix the @test_NNNN_tmp file terds being left in whateve...
2011-03-15 Ezio Melotti#11515: fix several typos. Patch by Piotr Kasprzyk.
2011-03-15 R David MurrayRemove redundant __contains__ entry from Message docs.
2011-03-14 Ronald OussorenIssue #11500: Fixed a bug in the os x proxy bypass...
2011-03-14 briancurtinFix #11491. When dbm.open was called with a file which...
2011-03-14 Ronald OussorenFixes #1099: Mac compile fails with pydebug and framewo...
2011-03-14 R David Murray#11488: Add tests for writelines method of SpooledTempo...
2011-03-14 Ross LagerwallIssue #10885: Fix multiprocessing docs typo
2011-03-14 R David Murray#11490: EACCES can also mean command not found
2011-03-13 Antoine PitrouRemove documentation to non-existent function PyObject_...
2011-03-13 Ezio MelottiFix markup in inputoutput.rst.
2011-03-12 Ezio MelottiFix typo.
2011-03-12 Benjamin Petersontrunc -> math.trunc (closes #11475)
2011-03-12 Mark DickinsonIssue 11131: Fix sign of zero result on decimal.Decimal...
2011-03-12 Senthil KumaranFix issue11283 - Clarifying a re pattern in the re...
2011-03-11 Antoine PitrouIssue #11403: add some MSVC-generated files to .hgignore
2011-03-11 Ezio Melotti#11446: fix incorrect PEP link.
2011-03-11 Eli BenderskyIssue #11426: use 'with' statements on open files in...
2011-03-10 R David Murray#10999: Add missing documentation for chflags constants...
2011-03-10 Ezio MelottiUse simpler assert in basic example.
2011-03-10 Gregory P.... Reword the finalization note.
2011-03-10 Gregory P.... Explicitly mention that people should not depend on...
2011-03-10 Ezio MelottiBackport from 3.2 several improvements and fixes for...
2011-03-09 Antoine PitrouIssue #11450: Don't truncate hg version info in Py_GetB...
2011-03-09 Ned DeilyIssue #5622: Fix curses.wrapper to raise correct except...
2011-03-08 Vinay SajipIssue #11444: Lock handlers while flushing/closing...
2011-03-08 Benjamin Petersontransform izip_longest #11424
2011-03-07 Vinay SajipIssue #11424: Fix bug in determining child loggers.
2011-03-06 Benjamin Petersononly do this sys.stderr replacing on CPython
2011-03-06 Thomas WoutersIssue #11411: Fix typo in the Makefile that prevented...
2011-03-06 Martin v. LöwisConvert DOS files to CRLF. This doesn't touch the ...
2011-03-06 Georg Brandl#11294: add missing ERA_T_FMT to locale docs.
2011-03-06 Georg Brandl#11292: add missing A_REVERSE to curses attribute table.
2011-03-06 Georg Brandl#11239: add } to list of metacharacters (it is only...
2011-03-06 Georg Brandl#11227: use Host header in asyncore example.
2011-03-06 Georg Brandl#11373: fix spelling.
2011-03-06 Georg Brandl#11405: do not reference the string module again for...
2011-03-06 Georg Brandl#11392: you can trust the computer, but you have to...
2011-03-06 Georg Brandl#11337: remove unreferenced footnote.
2011-03-06 Georg Brandl#11400: remove reference to pre-1.5 assignment behavior.
2011-03-05 Georg BrandlAdapt platform and test_platform to the build identific...
2011-03-05 Georg BrandlCommit the hg build identification patch from the pymig...
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 Georg BrandlMore tag fixups.
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-03 Giampaolo RodolàMerged revisions 88722 via svnmerge from
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-26 Éric AraujoTypos
2011-02-26 Éric AraujoFinal update and deprecation of maintainers.rst.
2011-02-25 Éric AraujoMerged revisions 88613 via svnmerge from
2011-02-25 Georg BrandlMarkup backport fix.
2011-02-25 Georg BrandlBlocked revisions 86869-86870,86934,86943,86954-86955...
2011-02-25 Georg BrandlMerged revisions 88438,88440 via svnmerge from
2011-02-25 Georg BrandlMerged revisions 88430 via svnmerge from
2011-02-25 Georg BrandlMerged revisions 88426 via svnmerge from
2011-02-25 Georg BrandlMerged revisions 87627,87638,87739,87760,87771,87787...
2011-02-25 Georg BrandlMerged revisions 87101,87146,87156,87172,87175,87371...
2011-02-25 Georg BrandlMerged revisions 86537,86867-86868,86881,86887,86913...
2011-02-15 Alexander BelopolskyMerged revisions 87921 via svnmerge from
2011-02-15 Alexander BelopolskyMerged revisions 87919 via svnmerge from
2011-02-14 Raymond HettingerFix example for count().
next