summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Added test to ensure __format__ methods return unicode objects.Eric Smith2007-08-271-4/+1
* Some changes in preparation of stricter rules about mixing str and bytes.Guido van Rossum2007-08-272-9/+14
* PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unico...Eric Smith2007-08-271-51/+0
* Fix refleaks in test_unicode and test_string related to the new format code.Neal Norwitz2007-08-271-4/+4
* Make some internal functions staticNeal Norwitz2007-08-271-1/+1
* PEP 3101: Completed string.Formatter class. Reimplemented field_name to obje...Eric Smith2007-08-261-13/+14
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-261-29/+10
* Use unicodeNeal Norwitz2007-08-261-8/+8
* Fix a couple of warningsNeal Norwitz2007-08-261-1/+1
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-261-20/+8
* RegenerateNeal Norwitz2007-08-261-2/+2
* Use unicodeNeal Norwitz2007-08-252-3/+3
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-254-2/+121
* Use unicode for AST attributesNeal Norwitz2007-08-251-2/+2
* Use unicodeNeal Norwitz2007-08-251-4/+4
* Add const to input string parametersNeal Norwitz2007-08-251-6/+6
* Ensure that code object names (co_name) are unicode.Neal Norwitz2007-08-241-1/+1
* Use unicode for error messages of duplicate argsNeal Norwitz2007-08-241-3/+2
* Add const to some strings that are not modifiedNeal Norwitz2007-08-241-5/+5
* Use unicode for much of errors.Neal Norwitz2007-08-241-7/+7
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-242-2/+19
* Before calling _PyType_Lookup() the type needs to be initialized.Guido van Rossum2007-08-241-0/+10
* Finish the work on __round__ and __trunc__.Guido van Rossum2007-08-231-50/+38
* Implement the round functionality for PEP 3141, and add tests for it.Alex Martelli2007-08-221-2/+26
* Implement the trunc builtin for PEP 3141Alex Martelli2007-08-221-0/+22
* Patch #1774414: make it possible to use SVK to develop Python.Collin Winter2007-08-221-28/+30
* Merged in py3k-buffer branch to main line. All objects now use the buffer pr...Travis E. Oliphant2007-08-183-20/+48
* Remove support for BeOSSkip Montanaro2007-08-173-545/+0
* Remove RISCOS supportSkip Montanaro2007-08-163-114/+0
* Implement PEP 3131. Add isidentifier to str.Martin v. Löwis2007-08-152-1/+24
* Bug #1772489: make dir() work on traceback objects again.Collin Winter2007-08-141-1/+13
* Get rid of traceback.c:tb_getattr in favor of marking the members as READONLY.Collin Winter2007-08-141-19/+3
* PyErr_Warn is deprecated in 2.5 - goes away for 3.0Skip Montanaro2007-08-124-20/+9
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-102/+0
* Remove obsolete ifdef.Martin v. Löwis2007-08-111-2/+0
* Set sys.stdout.encoding properly.Martin v. Löwis2007-08-111-5/+7
* Remove support for __members__ and __methods__. There still might beNeal Norwitz2007-08-112-74/+18
* Handle errorNeal Norwitz2007-08-111-1/+4
* Merged revisions 56782-56847 via svnmerge fromGuido van Rossum2007-08-091-0/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-30/+31
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-4/+4
* SF patch# 1766592 by Paul Colomiets.Guido van Rossum2007-08-031-1/+1
* Add a missing "rf.depth = 0;" to marshal_load().Guido van Rossum2007-07-301-0/+1
* Implement PEP 3120.Martin v. Löwis2007-07-291-1/+2
* SF patch# 1761465 by Jeffrey Yasskin.Guido van Rossum2007-07-271-2/+2
* Fix import of frozen package submodules to use Unicode. Fixes test_frozen.Guido van Rossum2007-07-231-3/+4
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-215-10/+7
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-2/+19
* Change Py_BuildValue to generate Unicode objects forMartin v. Löwis2007-07-181-2/+2
* Three patches by Amaury Forgeot d'Arc; SF patch# 1754484.Guido van Rossum2007-07-162-8/+14