]> granicus.if.org Git - python/shortlog
python
2007-11-27 Christian HeimesMerged revisions 59187-59192 via svnmerge from
2007-11-27 Christian HeimesThe changes to PyMethod_New and the removal of unbound...
2007-11-27 Georg BrandlFuther update docs after unbound method removal.
2007-11-27 Christian HeimesRemoved the API to create unbound methods and simplifie...
2007-11-26 Guido van RossumMerged revisions 59107-59186 via svnmerge from
2007-11-26 Christian HeimesMinor cleanup
2007-11-25 Christian HeimesPatch from Georg Brandl and me for #1493
2007-11-25 Christian HeimesFixed bug in input() which broke pdb
2007-11-25 Georg Brandl#1479: Fix refleak in csv module (from rev 59062).
2007-11-25 Georg Brandl#1480: fix refleak in the sqlite module.
2007-11-25 Georg BrandlRemove unused variable.
2007-11-24 Georg BrandlUse proper API for iter.__next__().
2007-11-24 Christian HeimesAdded a simple helper script to build the dependencies...
2007-11-24 Christian HeimesUpdated readme.txt
2007-11-24 Christian HeimesFixed a newline problem
2007-11-24 Amaury Forgeot... fix #1409: cell variables were not initialized,
2007-11-23 Guido van RossumOpen output files in text mode, after all they are...
2007-11-23 Christian HeimesPaul had the great idea to add /DNO_TCL to the pre...
2007-11-23 Christian HeimesImplemented request from Marc-Andre Lemburg
2007-11-23 Christian HeimesAdded code to pre-generate makefiles and assembly files...
2007-11-23 Christian HeimesCleanup
2007-11-22 Amaury Forgeot... Just inline a function, and discover that it can only...
2007-11-22 Amaury Forgeot... Stream functions like read() are supposed to return...
2007-11-22 Amaury Forgeot... Problem found while converting from PyBytes to PyString:
2007-11-22 Georg BrandlFix, thanks to Nick.
2007-11-22 Georg BrandlUpdate docs for buffer -> bytearray rename.
2007-11-22 Christian HeimesRevert change of bz2.vcproj
2007-11-22 Christian HeimesFixed PGO builds
2007-11-22 Walter DörwaldUse PyString instead of PyBytes in wrap_strftime().
2007-11-22 Christian HeimesRemoved blocks from several functions in unicodeobject...
2007-11-22 Christian Heimesos.environ contains PyUnicode instances and not PyStrin...
2007-11-22 Christian HeimesRemoved some leftovers from the str8 days
2007-11-22 Amaury Forgeot... Typo in bytes.replace(): the buffer interface was alway...
2007-11-22 Amaury Forgeot... PyString_AsString is permissive and accepts unicode...
2007-11-22 Amaury Forgeot... In audioop, return PyString instead of PyBytes.
2007-11-22 Guido van RossumMerged revisions 59105-59106 via svnmerge from
2007-11-22 Guido van RossumMerged revisions 59077-59104 via svnmerge from
2007-11-21 Guido van RossumAdd ABC ByteString which unifies bytes and bytearray...
2007-11-21 Amaury Forgeot... when building with VC 2008, turn off unicode as default...
2007-11-21 Guido van RossumConvert the socket module to insist on bytes for input...
2007-11-21 Guido van RossumFix error messages for buffer objects to say "bytes...
2007-11-21 Guido van RossumMore PyBytes -> PyString.
2007-11-21 Guido van RossumMake os.read() return bytes, not bytearray.
2007-11-21 Guido van RossumReturn PyString, not PyBytes, for a bytes array.
2007-11-21 Guido van RossumFix an issue with str.translate() in IDLE -- str.transl...
2007-11-21 Guido van RossumMake read() and certificate() return bytes instead...
2007-11-21 Guido van RossumRename buffer -> bytearray.
2007-11-21 Christian HeimesFinal fix for #1403
2007-11-21 Christian HeimesRemoved character set = unicode as requested by Amaury
2007-11-21 Christian HeimesFixed bug #1020 pyexpat.XMParserType broken (was: pydoc...
2007-11-21 Christian HeimesPatch +1478 from Joseph Armbruster
2007-11-20 Christian HeimesMerged revisions 59056-59076 via svnmerge from
2007-11-20 Christian HeimesFor unknown reasons "Save All" doesn't save the vsprops...
2007-11-20 Christian HeimesFixes for #1473 and #1476
2007-11-20 Mark SummerfieldThe Identifiers and keywords syntax diagram did not...
2007-11-20 Christian HeimesAdded configurations and files for profile guided optim...
2007-11-20 Christian HeimesThe patch from weck does a better job than my original...
2007-11-20 Christian HeimesReport #1473 Drop _EXPORTS macros in PCbuild9
2007-11-20 Christian HeimesAnother fix for test_shutil. Martin pointed out that...
2007-11-20 Amaury Forgeot... os.system: on Windows, avoid encoding the command and...
2007-11-20 Christian HeimesFixed bug #1470
2007-11-19 Amaury Forgeot... Correct test_cvs on Windows, as suggested by Raghuram...
2007-11-19 Amaury Forgeot... Oops, I missed this one again (test_univnewlines fails):
2007-11-19 Amaury Forgeot... Issue1395: Universal mode used to duplicate newlines...
2007-11-19 Guido van RossumMake test_cmd_line_scripts pass by using a unicode...
2007-11-19 Christian HeimesFixed build order of the _ssl project. The openssl...
2007-11-19 Guido van RossumMerged revisions 59041-59055 via svnmerge from
2007-11-19 Guido van RossumTweak the imports so this script will run stand-alone.
2007-11-19 Christian HeimesI've spend some time to automate more steps of the...
2007-11-19 Martin v. LöwisRevert modifications to extract_msvcr71 in 59040,
2007-11-19 Christian HeimesRemoved ReleaseAMD64 and replaced it with platform...
2007-11-18 Christian HeimesI'm using the xxmodule and xxsubtype to test the msvcco...
2007-11-18 Christian HeimesMerged revisions 59005-59040 via svnmerge from
2007-11-18 Christian HeimesUpdates to the msi builder and PCbuild9 directory....
2007-11-17 Bill Janssenremove now-obsolete test_socket_ssl
2007-11-17 Christian HeimesFixed some build issues and updated docs.
2007-11-17 Christian HeimesThe _winreg module returns bytes which must be decoded...
2007-11-17 Christian HeimesInitial import of new PCbuild9 for VS 2008. It partly...
2007-11-16 Thomas HellerUse 'del' instead of rmpyc.py to remove the pyc and...
2007-11-16 Christian HeimesFixed an error in my last commit. The dll files are...
2007-11-16 Christian HeimesI finally figured out why _tkinter and _bsddb didn...
2007-11-16 Guido van RossumDisable dup() of SSLSocket. I don't think it can be...
2007-11-16 Guido van RossumThis is roughly socket2.diff from issue 1378, with...
2007-11-16 Amaury Forgeot... Correct a failing test when test_import is run after...
2007-11-16 Guido van RossumCleanup of tokenizer.c.
2007-11-16 Guido van RossumOops, forgot to test this after the merge.
2007-11-16 Guido van RossumMerged revisions 58947-59004 via svnmerge from
2007-11-16 Guido van RossumFix some minor style nits. (I'll leave adding __all__...
2007-11-15 Christian HeimesFix for VS 2008
2007-11-15 Amaury Forgeot... Correction for issue1134: all source files with a codin...
2007-11-15 Bill Janssenadd the certificate for the Python SVN repository for...
2007-11-15 Bill Janssenget SSL support to work again
2007-11-15 Amaury Forgeot... Attempt to manually add _ssl to the PCBuild8 solution...
2007-11-15 Amaury Forgeot... Found another memory leak in longrangeiter. And redo...
2007-11-15 Thomas HellerReplace PyObject_Unicode with PyObject_Str everywhere...
2007-11-15 Thomas HellerFix two compiler warnings on Win64.
2007-11-15 Christian HeimesIn anticipation of the upcoming ssl patch I've added...
2007-11-15 Guido van RossumPatch 1144 by David Binger, fix for parser module....
2007-11-15 Amaury Forgeot... Correct a memory leak: the range() object was not prope...
2007-11-15 Thomas HellerOn Win64, linking the python dll currently fails with...
next