- 143cefb Patch #1446489 (zipfile: support for ZIP64) by Ronald Oussoren · 19 years ago
- 0eac118 Make import/lookup of mbcs fail on non-Windows systems. by Martin v. Löwis · 19 years ago
- de7f502 Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) by Neal Norwitz · 19 years ago
- fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) by Neal Norwitz · 19 years ago
- 5d538b6 Whitespace normalization. by Tim Peters · 19 years ago
- b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older by Gerhard Häring · 19 years ago
- 69f6168 Bug #805015: doc error in PyUnicode_FromEncodedObject. by Georg Brandl · 19 years ago
- 7259d7b Add item by Andrew M. Kuchling · 19 years ago
- 4180e12 Add an __all__ list, since this module does 'from ctypes import *'. by Thomas Heller · 19 years ago
- f143510 Document paramflags. by Thomas Heller · 19 years ago
- 83cc0d0 Bug #1117556: SimpleHTTPServer now tries to find and use the system's by Georg Brandl · 19 years ago
- 0540be9 Bug #1202018: add some common mime.types locations. by Georg Brandl · 19 years ago
- c54173c Bug #1153163: describe __add__ vs __radd__ behavior when adding by Georg Brandl · 19 years ago
- bcae622 Write more docs. by Thomas Heller · 19 years ago
- 772beaa Bug #1501122: mention __gt__ &co in description of comparison order. by Georg Brandl · 19 years ago
- 866a5d8 Fix docstring. by Thomas Heller · 19 years ago
- 2605ca8 Bug #1339007: Shelf objects now don't raise an exception in their by Georg Brandl · 19 years ago
- d825143 Patch #1455898: Incremental mode for "mbcs" codec. by Martin v. Löwis · 19 years ago
- 6ce9fe8 explain an XXX in more detail by Fred Drake · 19 years ago
- a16393e add tests for two cases that are handled correctly in the current code, by Fred Drake · 19 years ago
- 72c9eff - make some disabled tests run what they intend when enabled by Fred Drake · 19 years ago
- 16ec4bb Whitespace normalization. by Tim Peters · 19 years ago
- 61bdd39 Repaired typo in new comment. by Tim Peters · 19 years ago
- 43898b4 SequenceMatcher.get_matching_blocks(): This now guarantees that by Tim Peters · 19 years ago
- 5d7c290 Updated documentation for pysqlite 2.3.0 API. by Gerhard Häring · 19 years ago
- 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
- 1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will by Gerhard Häring · 19 years ago
- ea3912b If a classic class defined a __coerce__() method that just returned its two by Brett Cannon · 19 years ago
- 64116f9 Ignore .pyc and .pyo files in Pybench. by Brett Cannon · 19 years ago
- b66902f More docs for ctypes. by Thomas Heller · 19 years ago
- 3b3f118 Whitespace normalization. by Marc-André Lemburg · 19 years ago
- 93e3ecb Increase the small thread stack size to get the test by Andrew MacIntyre · 19 years ago
- 7d9743d Updated to pybench 2.0. by Marc-André Lemburg · 19 years ago
- ef7fe5f Whitespace normalization. by Tim Peters · 19 years ago
- a7090df fix exception usage by Andrew MacIntyre · 19 years ago
- 573bd19 Revert wrong svn copy. by Marc-André Lemburg · 19 years ago
- 08de1ef Update pybench to version 2.0. by Marc-André Lemburg · 19 years ago
- 317af10 Add ability to set stack size by Andrew M. Kuchling · 19 years ago
- 6d7db6e Remove unused variable. by Brett Cannon · 19 years ago
- 9291332 Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- c6f5b3a errors is an attribute in the incremental decoder not an argument. by Walter Dörwald · 19 years ago
- 6b6e2bb Fix passing errors to the encoder and decoder functions. by Walter Dörwald · 19 years ago
- aabc5f6 Mention uuid module by Andrew M. Kuchling · 19 years ago
- 9015b93 Linecache contains support for PEP302 loaders, but fails to deal with loaders by Ronald Oussoren · 19 years ago
- fdbebb6 Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. by Thomas Heller · 19 years ago
- a7e823f Add some windows datatypes that were missing from this file, and add by Thomas Heller · 19 years ago
- 6d3d339 Verify the crash due to EncodingMap not initialized does not return by Neal Norwitz · 19 years ago
- de4c78a Initialize the type object so pychecker can't crash the interpreter. by Neal Norwitz · 19 years ago
- 62bc8aa Don't fail if another process is listening on our port. by Neal Norwitz · 19 years ago
- 7ca6677 get_matching_blocks(): rewrote code & comments so they match; added by Tim Peters · 19 years ago
- 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- edd66fa Whitespace normalization. by Tim Peters · 19 years ago
- f9eb82f Add the uuid module. by Ka-Ping Yee · 19 years ago
- c2da994 Add pep-291 compatibility markers. by Thomas Heller · 19 years ago
- f608317 Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. by Kristján Valur Jónsson · 19 years ago
- 81f444b Make the -m switch conform to the documentation of sys.path by behaving like the -c switch by Nick Coghlan · 19 years ago
- f0d02fb The site module documentation also described the Windows behaviour incorrectly. by Nick Coghlan · 19 years ago
- f2b16f3 Fix site module docstring to match the code for Mac OSX, too by Nick Coghlan · 19 years ago
- 3fb55ca Fix site module docstring to match the code by Nick Coghlan · 19 years ago
- ee3ea54 I don't know how that happend, but the entire file contents was by Thomas Heller · 19 years ago
- 70ee3cc Get rid of function pointer cast. by Martin v. Löwis · 19 years ago
- 403019b Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. by Phillip J. Eby · 19 years ago
- 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 19 years ago
- a6d80fa Impl ssize_t by Neal Norwitz · 19 years ago
- 052cbcf Remove unused import by Neal Norwitz · 19 years ago
- 245ce8d i and j are initialized below when used. No need to do it twice by Neal Norwitz · 19 years ago
- 909eb12 Fix the socket tests so they can be run concurrently. Backport candidate by Neal Norwitz · 19 years ago
- b9845e7 Get rid of f_restricted too. Doc the other 4 ints that were already removed by Neal Norwitz · 19 years ago
- 2585ad5 Fix indentation of case and a Py_ssize_t issue. by Neal Norwitz · 19 years ago
- 7659f0f Fix typo. Backport if anyone cares. :-) by Neal Norwitz · 19 years ago
- a00c0b9 Don't leak the list object if there's an error allocating the item storage. Backport candidate by Neal Norwitz · 19 years ago
- 71e05f1 Don't truncate if size_t is bigger than uint by Neal Norwitz · 19 years ago
- 418b97e Cleanup: Remove import of types to get StringTypes, we can just use basestring. by Neal Norwitz · 19 years ago
- 047f3c7 Fix some Py_ssize_t issues by Neal Norwitz · 19 years ago
- c707438 Fix some Py_ssize_t issues by Neal Norwitz · 19 years ago
- 09a29fa Cleanup Py_ssize_t a little (get rid of second #ifdef) by Neal Norwitz · 19 years ago
- 4a9ff16 Get test to pass on S/390. Shout if you think this change is incorrect. by Neal Norwitz · 19 years ago
- 06524b6 compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapper by Tim Peters · 19 years ago
- 896c1ea Fix test on PPC64 buildbot. It raised an IOError (really an URLError which by Neal Norwitz · 19 years ago
- f054aeb Try to fix another networking test. The problem is that if hosts have by Neal Norwitz · 19 years ago
- a29fc29 Try to fix several networking tests. The problem is that if hosts have by Neal Norwitz · 19 years ago
- c555554 - Change fixapplepython23.py to ensure that it will run with /usr/bin/python by Ronald Oussoren · 19 years ago
- 4fbb080 Use configure to substitute the correct prefix instead of hardcoding by Ronald Oussoren · 19 years ago
- e0cfb16 Remove message about using make frameworkinstall, that's no longer necesssary by Ronald Oussoren · 19 years ago
- 231c3c8 Add missing svn:eol-style property to text files. by Tim Peters · 19 years ago
- 4f96f1f Whitespace normalization. by Tim Peters · 19 years ago
- 0d5d222 Release the GIL during COM method calls, to avoid deadlocks in by Thomas Heller · 19 years ago
- 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
- d1c797e SF #1366250: optparse docs: fix inconsistency in variable name; minor tweaks. by Greg Ward · 19 years ago
- 19302d9 This patch improves the L&F of IDLE on OSX. The changes are conditionalized on by Ronald Oussoren · 19 years ago
- 6aaccc6 Fix errors found by pychecker by Neal Norwitz · 19 years ago
- e588c2b Fix errors found by pychecker. by Neal Norwitz · 19 years ago
- d3c52de warnings was imported at module scope, no need to import again by Neal Norwitz · 19 years ago
- f992a2b Fix errors found by pychecker by Neal Norwitz · 19 years ago
- 7d5b6e8 f_code can't be NULL based on Frame_New and other code that derefs it. by Neal Norwitz · 19 years ago
- 8e6675a Update doc to make it agree with code. Bottom factor out some common code. by Neal Norwitz · 19 years ago
- a754a22 Add versionadded to doc by Neal Norwitz · 19 years ago
- 3c5431e Wrap some long lines by Neal Norwitz · 19 years ago
- b4fcf8d Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL. by Neal Norwitz · 19 years ago
- 7f54740 Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately, by Greg Ward · 19 years ago