]> granicus.if.org Git - python/shortlog
python
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...
2008-12-03 Guido van RossumAnother checkpoint.
2008-12-03 Guido van RossumAnother checkpoint -- some stuff I managed to do on...
2008-12-03 Christian HeimesMerged revisions 67484 via svnmerge from
2008-12-03 Guido van RossumAnother checkpoint.
2008-12-02 Gregory P.... interators -> iterators (thanks Taggnostr)
2008-12-02 Guido van RossumFinished what I'm going to write about the standard...
2008-12-02 Guido van RossumFinished the "porting to 3.0" section. Had to add...
2008-12-02 Guido van RossumAnother checkpoint. More XXXes added...
2008-12-02 Raymond HettingerIssue 3689: list_reverseiterator should support __leng...
2008-12-02 Raymond HettingerBug #4495: Fix signed/unsigned warning (both namelen...
2008-12-02 Guido van RossumAnother checkpoint to switch machines.
2008-12-02 Walter DörwaldAdd missing bracket.
2008-12-02 Walter DörwaldFix typo.
2008-12-02 Martin v. LöwisIssue #4387: binascii now refuses to accept str as...
2008-12-02 Alexandre VassalottiFix docutils parsing errors in Misc/NEWS.
2008-12-02 Benjamin Petersonfix markup
2008-12-02 Guido van RossumCheckpoint. Added some stuff. Mostly XXX notes for...
2008-12-01 Georg BrandlMerged revisions 67467 via svnmerge from
2008-12-01 Martin v. LöwisAdd script forgotten in r67464.
2008-12-01 Martin v. LöwisIssue #4073: Add 2to3 support to build_scripts, refacto...
2008-11-30 Raymond HettingerUpdate copyright for recent changes.
2008-11-30 Benjamin PetersonMerged revisions 67348,67355,67359,67362,67364-67365...
2008-11-30 Benjamin PetersonMerged revisions 67442 via svnmerge from
2008-11-30 Martin v. LöwisMerged revisions 67449 via svnmerge from
2008-11-30 Martin v. LöwisIssue #4407: Fix source file that caused the compileall...
2008-11-30 Benjamin PetersonBlocked revisions 67370 via svnmerge
2008-11-29 Amaury Forgeot... Fix more threading API related bugs: Thread.get_name...
2008-11-28 Amaury Forgeot... #4455: IDLE failed to display the windows list when...
2008-11-28 Benjamin PetersonMerged revisions 67428 via svnmerge from
2008-11-28 Benjamin PetersonBlocked revisions 67349,67353,67396,67407,67411 via...
2008-11-28 Jesse NollerFix mp example, remove fix_logger call
2008-11-28 Jesse NollerMerge r67419 to py3k, mp doc fixes
2008-11-28 Christian HeimesForgot to update Misc/NEWS
2008-11-28 Christian Heimes2to3 run of multiprocessing examples.
2008-11-28 Christian HeimesMerged revisions 67414 via svnmerge from
2008-11-27 Matthias Klose- Modules/Setup.dist: Add _bisect
2008-11-27 Matthias Klose- Modules/Setup.dist: add datetime, update _elementtree
2008-11-27 Matthias Klose- Modules/Setup.dist: Update pyexpat
2008-11-26 Thomas HellerRemove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError...
2008-11-26 Matthias Klose- Modules/Setup.dist: Fix typo in last checkin
2008-11-26 Matthias Klose- Modules/Setup.dist: Mention _elementtree and _pickle.
2008-11-26 Matthias Klose- Fix build failure of _cursesmodule.c building with...
2008-11-26 Matthias Klose- fix build failure in Modules/fpectlmodule.c (not...
2008-11-26 Thomas HellerPrevent UnicodeDecodeErrors in ctypes with non-ascii...
2008-11-25 Benjamin Petersoncheck the return value of NEW_IDENTIFIER in some more...
2008-11-25 Brett CannonFix a broken test_dbm_gnu as introducted by r67380.
2008-11-25 Christian HeimesSecond fix for issue #4373
2008-11-25 Amaury Forgeot... #4373: Reference leak in the pickle module.
2008-11-25 Brett Cannondbm.gnu and dbm.ndbm accept both strings and bytes...
2008-11-25 Thomas HellerMake ast.c compile on Windows again.
2008-11-25 Benjamin PetersonBlocked revisions 67376 via svnmerge
2008-11-25 Benjamin PetersonMerged revisions 67373 via svnmerge from
next