- 19 Dec, 2006 6 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
Also, the text for recvfrom told you to read recv() for an explanation of the 'flags' argument, but recv() just pointed you at the man page. Copied the man-page text to recvfrom(), recvfrom_into, recv_into to avoid the pointless redirection. I don't have LaTeX on this machine; hope my markup is OK.
-
Andrew M. Kuchling authored
instead of a more general XOR that has to construct a list. Slightly modified from Maurer's patch: the _strxor() function is no longer necessary at all.
-
Thomas Wouters authored
simple slices.
-
- 18 Dec, 2006 6 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
[Bug #1616726] Fix description of generator.close(); if you raise some random exception, the exception is raised and doesn't trigger a RuntimeError
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 15 Dec, 2006 1 commit
-
-
Kurt B. Kaiser authored
2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt M AutoCompleteWindow.py M NEWS.txt
-
- 14 Dec, 2006 3 commits
-
-
Andrew M. Kuchling authored
-
Vinay Sajip authored
-
George Yoshida authored
-
- 13 Dec, 2006 3 commits
-
-
Brett Cannon authored
manager that protects warnings.filter from being modified once the context is exited.
-
Brett Cannon authored
-
Brett Cannon authored
-
- 12 Dec, 2006 1 commit
-
-
Walter Dörwald authored
-
- 11 Dec, 2006 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Georg Brandl authored
-
Neal Norwitz authored
-
- 09 Dec, 2006 2 commits
-
-
Matthias Klose authored
-
Georg Brandl authored
to be created is already there.
-
- 08 Dec, 2006 5 commits
-
-
Georg Brandl authored
English output.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Port Georg's dictobject.c fix keys that were tuples got unpacked on the way to setting a KeyError (svn revision 52535, sf bug 1576657).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 07 Dec, 2006 1 commit
-
-
Georg Brandl authored
remove reference to the old regex module in the former's doc.
-
- 06 Dec, 2006 2 commits
-
-
Brett Cannon authored
will have a '_files' attribute.
-
Georg Brandl authored
-
- 05 Dec, 2006 1 commit
-
-
George Yoshida authored
Patch #1608758
-
- 04 Dec, 2006 1 commit
-
-
George Yoshida authored
-
- 03 Dec, 2006 4 commits
-
-
Matthias Klose authored
-
Martin v. Löwis authored
for ordering, sorting, etc.
-
Martin v. Löwis authored
the sock_addr_t storage out of the socket object. Will backport to 2.5.
-
Martin v. Löwis authored
-