summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700Collin Winter2007-08-244-14/+14
* Whitespace cleanup.Guido van Rossum2007-08-241-10/+10
* Clean up after a merge left behind old except clause syntax.Guido van Rossum2007-08-241-6/+6
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-2425-157/+447
* reapply of r57378 to fix bug 1725856Gregory P. Smith2007-08-242-0/+20
* Fix logic bug that triggered assert.Guido van Rossum2007-08-241-1/+2
* Make uuid.py thread-safe. Fix by Yuri Ginsburg.Guido van Rossum2007-08-241-1/+4
* Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away.Guido van Rossum2007-08-241-54/+74
* Patch by Ero Carrera to get rid of PyString in timemodule.c.Guido van Rossum2007-08-241-3/+10
* math.floor(<int>) now returns the argument,Guido van Rossum2007-08-241-1/+3
* cPickle was removedNeal Norwitz2007-08-249-21/+1
* Before calling _PyType_Lookup() the type needs to be initialized.Guido van Rossum2007-08-241-0/+10
* Use unicode for the errno.errorcode namesNeal Norwitz2007-08-241-2/+2
* Return unicode for a key name from a wide characterNeal Norwitz2007-08-241-2/+2
* Use UTF-8 for a docstring that contains non-ASCII chars.Neal Norwitz2007-08-231-3/+4
* Patch by Keir Mierle so that sets can be compared to other objects that knowGuido van Rossum2007-08-232-6/+38
* CFunctions' doc strings should be Unicode.Guido van Rossum2007-08-231-2/+2
* Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__Guido van Rossum2007-08-232-6/+70
* Finish the work on __round__ and __trunc__.Guido van Rossum2007-08-234-60/+173
* Fix test_shelve when it uses dumbdbm. Found and fixed by Larry Hastings.Neal Norwitz2007-08-231-0/+1
* Convert a bunch of constant strings in C to unicode.Neal Norwitz2007-08-237-8/+8
* Use unicode.Neal Norwitz2007-08-231-2/+2
* Remove unused variable.Guido van Rossum2007-08-231-1/+1
* Use a newer API for creating the module so we don't have to createNeal Norwitz2007-08-231-5/+1
* Use a newer API for creating the module so we don't have to createNeal Norwitz2007-08-231-4/+1
* Require strict bytes objects for all bsddb.db input values.Gregory P. Smith2007-08-235-77/+80
* docstring cut n paste correctionGregory P. Smith2007-08-231-1/+1
* os.getcwd() is returning str8; sys.path items are str.Kurt B. Kaiser2007-08-231-1/+4
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-2314-51/+50
* Correction to the xmlrpc docs by John Reese and Jacques Frechet.Guido van Rossum2007-08-231-1/+1
* Fix raise with 2to3Kurt B. Kaiser2007-08-237-19/+19
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-2351-506/+506
* Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass.Guido van Rossum2007-08-222-9/+16
* Change the error reporting when an invalid string is encountered to avoidGuido van Rossum2007-08-221-18/+9
* Implement the round functionality for PEP 3141, and add tests for it.Alex Martelli2007-08-222-2/+39
* Convert raise statements in Mac/.Collin Winter2007-08-2211-58/+58
* Convert raise statements in Tools/.Collin Winter2007-08-2216-29/+29
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-2235-119/+120
* Implement the trunc builtin for PEP 3141Alex Martelli2007-08-222-0/+36
* Use python -E instead of undef PYTHONPATH.Guido van Rossum2007-08-221-5/+5
* Convert raise statements in bsddb.Collin Winter2007-08-229-33/+33
* Fix raise statements in hotshot.Collin Winter2007-08-222-5/+5
* Fix typo in commentKurt B. Kaiser2007-08-221-2/+2
* Replace file() with open()Kurt B. Kaiser2007-08-221-1/+1
* Use buffer of type 'bytes' to accumulate from socket.Kurt B. Kaiser2007-08-221-9/+9
* stop leaving log.0000001 __db.00* and xxx.db turds in developerGregory P. Smith2007-08-221-2/+11
* Patch #1774414: make it possible to use SVK to develop Python.Collin Winter2007-08-221-28/+30
* Fix bug introduced at r54854 to mass replace string fcns with methods :-)Kurt B. Kaiser2007-08-221-4/+1
* Eat some low hanging fruit... let the test suite run.Gregory P. Smith2007-08-224-7/+12
* Fix some debugging print statementsKurt B. Kaiser2007-08-221-4/+6