- 04 Aug, 2008 20 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
warnings under -3.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Gregory P. Smith authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue 643841: better documentation of the special method lookup process, especially for new-style classes. Also removes the warnings about not being authoritative for new-style classes - the language reference actually covers those fairly well now (albeit in a fashion that isn't always particularly easy to follow).
-
Gregory P. Smith authored
key list data structure in the thread startup path. This change is a companion to r60148 which already successfully dealt with a similar issue on thread shutdown. In particular this loop has been observed happening from this call path: #0 in find_key () #1 in PyThread_set_key_value () #2 in _PyGILState_NoteThreadState () #3 in PyThreadState_New () #4 in t_bootstrap () #5 in pthread_start_thread () I don't know how this happens but it does, *very* rarely. On more than one hardware platform. I have not been able to reproduce it manually. (A flaky mutex implementation on the system in question is one hypothesis). As with r60148, the spinning we managed to observe in the wild was due to a single list element pointing back upon itself.
-
Georg Brandl authored
names with docstring.
-
Georg Brandl authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
and add corresponding tests. Possible 2.5 backport candidate
-
Gregory P. Smith authored
of using pipes that cause deadlocks.
-
Brett Cannon authored
while running under -3.
-
Brett Cannon authored
-
Brett Cannon authored
running under -3.
-
Gregory P. Smith authored
argument in python 2.5, this broke code that subclassed Popen to include its own poll method. Fixed my moving _deadstate to an _internal_poll method.
-
Brett Cannon authored
warnings when run under -3.
-
- 03 Aug, 2008 13 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
warnings triggered under -3.
-
Brett Cannon authored
-
Brett Cannon authored
package, when run under -3, about using <>.
-
Brett Cannon authored
-
Brett Cannon authored
under -3 through test_xmlrpc.
-
Brett Cannon authored
move from list.sort(cmp=) to key=.
-
Brett Cannon authored
-
Brett Cannon authored
cookielib.
-
Georg Brandl authored
-
Georg Brandl authored
-
Brett Cannon authored
unpacking in parameter lists and using callable(). Found through -3.
-
Brett Cannon authored
urlparse when run under -3.
-
- 02 Aug, 2008 7 commits
-
-
Antoine Pitrou authored
-
Lars Gustäbel authored
AttributeError since __slots__ were added to zipfile.ZipInfo in r46967 two years ago. Add a warning about the removal of TarFileCompat in Python 3.0.
-
Martin v. Löwis authored
Tcl command objects.
-
Brett Cannon authored
under -3.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
while running under -3.
-