]> granicus.if.org Git - python/shortlog
python
2007-04-08 Guido van RossumMake it possible to instantiate a _FileIO() with an...
2007-04-07 Guido van RossumSomehow this contained a bogus reference to "exceptions...
2007-04-07 Guido van RossumA class used as an exception should inherit from Exception.
2007-04-07 Guido van RossumAdd some backwards compatibility stuff.
2007-04-06 Guido van RossumCheckpoint.
2007-04-06 Guido van RossumGet rid of duplicate definition of BufferedIOBase.
2007-04-06 Guido van RossumAdded a working Text I/O layer, by Mark Russell.
2007-03-29 Fred Drakemake the markup match that of the trunk to avoid insane...
2007-03-29 Guido van RossumFix refcounting bug reported by Amaury Forgeot d'Arc.
2007-03-28 Collin WinterMake readonly members defined in C throw an AttributeEr...
2007-03-28 Guido van RossumMore fixes related to removal of exception slicing.
2007-03-28 Guido van RossumFix errors in bsddb3 tests due to removal of exception...
2007-03-28 Guido van RossumMoving xreload to the sandbox for now.
2007-03-27 Guido van RossumBy default, != returns the opposite of ==, unless the...
2007-03-27 Guido van RossumLooks like this file wasn't checked in.
2007-03-27 Collin WinterFix two bugs related to the remove of exception subscri...
2007-03-23 Collin WinterAddress some XXXs from Neal Norwitz.
2007-03-21 Brett CannonWhen removing indexing/slicing on exceptions some place...
2007-03-21 Guido van RossumFix refleak in compiler.
2007-03-21 Collin WinterRemove isCallable() and sequenceIncludes() from the...
2007-03-21 Neal NorwitzLittle fixes:
2007-03-21 Collin WinterPatch #1680961: remove sys.exitfunc and replace it...
2007-03-21 Collin WinterUse the local python binary to build the docs, not...
2007-03-21 Collin WinterRun 2to3 over Doc/tools/.
2007-03-19 Guido van RossumMake test_socket_ssl.py pass by fixing some code that was
2007-03-19 Guido van RossumUse input() now that it is available.
2007-03-19 Georg Brandl"from ... import x" should not be a syntax error.....
2007-03-19 Guido van RossumFix the compiler package w.r.t. the new metaclass syntax.
2007-03-18 Georg BrandlNEWS item for PEP 3115.
2007-03-18 Georg BrandlRefactor astgen.py with 2to3.
2007-03-18 Georg BrandlMake ELLIPSIS a separate token. This makes it a syntax...
2007-03-18 Georg BrandlRemove the deprecated and useless "pend" argument from
2007-03-18 Guido van RossumUpdate the silly version number.
2007-03-18 Guido van RossumImplement PEP 3115 -- new metaclass syntax and semantics.
2007-03-18 Guido van RossumBug 1679498: remove unused instance variables _readable...
2007-03-18 Guido van RossumBug 1679498: unset variable 'bs'.
2007-03-15 Guido van RossumAdd some XXX comments and fix BufferedReader signature.
2007-03-15 Guido van RossumAdd Mike Verdone (co-author of io.py and PEP 3116).
2007-03-12 Georg BrandlCheck the keys of the locals dict -- they need not...
2007-03-10 Georg BrandlPatch #1591665: implement the __dir__() special functio...
2007-03-08 Collin WinterAdd a missing forward declaration for PyFileIO_Type...
2007-03-08 Collin WinterMove test_unittest, test_doctest and test_doctest2...
2007-03-08 Guido van RossumFix another unittest that broke due to dict views ...
2007-03-08 Guido van RossumFix embarrassing syntax mix.
2007-03-08 Guido van RossumCheck in Daniel Stutzbach's _fileio.c and test_fileio.py
2007-03-07 Guido van RossumDelete TESTFN after the test.
2007-03-07 Guido van RossumChange the specs for readinto() -- it should *not*...
2007-03-07 Guido van RossumNew version from Mike Verdone (sat in my inbox since...
2007-03-06 Georg BrandlAddendum of patch #1669633: additional tests for bytes...
2007-02-28 Guido van RossumFinal part of SF# 1607548 by Tony Lownds: fix pydoc...
2007-02-28 Jack Diederichregenerated to reflect the addition of 'nonlocal' and...
2007-02-28 Guido van RossumRegenerate symbol.py.
2007-02-28 Brett CannonUse __builtin__, not __builtins__.
2007-02-28 Brett CannonFix test_pep352 to deal with the removal of the 'except...
2007-02-27 Guido van RossumFix off-by-one bug in memmove() call in bytes_insert().
2007-02-27 Brett CannonFix httplib for removal of slicing from exceptions.
2007-02-27 Brett CannonCommit version bump.
2007-02-27 Neal NorwitzSF patch #1670209, Remove Py_PROTO from socket by Pete...
2007-02-27 Neal NorwitzSF patch #1669633, add methods for bytes from Pete...
2007-02-27 Neal NorwitzFix breakage from removing exceptions module
2007-02-27 Guido van RossumMike Verdone's checkpoint, cleaned up.
2007-02-27 Jeremy HyltonAdd news about nonlocal statement
2007-02-27 Guido van RossumAdded some comments and docstrings. More is needed.
2007-02-27 Georg BrandlRemove a few stray tabs from bytesobject.c.
2007-02-27 Georg BrandlImplement bytes.fromhex(), with tests.
2007-02-27 Neal NorwitzI assume this was supposed to be Py_ssize_t since there...
2007-02-27 Jeremy HyltonProvisional implementation of PEP 3104.
2007-02-27 Neal NorwitzAdd some XXX comments for Guido to look at.
2007-02-27 Guido van RossumCheckpoint for new I/O library.
2007-02-27 Guido van RossumFix some silly uses of KEYS, ITEMS, VALUES.
2007-02-27 Neal NorwitzRemove duplicate refs to int from int/long unification...
2007-02-27 Brett CannonRemove the ability to slice/index on exceptions per...
2007-02-27 Brett CannonTweak the fix for test_traceback since the fix for...
2007-02-26 Brett CannonFix a broken test in test_traceback where the module...
2007-02-26 Neal NorwitzAdd TODO
2007-02-26 Neal NorwitzRemove the exceptions builtin module, all the exception...
2007-02-26 Guido van RossumFix another loop over a dict that may change... :-(
2007-02-26 Guido van RossumAdd -d/--debug option to print traceback without -v...
2007-02-26 Brett CannonMake it so TypeError is raised if an instance of an...
2007-02-26 Neal NorwitzThe raw_input name was removed, but the implementation...
2007-02-26 Neal Norwitzraw_input() really was removed, only input() was resurr...
2007-02-26 Guido van RossumTwo more patches by Tony Lownds (SF# 1607548).
2007-02-26 Brett CannonYou can no longer catch non-BaseException objects;...
2007-02-26 Neal NorwitzWhoops, fix build breakage. There were still a few...
2007-02-26 Neal Norwitzbool is no longer required, it was only used for the...
2007-02-26 Thomas WoutersMerged revisions 53912-53951 via svnmerge from
2007-02-26 Guido van RossumAdd raw_input() back, named input(). Revive the old...
2007-02-26 Guido van RossumAdd a partial list of limitations, stripping out some...
2007-02-26 Guido van RossumChange a test to be more predictable.
2007-02-26 Georg BrandlAnother refleak, this time in PyLong_AsLong. Fixes...
2007-02-26 Guido van RossumUse better idiom to sort keys.
2007-02-26 Georg BrandlFix a refleak in the MAKE_FUNCTION opcode in ceval.c.
2007-02-26 Georg BrandlFix a refleak in PyString_Format.
2007-02-26 Georg BrandlFix refleaks in function objects caused by kwdefaults...
2007-02-26 Georg BrandlFix leak in the print function.
2007-02-26 Georg BrandlFix token.py main code vs. dict views.
2007-02-26 Guido van RossumFix a bizarre error where test_pickletools fails if...
2007-02-26 Guido van RossumDon't confound Neil S on b"a"[0] = b"b".
2007-02-26 George Yoshidaput a missing curly brace
2007-02-25 Neal NorwitzThese comments aren't relevant for 3k. They were to...
next