]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2007-08-03  Guido van RossumSF patch# 1764815 by Paul Colomiets.
2007-08-03  Guido van RossumSF patch# 1766592 by Paul Colomiets.
2007-08-03  Collin WinterConvert print statements to function calls in Tools/.
2007-08-03  Jeremy HyltonMake consistent use of "" for string literals in new...
2007-08-03  Jeremy HyltonFix status line parsing for http response.
2007-08-02  Guido van RossumAdd a default __prepare__() method to 'type', so it...
2007-08-02  Georg BrandlRemove useless \withsubitem.
2007-08-01  Guido van RossumChanges to long and float by Jeffrey Jasskin to conform...
2007-08-01  Guido van RossumWhen testing all stdlib modules, ignore test_pep263...
2007-08-01  Guido van RossumTests for @abstractproperty by Jeffrey Yasskin.
2007-08-01  Guido van RossumKill div, mod and divmod on complex (already deprecated...
2007-08-01  Guido van RossumAdd @abstractproperty.
2007-07-30  Walter DörwaldBytes (which are the input for decoding) are mutable...
2007-07-30  Brett CannonIn cases where dealing with base64, do the conversion...
2007-07-30  Brett CannonDon't try to use a bytes sequence for file paths. ...
2007-07-30  Guido van RossumAdd a missing "rf.depth = 0;" to marshal_load().
2007-07-29  Martin v. LöwisImplement PEP 3120.
2007-07-29  Brett CannonTesting against a different default encoding is meaning...
2007-07-29  Brett CannonExpat parser no longer has a returns_unicode attribute...
2007-07-28  Martin v. LöwisUse BytesIO instead of cStringIO.StringIO.
2007-07-28  Martin v. LöwisRevert previous checkin.
2007-07-28  Martin v. LöwisFix quopri to operate consistently on bytes.
2007-07-28  Martin v. LöwisReturn bytes, not str8.
2007-07-28  Martin v. LöwisPatch #1762412: Fix test case for struni branch.
2007-07-27  Guido van RossumFix the minidom test.
2007-07-27  Guido van RossumSF patch# 1759922 by Alexandre Vassalotti.
2007-07-27  Guido van RossumMake test_sgmllib pass on OSX. Hopefully it still passe...
2007-07-27  Guido van RossumFix the docstrings for keys(), items(), values() (espec...
2007-07-27  Guido van RossumSF patch# 1757839 by Alexandre Vassalotti (part 2).
2007-07-27  Guido van RossumSF patch# 1761465 by Jeffrey Yasskin.
2007-07-27  Guido van RossumDelete redundant read() and close() methods from Socket...
2007-07-26  Guido van RossumDon't redirect stdout for test_curses.
2007-07-26  Guido van RossumReturn bytes, not string from read(). Makes test_mmap...
2007-07-26  Brett CannonMove xdrlib over to the bytes type.
2007-07-26  Brett CannonMove shelve over to BytesIO as pickle.(Pickler | Unpick...
2007-07-25  Guido van RossumFix two bad type identifiers that caused crashes on...
2007-07-24  Guido van RossumMake the last two curses demos work again -- they were...
2007-07-24  Guido van RossumccMake test_curses pass.
2007-07-23  Guido van RossumMake test_wave.py pass.
2007-07-23  Guido van RossumMake test_tcl.py pass, by accepting unicode strings...
2007-07-23  Guido van RossumTweaks to make the codecmaps tests pass again.
2007-07-23  Guido van RossumSF patch# 1759016 by Joe Gregorio, who writes:
2007-07-23  Guido van RossumSF patch# 1758570 by Jeffrey Yasskin, who writes:
2007-07-23  Guido van RossumDon't use cwnon-ASCII characters in the source; use...
2007-07-23  Guido van RossumFix import of frozen package submodules to use Unicode...
2007-07-23  Guido van RossumAdd a command line option to set the -u flag.
2007-07-23  Guido van RossumDon't use a sleep to wait for the server to be ready...
2007-07-23  Collin WinterFix test_largefile by changing some string literals...
2007-07-23  Collin WinterFix test_poplib failures.
2007-07-22  Guido van RossumMake close() (all versions) ignore IOError from flush().
2007-07-22  Guido van RossumRemove this test; it checked for a single old bug and...
2007-07-22  Guido van RossumMake test_compile not fail.
2007-07-22  Martin v. LöwisDrop cPickle from Windows build process.
2007-07-22  Martin v. LöwisMerged revisions 56483-56491 via svnmerge from
2007-07-21  Martin v. LöwisFix merge breakage.
2007-07-21  Martin v. LöwisMerged revisions 56467-56482 via svnmerge from
2007-07-21  Guido van RossumSF patch# 1757683 by Alexandre Vassalotti. Add support for
2007-07-21  Guido van RossumSF patch# 1757839 by Alexandre Vassalotti -- make test_...
2007-07-21  Guido van RossumSF patch# 1757758 by Alexandre Vassalotti, fixing test_ucn.
2007-07-20  Collin WinterMake doctest pass by specifying the right encoding.
2007-07-20  Guido van RossumFix test_uuid.py.
2007-07-20  Guido van RossumDelete failing test that was checking that a slot decla...
2007-07-20  Martin v. LöwisMake audioop and its tests use bytes throughout.
2007-07-20  Martin v. LöwisFix test_doctest: drop u prefixes; explicitly declare
2007-07-20  Guido van RossumMerged revisions 56443-56466 via svnmerge from
2007-07-20  Guido van RossumFix test_cookie.py.
2007-07-20  Guido van RossumGetting rid of cPickle. Mmm, feels good!
2007-07-19  Guido van RossumMake test_datetime.py pass by killing all references...
2007-07-19  Guido van RossumFix test_pickle, by reverting the string opcodes (S...
2007-07-19  Guido van RossumFix a bug in PyUnicode_FromStringAndSize() with signed...
2007-07-18  Guido van RossumFix test_zipfile.py. (Why was it passing before?)
2007-07-18  Guido van RossumMake test_unicode pass after the lexer was fixed to...
2007-07-18  Guido van RossumMake test_parser pass after merge.
2007-07-18  Guido van RossumFix test_asyncore after merge. It needs to use bytes.
2007-07-18  Guido van RossumMerged revisions 56301-56442 via svnmerge from
2007-07-18  Guido van RossumDo the right thing for CYGWIN.
2007-07-18  Martin v. LöwisChange Py_BuildValue to generate Unicode objects for
2007-07-17  Collin WinterRun 2to3 over the Demo/ directory to shut up parse...
2007-07-17  Guido van RossumSF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg...
2007-07-17  Guido van RossumMinimal changes to make ftplib work. Basically, this...
2007-07-17  Guido van Rossum(1) SF patch# 1755214 by Amaury Forgeot d'Arc which...
2007-07-17  Collin WinterFix two bugs from the map->itertools.imap switch.
2007-07-17  Collin WinterFix a bug in distutils.core's error handling.
2007-07-17  Guido van RossumMake the test of chr() overflow pass.
2007-07-17  Collin WinterFix a bug from the map->itertools.imap conversion.
2007-07-17  Guido van RossumMake test_pickletools.py pass.
2007-07-16  Guido van RossumFix for cProfile.
2007-07-16  Guido van RossumChange a bunch of file encodings from Latin-1 to UTF-8.
2007-07-16  Guido van RossumFix for one particular test (test_file). There are...
2007-07-16  Guido van RossumThree patches by Amaury Forgeot d'Arc; SF patch# 1754484.
2007-07-16  Guido van RossumFix test_uu.py by inserting an explicit conversion...
2007-07-16  Guido van RossumFix a weird use of try/finally to close a file.
2007-07-16  Guido van RossumSF patch# 1752647 by Joe Gregorio.
2007-07-15  Guido van RossumUse the encoding specification when reading the source...
2007-07-15  Guido van RossumDon't stop installing if compileall fails -- ever.
2007-07-15  Guido van RossumImprove error handling; don't die from unicode errors...
2007-07-15  Guido van RossumMake chr() and ord() return/accept surrogate pairs...
2007-07-14  Thomas HellerFix ctypes tests on OS X.
2007-07-13  Thomas HellerFor easier merging, revert ths change; it will be broug...
2007-07-13  Thomas Helleratexit is a builtin module now, provide that on Windows.
next