- 19 Aug, 2007 3 commits
-
-
Neal Norwitz authored
Also return a boolean for the readonly flag. Other cleanup: make sure to set an exception when returning NULL and reformat the getsets to be shorter by putting them all on one line.
-
Hye-Shik Chang authored
on FreeBSD due to the difference of socket blocking mode inheritance.
-
Neal Norwitz authored
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.
-
- 18 Aug, 2007 6 commits
-
-
Guido van Rossum authored
(testNewlinesInput and testNewlinesOutput are mine, not Tony's.)
-
Guido van Rossum authored
and implements .newlines attribute in a 2.x-compatible fashion.
-
Travis E. Oliphant authored
-
Guido van Rossum authored
*restoring* selected registries instead of *resetting* them all. Also change the default for the huntrleaks parameter to None everywhere, as its other value is a list of three elements, so it is not a bool.
-
Guido van Rossum authored
methods. Reset the negative cache *before* resetting the invalidation counter, hoping this may plug a race condition (but then again, this whole module isn't coded to be thread-safe).
-
Guido van Rossum authored
-
- 17 Aug, 2007 17 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
docstring when there's a command line syntax error.
-
Guido van Rossum authored
codec changes in trubk and branch). Hopefully the Py3k glossary wasn't different from the trunk one.
-
Guido van Rossum authored
-
Walter Dörwald authored
on big endian machines. Update documentation: UTF-32 codecs will be in 2.6.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Skip Montanaro authored
-
Georg Brandl authored
-
Neal Norwitz authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57127 | neal.norwitz | 2007-08-16 21:10:55 -0700 (Thu, 16 Aug 2007) | 1 line Update the tools before building the docs ........
-
Neal Norwitz authored
-
Guido van Rossum authored
-
Guido van Rossum authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r57123 | guido.van.rossum | 2007-08-16 20:30:08 -0700 (Thu, 16 Aug 2007) | 2 lines Ignore *.py[co] files. ........ r57124 | guido.van.rossum | 2007-08-16 20:36:03 -0700 (Thu, 16 Aug 2007) | 2 lines Ignore a few more files. ........
-
Neal Norwitz authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Guido van Rossum authored
-
- 16 Aug, 2007 11 commits
-
-
Guido van Rossum authored
using the message generated by svnmerge, because it contains a lot of stuff about the Doc tree, which I'm not merging this time due to the way the Doc tree was initially added. I am however adding roman.py which was added later to Doc/tools. I'll try to diff the two Doc trees separately to see if there's stuff I missed.
-
-
Guido van Rossum authored
-
Walter Dörwald authored
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.
-
Guido van Rossum authored
-
Jeremy Hylton authored
Refactor the urllib open_http() and open_https() to use the same internal logic. The only difference between the two is the call to constructor an HTTPConnection object.
-
Walter Dörwald authored
-
Skip Montanaro authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 15 Aug, 2007 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-