- 28 Agu, 2007 6 kayıt (commit)
-
-
Walter Dörwald yazdı
HTMLCalender.formatyearpage() (there's no themonth parameter). This fixes issue1046.
-
Thomas Wouters yazdı
- Specialcase extended slices that amount to a shallow copy the same way as is done for simple slices, in the tuple, string and unicode case. - Specialcase step-1 extended slices to optimize the common case for all involved types. - For lists, allow extended slice assignment of differing lengths as long as the step is 1. (Previously, 'l[:2:1] = []' failed even though 'l[:2] = []' and 'l[:2:None] = []' do not.) - Implement extended slicing for buffer, array, structseq, mmap and UserString.UserString. - Implement slice-object support (but not non-step-1 slice assignment) for UserString.MutableString. - Add tests for all new functionality.
-
Lars Gustäbel yazdı
the fileobj argument has no usable name attribute (e.g. StringIO). (will backport to 2.5)
-
Georg Brandl yazdı
-
Sean Reifscheider yazdı
-
Georg Brandl yazdı
-
- 27 Agu, 2007 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
it from __builtin__).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
> returning NULL, and other pieces of the code call PySSL_SetError, > which creates the error string. I think some of the places which set > the string directly probably shouldn't; instead, they should call > PySSL_SetError to cons up the error name directly from the err code. > However, PySSL_SetError only works after the construction of an ssl > object, which means it can't be used there... I'll take a longer look > at it and see if there's a reasonable fix. Here's a patch which addresses this. It also fixes the indentation in PySSL_SetError, bringing it into line with PEP 7, fixes a compile warning about one of the OpenSSL macros, and makes the namespace a bit more consistent. I've tested it on FC 7 and OS X 10.4. % ./python ./Lib/test/regrtest.py -R :1: -u all test_ssl test_ssl beginning 6 repetitions 123456 ...... 1 test OK. [29244 refs] % [GvR: slightly edited to enforce 79-char line length, even if it required violating the style guide.]
-
Guido van Rossum yazdı
> the better option. Then the openssl command in the test code can be turned > into a comment describing how the test data was pregenerated. Here's a patch that does that. Bill
-
Facundo Batista yazdı
exceptions raised in the test server thread, since SimpleXMLRPCServer does not gracefully handle them. Changed number of requests handled by tests server thread to one (was 2) because no tests require more than one request. [GSoC - Alan McIntyre]
-
Neal Norwitz yazdı
Modified patch from what Bill Janssen sent on python-3000.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 26 Agu, 2007 9 kayıt (commit)
-
-
Neal Norwitz yazdı
1) Fixes the bug that two class names are initial-lower-case. 2) Replaces the poll waiting for the server to become ready with a threading.Event signal.
-
Neal Norwitz yazdı
permission to write to the device.
-
Neal Norwitz yazdı
-
Guido van Rossum yazdı
Here's a patch which makes test_ssl a better player in the buildbots environment. I deep-ended on "try-except-else" clauses.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
won't find any old children left around which causes an exception in collect_children() and the test to fail.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Gregory P. Smith yazdı
missing when they were not built because _hashlib with openssl provided their functionality instead. don't build bsddb185 if bsddb was built.
-
- 25 Agu, 2007 8 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
declarations to the beginning of a scope.
-
Guido van Rossum yazdı
While cleaning up Bill's C style, I may have cleaned up some code he didn't touch as well (in _ssl.c).
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Revert misguided attempt at fixing incompatibility between -m and -i switches (better fix coming soon)
-
- 24 Agu, 2007 8 kayıt (commit)
-
-
Collin Winter yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Collin Winter yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-