Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use unicode (hope it's right, I can't test it) | Neal Norwitz | 2007-08-26 | 1 | -5/+5 |
| | |||||
* | Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObject_GetBuffer(). | Guido van Rossum | 2007-08-26 | 1 | -1/+1 |
| | | | | | | | | This makes the failing tests (test_unicodedata and, on OSX, test_hashlib) pass. XXX However, I'm not sure that this is the right thing to do; this behavior means that Unicode strings are automatically hashed as their UTF-8 encoding. Is that what we want? | ||||
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -39/+14 |
| | |||||
* | Use unicode (and bytes as appropriate) | Neal Norwitz | 2007-08-26 | 1 | -16/+16 |
| | |||||
* | Fix a couple of warnings | Neal Norwitz | 2007-08-26 | 1 | -1/+1 |
| | |||||
* | Use unicode (and bytes as appropriate) | Neal Norwitz | 2007-08-26 | 1 | -24/+27 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -11/+11 |
| | |||||
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 2 | -11/+14 |
| | |||||
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 2 | -18/+19 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -2/+2 |
| | |||||
* | Use the new buffer api for input data. | Gregory P. Smith | 2007-08-26 | 1 | -27/+79 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -5/+5 |
| | |||||
* | Return a boolean for status | Neal Norwitz | 2007-08-26 | 1 | -4/+4 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -8/+8 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -5/+5 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -3/+3 |
| | |||||
* | Use unicode | Neal Norwitz | 2007-08-25 | 2 | -6/+6 |
| | |||||
* | Reorder code and decls so it's compilable with gcc 2.96 (C89). | Guido van Rossum | 2007-08-25 | 1 | -1/+2 |
| | |||||
* | Use unicode strings | Neal Norwitz | 2007-08-25 | 1 | -3/+3 |
| | |||||
* | Whoops, not sure how I screwed up the name. Now builds and passes the test. | Neal Norwitz | 2007-08-25 | 1 | -2/+2 |
| | |||||
* | Use unicode and add a "test" for syslog | Neal Norwitz | 2007-08-25 | 1 | -7/+15 |
| | |||||
* | Use unicode for password modules | Neal Norwitz | 2007-08-24 | 2 | -4/+4 |
| | |||||
* | Use unicode for reference (is there any way to build this module) | Neal Norwitz | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | Remove PyArg_Parse usage from time module. (An extra set of eyeballs on | Skip Montanaro | 2007-08-24 | 1 | -10/+51 |
| | | | | this would be nice. I'm a little rusty.) | ||||
* | Fix logic bug that triggered assert. | Guido van Rossum | 2007-08-24 | 1 | -1/+2 |
| | |||||
* | Fixes by Ero Carrera to remove PyString_. I had to massage a few problems away. | Guido van Rossum | 2007-08-24 | 1 | -54/+74 |
| | | | | Also, this now leaks a bit -- that's for tomorrow's sprint day. | ||||
* | Patch by Ero Carrera to get rid of PyString in timemodule.c. | Guido van Rossum | 2007-08-24 | 1 | -3/+10 |
| | |||||
* | cPickle was removed | Neal Norwitz | 2007-08-24 | 1 | -2/+1 |
| | |||||
* | Use unicode for the errno.errorcode names | Neal Norwitz | 2007-08-24 | 1 | -2/+2 |
| | |||||
* | Return unicode for a key name from a wide character | Neal Norwitz | 2007-08-24 | 1 | -2/+2 |
| | |||||
* | Use UTF-8 for a docstring that contains non-ASCII chars. | Neal Norwitz | 2007-08-23 | 1 | -3/+4 |
| | |||||
* | Fix math.ceil() and math.floor() to fall back to __ceil__ and __floor__ | Guido van Rossum | 2007-08-23 | 1 | -6/+44 |
| | | | | methods (respectively). With Keir Mierle. | ||||
* | Convert a bunch of constant strings in C to unicode. | Neal Norwitz | 2007-08-23 | 4 | -4/+4 |
| | |||||
* | Use unicode. | Neal Norwitz | 2007-08-23 | 1 | -2/+2 |
| | |||||
* | Remove unused variable. | Guido van Rossum | 2007-08-23 | 1 | -1/+1 |
| | |||||
* | Use a newer API for creating the module so we don't have to create | Neal Norwitz | 2007-08-23 | 1 | -5/+1 |
| | | | | | | the docstring manually. Saves code and a call to PyString_FromString. (There are still more calls to PyString_FromString.) | ||||
* | Use a newer API for creating the module so we don't have to create | Neal Norwitz | 2007-08-23 | 1 | -4/+1 |
| | | | | the docstring manually. Saves code and a call to PyString_FromString. | ||||
* | Require strict bytes objects for all bsddb.db input values. | Gregory P. Smith | 2007-08-23 | 1 | -3/+6 |
| | |||||
* | Fix typo in comment | Kurt B. Kaiser | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | Merged revisions 57152-57220 via svnmerge from | Guido van Rossum | 2007-08-20 | 1 | -7/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r57155 | brett.cannon | 2007-08-17 11:51:57 -0700 (Fri, 17 Aug 2007) | 2 lines Clarify the comment about setting the PYTHON variable for the Doc Makefile. ........ r57156 | brett.cannon | 2007-08-17 11:59:58 -0700 (Fri, 17 Aug 2007) | 3 lines Remove news entry for test.test_support.guard_warnings_filter as it has been removed. ........ r57158 | facundo.batista | 2007-08-17 12:16:44 -0700 (Fri, 17 Aug 2007) | 9 lines Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class that allows sending back exception/stack trace information about internal server errors (this flag defaults to False to avoid sending such information unless explicitly enabled). Added tests to verify behavior of this new feature (these tests are skipped on win32 because of problems with WSAEWOULDBLOCK). Renamed HTTPTestCase to SimpleServerTestCase. [GSoC - Alan McIntyre] ........ r57160 | brett.cannon | 2007-08-17 13:16:15 -0700 (Fri, 17 Aug 2007) | 2 lines Make test_warnings re-entrant. ........ r57175 | georg.brandl | 2007-08-17 23:05:56 -0700 (Fri, 17 Aug 2007) | 2 lines Fix PDB command descriptions. ........ r57182 | brett.cannon | 2007-08-18 11:30:36 -0700 (Sat, 18 Aug 2007) | 3 lines Remove Mikael as the maintainer of BeOS at his request. With no maintainer should the port be deprecated in 2.6? ........ r57199 | georg.brandl | 2007-08-19 11:43:50 -0700 (Sun, 19 Aug 2007) | 2 lines Fix stray backticks. ........ r57211 | hyeshik.chang | 2007-08-19 23:49:18 -0700 (Sun, 19 Aug 2007) | 2 lines Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. ........ r57216 | guido.van.rossum | 2007-08-20 08:18:04 -0700 (Mon, 20 Aug 2007) | 4 lines Add a hack (originally devised in a slightly different form by Thomas Wouters) to prevent spurious tracebacks when a daemon thread's cleanup happens to wake up when the world around it has already been destroyed. ........ | ||||
* | Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. | Travis E. Oliphant | 2007-08-20 | 1 | -20/+16 |
| | |||||
* | Remove _PyObject_Del | Neal Norwitz | 2007-08-19 | 2 | -4/+4 |
| | |||||
* | Code review of the new buffer protocol. Mostly add questions that should | Neal Norwitz | 2007-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | be answered with the comments removed. There are many places that require checks when doing arithmetic for memory sizes when allocating memory. Otherwise, overflow is possible with a subsequent crash. Fix SF #1777057 which was a result of not initializing the new BufferError properly. Had to update the test for exceptions for BufferError too. | ||||
* | Merged in py3k-buffer branch to main line. All objects now use the buffer ↵ | Travis E. Oliphant | 2007-08-18 | 4 | -135/+138 |
| | | | | protocol in PEP 3118. | ||||
* | Fix refcount leak, courtesy Christian Heines. | Guido van Rossum | 2007-08-17 | 1 | -2/+3 |
| | |||||
* | Remove support for BeOS | Skip Montanaro | 2007-08-17 | 5 | -62/+6 |
| | |||||
* | Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and | Walter Dörwald | 2007-08-16 | 1 | -0/+204 |
| | | | | | | | | | ut-32-be). On narrow builds the codecs combine surrogate pairs in the unicode object into one codepoint on encoding and create surrogate pairs for codepoints outside the BMP on decoding. Lone surrogates are passed through unchanged in all cases. Backport to the trunk will follow. | ||||
* | Get rid of some dead code and unneeded XXX comments by Neal. | Guido van Rossum | 2007-08-16 | 1 | -6/+1 |
| | |||||
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 9 | -145/+3 |
| | |||||
* | Remove a bogus comment based on the code above. | Neal Norwitz | 2007-08-16 | 1 | -2/+0 |
| |