2007-08-26 |
Guido van Rossum | Cosmetics in error messages. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Add some more files from 1031 that I missed. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Manually apply most of patch 1031 to try to get python... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Patch 1030, Adapt _winreg.c to the new buffer API. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use new print function (part of patch 1031) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Eric Smith | PEP 3101: Completed string.Formatter class. Reimplemen... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use the correct variable name |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode (hope it's right, I can't test it) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Guido van Rossum | When elapsed and expected time differ, at least show... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Guido van Rossum | Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObjec... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Restore an assert, but move it to the proper place. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode (and bytes as appropriate) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode and remove support for some uses of str8. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Fix a couple of warnings |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode (and bytes as appropriate) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode and remove support for some uses of str8. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode and remove support for some uses of str8. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode and remove support for some uses of str8. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Kurt B. Kaiser | Fix another map(...) --> list(map...) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Remove assert that seems out of place. It triggers... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode and stop supporting str8 |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Gregory P.... | Use the new buffer api for input data. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Return a boolean for status |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Get rid of more uses of string and use const in a few... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neal Norwitz | Regenerate |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Get the urllib tests to pass without the email package |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Get test working when there are multiple dbs supported. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Disable test until email comes back |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Get test_pyclbr to pass after removing the email package |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Get rid of compiler warning on 64-bit |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Fix some comments |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Guido van Rossum | Cosmetic fixes to make this work with Py3k (as well... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Guido van Rossum | Remove the email package for now. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Support unicode names |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Guido van Rossum | Reorder code and decls so it's compilable with gcc... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Eric Smith | Implementation of PEP 3101, Advanced String Formatting. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode for AST attributes |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Since PyUnicode_AsString is a public API, don't just... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode strings |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Add const to input string parameters |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Whoops, not sure how I screwed up the name. Now builds... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Neal Norwitz | Use unicode and add a "test" for syslog |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Add a few mixed-mode (set vs. dict view) comparisons. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Keir Mierle's improved tests for dict view containment... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Add some mixed operations between sets and dict views. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Add unit tests for set ops on dict.items(). |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Keir Mierle's set operations for dict views (keys/items... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use unicode for password modules |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use the str builtin |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Ensure that code object names (co_name) are unicode. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use unicode for error messages of duplicate args |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use unicode for reference (is there any way to build... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Patch with Keir Mierle: add rich comparisons between... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | follow up to bug 1007 commit. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | applies the better dbm and shelve related unittests... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Skip Montanaro | Remove PyArg_Parse usage from time module. (An extra... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Add const to some strings that are not modified |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use unicode for much of errors. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Collin Winter | Convert test_pkg to use unittest. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Collin Winter | r698@Silves: collinwinter | 2007-08-24 10:57:15 ... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Clean up after a merge left behind old except clause... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Merged revisions 57221-57391 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Gregory P.... | reapply of r57378 to fix bug 1725856 |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Fix logic bug that triggered assert. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Make uuid.py thread-safe. Fix by Yuri Ginsburg. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Fixes by Ero Carrera to remove PyString_. I had to... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Patch by Ero Carrera to get rid of PyString in timemodu... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | math.floor(<int>) now returns the argument, |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | cPickle was removed |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Guido van Rossum | Before calling _PyType_Lookup() the type needs to be... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Use unicode for the errno.errorcode names |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Neal Norwitz | Return unicode for a key name from a wide character |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use UTF-8 for a docstring that contains non-ASCII chars. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Patch by Keir Mierle so that sets can be compared to... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | CFunctions' doc strings should be Unicode. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Fix math.ceil() and math.floor() to fall back to __ceil... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Finish the work on __round__ and __trunc__. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Fix test_shelve when it uses dumbdbm. Found and fixed... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Convert a bunch of constant strings in C to unicode. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use unicode. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Guido van Rossum | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use a newer API for creating the module so we don't... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Neal Norwitz | Use a newer API for creating the module so we don't... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Gregory P.... | Require strict bytes objects for all bsddb.db input... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Gregory P.... | docstring cut n paste correction |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Kurt B. Kaiser | os.getcwd() is returning str8; sys.path items are str. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Kurt B. Kaiser | Conform to py3k dict.{keys, items, values} with some... |
commit | commitdiff | tree | snapshot |
next |