summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use Py_SAFE_DOWNCAST for safety. Fix format strings. Remove 2 more stray | ...Neal Norwitz2006-05-301-6/+6
* Remove stray | in commentNeal Norwitz2006-05-301-1/+1
* Convert relevant dict internals to Py_ssize_t.Tim Peters2006-05-302-48/+64
* Simplify further by using AddStringConstantNeal Norwitz2006-05-301-4/+2
* Set a binary svn:mime-type property on this UTF-8 encoded file.Tim Peters2006-05-300-0/+0
* Whitespace normalization.Tim Peters2006-05-303-5/+5
* deprecated_err(): Stop bizarre warning messages when the testsTim Peters2006-05-301-2/+6
* Add a length check to aifc to ensure it doesn't write a bogus fileBob Ippolito2006-05-301-0/+2
* struct: modulo math plus warning on all endian-explicit formats for compatibi...Bob Ippolito2006-05-292-22/+199
* fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying onFredrik Lundh2006-05-292-1/+12
* Whoops.Georg Brandl2006-05-291-2/+6
* Convert more modules to METH_VARARGS.Georg Brandl2006-05-298-113/+139
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-2926-404/+186
* Add News entry for last commit.Georg Brandl2006-05-291-0/+3
* Patches #1497027 and #972322: try HTTP digest auth first,Georg Brandl2006-05-293-9/+66
* When adding a module like functools, it helps to let SVN know about the file.Nick Coghlan2006-05-291-0/+26
* Correct some value converting strangenesses.Georg Brandl2006-05-294-7/+7
* Silence a warning.Armin Rigo2006-05-291-1/+1
* simplify the struct code a bit (no functional changes)Bob Ippolito2006-05-291-23/+31
* Fix #1494787 (pyclbr counts whitespace as superclass name)Georg Brandl2006-05-291-2/+4
* Fix compiler warning.Georg Brandl2006-05-291-1/+1
* Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671.Georg Brandl2006-05-291-0/+7
* Fix #1494605.Georg Brandl2006-05-291-1/+2
* Convert fmmodule to METH_VARARGS.Georg Brandl2006-05-291-11/+11
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-2910-26/+32
* Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.Georg Brandl2006-05-292-3/+6
* METH_NOARGS functions do get called with two args.Georg Brandl2006-05-281-5/+5
* Convert audioop over to METH_VARARGS.Georg Brandl2006-05-281-60/+66
* Fix C function calling conventions in _sre module.Georg Brandl2006-05-281-38/+18
* A clearer error message when passing -R to regrtest.py withArmin Rigo2006-05-281-0/+3
* Correct None refcount issue in Mac modules. (Are theyGeorg Brandl2006-05-285-5/+5
* Fix ref-antileak in _struct.c which eventually lead to deallocating None.Georg Brandl2006-05-281-1/+1
* Make last patch valid C89 so Windows compilers can deal with it.Thomas Wouters2006-05-281-1/+2
* use the UnicodeError traversal and clearing functions in UnicodeErrorMichael W. Hudson2006-05-281-4/+4
* Fix refleaks in UnicodeError get and set methods.Georg Brandl2006-05-281-45/+56
* Patch #1496206: urllib2 PasswordMgr ./. default portsGeorg Brandl2006-05-283-18/+82
* The empty string is a valid import path.Georg Brandl2006-05-281-2/+4
* ("Forward-port" of r46506)Armin Rigo2006-05-288-16/+24
* Initial version of systimes - a module to provide platform dependentMarc-André Lemburg2006-05-281-0/+197
* Quality control, meet exceptions.c, round two.Michael W. Hudson2006-05-281-222/+165
* Rest of patch #1490384: Commit icon source, removeMartin v. Löwis2006-05-283-4/+609
* Patch #1080727: add "encoding" parameter to doctest.DocFileSuiteGeorge Yoshida2006-05-285-10/+99
* Quality control, meet exceptions.c.Michael W. Hudson2006-05-281-128/+105
* needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),Fredrik Lundh2006-05-283-46/+60
* PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-pasteTim Peters2006-05-282-18/+23
* Added missing svn:eol-style property to text files.Tim Peters2006-05-2830-10308/+10308
* fix typoGeorge Yoshida2006-05-271-1/+1
* End of Ch.3 is now about "with statement".George Yoshida2006-05-271-3/+3
* minor markup nitsGeorge Yoshida2006-05-272-4/+5
* move semicolonsRichard Jones2006-05-271-53/+51