2009-02-20 |
benjamin.peterson | revert r69777 since all the experts agree that extra...
|
commit | commitdiff | tree |
2009-02-16 |
benjamin.peterson | PyList_Append() can fail
|
commit | commitdiff | tree |
2009-02-16 |
benjamin.peterson | remove some PyBytes_* aliases that are not in 3.x
|
commit | commitdiff | tree |
2009-02-16 |
benjamin.peterson | fix compiler warnings
|
commit | commitdiff | tree |
2009-02-16 |
benjamin.peterson | note functions that are not aliased to PyBytes_ #5280
|
commit | commitdiff | tree |
2009-02-14 |
benjamin.peterson | this needn't be a shebang line
|
commit | commitdiff | tree |
2009-02-14 |
benjamin.peterson | we're no longer using CVS, so this doesn't have to...
|
commit | commitdiff | tree |
2009-02-12 |
benjamin.peterson | no need for this __bases__ trick anymore
|
commit | commitdiff | tree |
2009-02-12 |
benjamin.peterson | os.fsync() should be used to ensure that data is written...
|
commit | commitdiff | tree |
2009-02-08 |
benjamin.peterson | a few edits and typos
|
commit | commitdiff | tree |
2009-02-08 |
benjamin.peterson | document numliterals fixer
|
commit | commitdiff | tree |
2009-02-07 |
benjamin.peterson | document individual 2to3 fixers
|
commit | commitdiff | tree |
2009-02-07 |
benjamin.peterson | make destinsrc private
|
commit | commitdiff | tree |
2009-02-06 |
benjamin.peterson | fix download link
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | more flags which only work for function blocks
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | add explanatory comment
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | fix indentation in comment
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | fix indentation; looks like all I managed to do the...
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | fix indentation
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | I believe the intention here was to avoid a global...
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | fix indentation
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | PyErr_BadInternalCall() raises a SystemError, not TypeError...
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | completely detabify unicodeobject.c
|
commit | commitdiff | tree |
2009-01-31 |
benjamin.peterson | check the errno in bad fd cases
|
commit | commitdiff | tree |
2009-01-30 |
benjamin.peterson | make _tkinter._flatten check the result of PySequence_Size...
|
commit | commitdiff | tree |
2009-01-30 |
benjamin.peterson | pep8tify conditionals
|
commit | commitdiff | tree |
2009-01-29 |
benjamin.peterson | fix download url
|
commit | commitdiff | tree |
2009-01-27 |
benjamin.peterson | use True and False
|
commit | commitdiff | tree |
2009-01-27 |
benjamin.peterson | excellent place to use a set() #5069
|
commit | commitdiff | tree |
2009-01-25 |
benjamin.peterson | fix building the core with --disable-unicode
|
commit | commitdiff | tree |
2009-01-20 |
benjamin.peterson | fix url
|
commit | commitdiff | tree |
2009-01-20 |
benjamin.peterson | backport r68802 (bugfix)
|
commit | commitdiff | tree |
2009-01-20 |
benjamin.peterson | allow unicode keyword arguments for the ** syntax ...
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | I'm sick of these deprecations warnings in test_os
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | make bad file descriptor tests more robust
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | add email address
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | move BufferedIOBase into the base class section
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | simplify code
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | add a note about the ftruncate change
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | Removed merge tracking for "svnmerge" for
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | Removed merge tracking for "svnmerge" for
|
commit | commitdiff | tree |
2009-01-19 |
benjamin.peterson | raise an OSError for invalid fds #4991
|
commit | commitdiff | tree |
2009-01-18 |
benjamin.peterson | fix encoding cookie case
|
commit | commitdiff | tree |
2009-01-18 |
benjamin.peterson | fix test that wasn't working as expected #4990
|
commit | commitdiff | tree |
2009-01-18 |
benjamin.peterson | fix grammar
|
commit | commitdiff | tree |
2009-01-18 |
benjamin.peterson | bytearrays are mutable sequences
|
commit | commitdiff | tree |
2009-01-17 |
benjamin.peterson | fix inspect.isclass() on instances with a custom __getattr__...
|
commit | commitdiff | tree |
2009-01-17 |
benjamin.peterson | trying to find some fpathconf() settings that all unixs...
|
commit | commitdiff | tree |
2009-01-17 |
benjamin.peterson | use enumerate
|
commit | commitdiff | tree |
2009-01-16 |
benjamin.peterson | compare with == not is #4946
|
commit | commitdiff | tree |
2009-01-13 |
benjamin.peterson | fix test_xmlrpc failures #4939
|
commit | commitdiff | tree |
2009-01-13 |
benjamin.peterson | de-spacify
|
commit | commitdiff | tree |
2009-01-13 |
benjamin.peterson | add bytearrayobject.h to PYTHON_HEADERS
|
commit | commitdiff | tree |
2009-01-13 |
benjamin.peterson | make bytearrayobject.o depend on the stringlib #4936
|
commit | commitdiff | tree |
2009-01-13 |
benjamin.peterson | small logic correction
|
commit | commitdiff | tree |
2009-01-11 |
benjamin.peterson | add email addresses
|
commit | commitdiff | tree |
2009-01-10 |
benjamin.peterson | macos 9 isn't supported
|
commit | commitdiff | tree |
2009-01-10 |
benjamin.peterson | move seealso to a more appropiate place
|
commit | commitdiff | tree |
2009-01-10 |
benjamin.peterson | make tests fail if they can't be imported
|
commit | commitdiff | tree |
2009-01-10 |
benjamin.peterson | fix encoding
|
commit | commitdiff | tree |
2009-01-10 |
benjamin.peterson | tp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
|
commit | commitdiff | tree |
2009-01-10 |
benjamin.peterson | rewrite verbose conditionals
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | remove temporary code now
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | be more specific in -3 option help
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | add -3 to manpage
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | fix spelling
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | fix markup
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | specify what -3 warnings are about
|
commit | commitdiff | tree |
2009-01-09 |
benjamin.peterson | Merged revisions 68306-68308,68340,68368,68422 via... r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun... r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun... r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun... r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue... r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu...
|
commit | commitdiff | tree |
2009-01-08 |
benjamin.peterson | use new sphinx modules
|
commit | commitdiff | tree |
2009-01-08 |
benjamin.peterson | string exceptions are gone
|
commit | commitdiff | tree |
2009-01-04 |
benjamin.peterson | use Jinja 2.1.1
|
commit | commitdiff | tree |
2009-01-04 |
benjamin.peterson | only check the actual compile() call for a SyntaxError
|
commit | commitdiff | tree |
2009-01-03 |
benjamin.peterson | Merged revisions 67900-67901,67919,67928,67984,67991... r67900 | benjamin.peterson | 2008-12-22 14:02:45 -0600 (Mon... r67901 | benjamin.peterson | 2008-12-22 14:09:55 -0600 (Mon... r67919 | benjamin.peterson | 2008-12-23 13:12:22 -0600 (Tue... r67928 | benjamin.peterson | 2008-12-26 20:49:30 -0600 (Fri... r67984 | benjamin.peterson | 2008-12-28 09:55:16 -0600 (Sun... r67991 | benjamin.peterson | 2008-12-28 14:30:26 -0600 (Sun... r67992 | benjamin.peterson | 2008-12-28 14:34:47 -0600 (Sun... r67993 | benjamin.peterson | 2008-12-28 15:04:32 -0600 (Sun... r68106 | benjamin.peterson | 2008-12-31 11:53:58 -0600 (Wed... r68107 | benjamin.peterson | 2008-12-31 11:55:10 -0600 (Wed... r68108 | benjamin.peterson | 2008-12-31 12:00:12 -0600 (Wed... r68110 | benjamin.peterson | 2008-12-31 14:13:26 -0600 (Wed...
|
commit | commitdiff | tree |
2009-01-02 |
benjamin.peterson | fix compilation on non-Windows platforms
|
commit | commitdiff | tree |
2009-01-02 |
benjamin.peterson | document PyMemberDef
|
commit | commitdiff | tree |
2009-01-01 |
benjamin.peterson | welcome to 2009, Python!
|
commit | commitdiff | tree |
2009-01-01 |
benjamin.peterson | fix highlighting
|
commit | commitdiff | tree |
2009-01-01 |
benjamin.peterson | simplfy code
|
commit | commitdiff | tree |
2008-12-31 |
benjamin.peterson | #4795 inspect.isgeneratorfunction() should return False...
|
commit | commitdiff | tree |
2008-12-31 |
benjamin.peterson | fix name collision issues
|
commit | commitdiff | tree |
2008-12-31 |
benjamin.peterson | #4788 qualify some bare except clauses
|
commit | commitdiff | tree |
2008-12-29 |
benjamin.peterson | fix French
|
commit | commitdiff | tree |
2008-12-29 |
benjamin.peterson | #4764 in io.open, set IOError.filename when trying...
|
commit | commitdiff | tree |
2008-12-29 |
benjamin.peterson | #4764 set IOError.filename when trying to open a directory...
|
commit | commitdiff | tree |
2008-12-28 |
benjamin.peterson | #4763 PyErr_ExceptionMatches won't blow up with NULL...
|
commit | commitdiff | tree |
2008-12-28 |
benjamin.peterson | fix WORD_BIGEDIAN declaration in Universal builds;...
|
commit | commitdiff | tree |
2008-12-27 |
benjamin.peterson | fix markup
|
commit | commitdiff | tree |
2008-12-27 |
benjamin.peterson | #4748 lambda generators shouldn't return values
|
commit | commitdiff | tree |
2008-12-26 |
benjamin.peterson | python version is included in file name now
|
commit | commitdiff | tree |
2008-12-24 |
benjamin.peterson | pretend exceptions don't exist a while longer
|
commit | commitdiff | tree |
2008-12-24 |
benjamin.peterson | #4736 BufferRWPair.closed shouldn't try to call another...
|
commit | commitdiff | tree |
2008-12-23 |
benjamin.peterson | make global static
|
commit | commitdiff | tree |
2008-12-23 |
benjamin.peterson | use a global variable, so the compiler doesn't optimize...
|
commit | commitdiff | tree |
2008-12-22 |
benjamin.peterson | silence compiler warning
|
commit | commitdiff | tree |
2008-12-22 |
benjamin.peterson | add NEWS note
|
commit | commitdiff | tree |
2008-12-22 |
benjamin.peterson | fix #4720: the format to PyArg_ParseTupleAndKeywords...
|
commit | commitdiff | tree |
2008-12-22 |
benjamin.peterson | less attitude
|
commit | commitdiff | tree |
2008-12-22 |
benjamin.peterson | add py3k warnings to frame.f_exc_*
|
commit | commitdiff | tree |
2008-12-21 |
benjamin.peterson | compute DISTVERSION with patchlevel.py
|
commit | commitdiff | tree |