]> granicus.if.org Git - python/shortlog
python
2008-12-18 Antoine PitrouMerged revisions 67818 via svnmerge from
2008-12-17 Antoine PitrouMerged revisions 67832 via svnmerge from
2008-12-17 Mark DickinsonForward merge of r67822 to py3k: add bit_length method...
2008-12-17 Mark DickinsonBlocked revisions 67822 via svnmerge
2008-12-16 Antoine PitrouTry to fix #4674: test_normalization failure on some...
2008-12-16 Benjamin PetersonMerged revisions 67806 via svnmerge from
2008-12-15 Antoine PitrouIssue #4663: increase the chunk size to improve TextIOW...
2008-12-15 Amaury Forgeot... Blocked revisions 67797 via svnmerge
2008-12-15 Antoine PitrouMerged revisions 67777,67779 via svnmerge from
2008-12-15 Nick CoghlanMerged revisions 67790 via svnmerge from
2008-12-15 Georg BrandlUse :samp: role.
2008-12-15 Georg Brandl#4603: Note that inconsistent tab/space use is now...
2008-12-15 Georg Brandl#4668: wrap iterator returns in list() in functional...
2008-12-15 Georg Brandl#4667: fix some 2.x leftovers in the tutorial.
2008-12-15 Jeremy HyltonReflow long line.
2008-12-15 Jeremy HyltonUse True/False for ints instead of 1/0. That's so...
2008-12-14 Antoine PitrouBlocked revisions 67762 via svnmerge
2008-12-14 Antoine PitrouIssue #4574: reading an UTF16-encoded text file crashes...
2008-12-14 Benjamin Petersontip-toe around dictionary keys view in the tutorial
2008-12-14 Nick CoghlanMerged revisions 67750-67751 via svnmerge from
2008-12-14 Benjamin PetersonBlocked revisions 67748 via svnmerge
2008-12-13 Antoine PitrouIssue #4163: textwrap module: allow word splitting...
2008-12-13 Benjamin Petersonstring.maketrans -> str.maketrans
2008-12-12 Lars GustäbelMerged revisions 67717 via svnmerge from
2008-12-12 Benjamin Petersonrevert r67713. it causes build problems
2008-12-12 Benjamin Petersonreuse tokenize.detect_encoding for linecache #4016
2008-12-12 Benjamin Petersonraise a SyntaxError in detect_encoding() when a codec...
2008-12-11 Mark DickinsonMerged revisions 67707 via svnmerge from
2008-12-11 Mark DickinsonIssue #2173: fix build failure on OS X. device_encodi...
2008-12-11 Mark DickinsonBlocked revisions 67694 via svnmerge
2008-12-11 Jeffrey YasskinMerged revisions 67666,67685 via svnmerge from
2008-12-11 Facundo BatistaIssue #4084: Fix max, min, max_mag and min_mag Decimal...
2008-12-10 Amaury Forgeot... Merged revisions 67688 via svnmerge from
2008-12-10 Fred Drakesimplify imports
2008-12-09 Georg Brandl#4592: fix embedding example with new C API changes.
2008-12-08 Martin v. LöwisAdd UUIDs for 3.0.1 and 3.0.2.
2008-12-08 Martin v. LöwisMerged revisions 67658-67659 via svnmerge from
2008-12-07 Georg Brandl#4586: fix usage of Py_InitModule.
2008-12-07 Neal NorwitzRemove unnecessary import
2008-12-07 Antoine PitrouIssue #4569: Interpreter crash when mutating a memoryvi...
2008-12-07 Georg BrandlMerged revisions 67511,67536-67537,67543 via svnmerge...
2008-12-07 Georg BrandlForward-port r67624 and r67627.
2008-12-07 Georg BrandlBlocked revisions 67614 via svnmerge
2008-12-07 Georg BrandlMerged revisions 67463,67572,67576,67628 via svnmerge...
2008-12-07 Benjamin Petersonremove extraneous 'text'
2008-12-07 Georg BrandlBlocked revisions 67498,67521,67581,67584,67587 via...
2008-12-07 Georg BrandlMerged revisions 67531-67532,67538,67553-67554,67556...
2008-12-07 Benjamin Petersondocument how to deal with binary standard streams
2008-12-07 Georg Brandl#4576: fix ob_type access.
2008-12-06 Antoine PitrouBlocked revisions 67619 via svnmerge
2008-12-06 Antoine PitrouIssue #4509: bugs in bytearray with exports (buffer...
2008-12-06 Benjamin Petersonupdate version number
2008-12-06 Benjamin Petersonthere are only four asdl builtin types in py3k
2008-12-06 Skip Montanaroissue 4483 - _dbm build failures on systems with gdbm_c...
2008-12-06 Jeffrey YasskinMerged revisions 67494 via svnmerge from
2008-12-06 Mark DickinsonIssue #4445: save 3 bytes of memory (on average) per...
2008-12-06 Georg Brandl#4562: fix zip() examples.
2008-12-06 Raymond HettingerIssue 1163367: Clarify super() docs. Also, fix-up...
2008-12-06 Georg Brandlcmp() is not really gone.
2008-12-06 Georg Brandl#4557: remove 'c' typecode from array docs and add...
2008-12-05 Mark DickinsonBlocked revisions 67601 via svnmerge
2008-12-05 Georg BrandlUse :samp: role.
2008-12-05 Mark DickinsonMerged revisions 67590 via svnmerge from
2008-12-05 Georg Brandl#4549: Mention nonlocal statement in tutorial section...
2008-12-05 Georg Brandl#4550: fix 2.x syntax in webservers howto.
2008-12-05 Mark DickinsonIssue 4497: silence compiler warnings on Windows.
2008-12-05 Georg BrandlManually merged r67583: move __import__ doc to the...
2008-12-05 Georg BrandlBlocked revisions 67583 via svnmerge
2008-12-05 Georg Brandl#4504, #4505: Update noddy examples in "Extending ...
2008-12-05 Christian HeimesFixed issue #4533: File read operation was dreadfully...
2008-12-05 Georg Brandl#4427: fix arguments for "y" BuildValue type.
2008-12-05 Georg Brandl#4401: Re-add os.extsep.
2008-12-05 Georg Brandl#4355: refer to urlencode in the correct module.
2008-12-05 Georg BrandlUpdate build URL.
2008-12-05 Martin v. LöwisSend mails to python-checkins now.
2008-12-05 Guido van RossumTweak verbiage and markup for relative/absolute import...
2008-12-05 Benjamin Petersonfix Sphinx warnings
2008-12-05 Fred Drakeadd missing import
2008-12-05 Amaury Forgeot... #4542: On Windows, binascii.crc32 still accepted str...
2008-12-05 Amaury Forgeot... Issue #4537: webbrowser.UnixBrowser failed because...
2008-12-04 Fred DrakeMerged revisions 67528 via svnmerge from
2008-12-04 Georg BrandlAdd a skeleton 3.1 whatsnew document.
2008-12-04 Georg Brandl#4513: remove traces of zip() docstring from when it...
2008-12-04 Georg Brandl#4521: fix getcwdu() vs getcwdb().
2008-12-04 Georg Brandl#4526: fix typo.
2008-12-04 Georg Brandl#4527: fix "unicode or string".
2008-12-04 Fred Drake- fix markup error
2008-12-04 Andrew M. KuchlingWording change (flaunt -> disobey); markup fixes. ...
2008-12-04 Christian HeimesMore 3.0 -> 3.1 transistion in the Windows and OS/2...
2008-12-04 Hirokazu YamamotoBumped up version number in PC/pyconfig.h.
2008-12-03 Christian HeimesMore 3.0 -> 3.1 transistions
2008-12-03 Christian HeimesBumped up version numbers of configure/autoconf scripts
2008-12-03 Barry WarsawPrep for Python 3.1!
2008-12-03 Guido van RossumRemove remark about NaN==NaN, I misunderstood that...
2008-12-03 Raymond HettingerMinor edits.
2008-12-03 Christian HeimesFixed a warning on whatsnew/3.0.rst
2008-12-03 Georg BrandlUse the :mod: role.
2008-12-03 Guido van RossumSome textual tweaks, and fixed a few typos found by...
2008-12-03 Guido van RossumFix bad markup.
2008-12-03 Guido van RossumMore cleanup. Moved all Unicode and str/bytes info...
next