- 18 Aug, 2007 4 commits
-
-
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 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
George Yoshida authored
-
Martin v. Löwis authored
-
Guido van Rossum authored
Change various socket APIs to use bytes or str instead str8.
-
- 14 Aug, 2007 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-