- 22 Agu, 2007 3 kayıt (commit)
-
-
Guido van Rossum yazdı
so you can use their class .register() method to register virtual subclasses.
-
Kurt B. Kaiser yazdı
-
Kurt B. Kaiser yazdı
2. Get test() code working.
-
- 21 Agu, 2007 4 kayıt (commit)
-
-
Guido van Rossum yazdı
Fix test_ossaudiodev by closing the dsp properly (it can't be opened multiple times on my box).
-
Kurt B. Kaiser yazdı
-
Lars Gustäbel yazdı
None. Remove encoding and errors argument from pax create methods in TarInfo, pax always uses UTF-8. Adapt the documentation and tests to the new string/unicode concept.
-
Guido van Rossum yazdı
(Maybe we need to pick less obvious names for some of those?)
-
- 20 Agu, 2007 6 kayıt (commit)
-
-
Guido van Rossum yazdı
to be passed to regrtest.py. Also add -h for help, and summarize the BAD/GOOD/SKIPPED files at the end.
-
Guido van Rossum yazdı
to simplify legitimate use of these.
-
Guido van Rossum yazdı
These have mostly just gotten in the way of legitimate unanticipated use.
-
Guido van Rossum yazdı
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. ........
-
Jeremy Hylton yazdı
-
Travis E. Oliphant yazdı
-
- 19 Agu, 2007 4 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
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 yazdı
on FreeBSD due to the difference of socket blocking mode inheritance.
-
Neal Norwitz yazdı
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 Agu, 2007 6 kayıt (commit)
-
-
Guido van Rossum yazdı
(testNewlinesInput and testNewlinesOutput are mine, not Tony's.)
-
Guido van Rossum yazdı
and implements .newlines attribute in a 2.x-compatible fashion.
-
Travis E. Oliphant yazdı
-
Guido van Rossum yazdı
*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 yazdı
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 yazdı
-
- 17 Agu, 2007 17 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
docstring when there's a command line syntax error.
-
Guido van Rossum yazdı
codec changes in trubk and branch). Hopefully the Py3k glossary wasn't different from the trunk one.
-
Guido van Rossum yazdı
-
Walter Dörwald yazdı
on big endian machines. Update documentation: UTF-32 codecs will be in 2.6.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
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 yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Guido van Rossum yazdı
-