- a872de5 Fixed issue #4533: File read operation was dreadfully slow by Christian Heimes · 16 years ago
- bc9d474 #4542: On Windows, binascii.crc32 still accepted str as binary input. by Amaury Forgeot d'Arc · 16 years ago
- d74a1dc Merged revisions 67484 via svnmerge from by Christian Heimes · 16 years ago
- 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
- 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
- a58ea4d - Modules/Setup.dist: Add _bisect by Matthias Klose · 16 years ago
- fa1885f - Modules/Setup.dist: add datetime, update _elementtree by Matthias Klose · 16 years ago
- e605b66 - Modules/Setup.dist: Update pyexpat by Matthias Klose · 16 years ago
- 60e5f5e Remove the Py_TPFLAGS_HAVE_GC from the _ctypes.COMError type. by Thomas Heller · 16 years ago
- bea0081 - Modules/Setup.dist: Fix typo in last checkin by Matthias Klose · 16 years ago
- 2a6beb3 - Modules/Setup.dist: Mention _elementtree and _pickle. by Matthias Klose · 16 years ago
- 7e1b8fa - Fix build failure of _cursesmodule.c building with -D_FORTIFY_SOURCE=2. by Matthias Klose · 16 years ago
- 1ff110d - fix build failure in Modules/fpectlmodule.c (not built by default) by Matthias Klose · 16 years ago
- 71fb513 Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. by Thomas Heller · 16 years ago
- 5f95257 #4373: Reference leak in the pickle module. by Amaury Forgeot d'Arc · 16 years ago
- 7317c1e dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For the by Brett Cannon · 16 years ago
- e8068ed - Fix typo in last checkin by Matthias Klose · 16 years ago
- 8aea286 Merge 67349 from the trunk: by Matthias Klose · 16 years ago
- 5df7567 These files used to belong to the "sv" module, which was deleted. by Amaury Forgeot d'Arc · 16 years ago
- 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
- de60347 Issue #4313: Fixed segfault on IDLE exit. Reverted r57540 and reopened Issue #1028. by Hirokazu Yamamoto · 16 years ago
- f608c61 Merged revisions 67154,67157-67159,67175-67176,67189,67224-67227,67234 via svnmerge from by Benjamin Peterson · 16 years ago
- 727c2c5 Style fix, use tab instead of space by Christian Heimes · 16 years ago
- 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
- 3e4e72f #4298: pickle.load() can segfault on invalid or truncated input. by Amaury Forgeot d'Arc · 16 years ago
- 3bae65b Fixed a compiler warning by Christian Heimes · 16 years ago
- ecc42a2 Fixed issue #4233. by Christian Heimes · 16 years ago
- b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
- b46a633 Sorry, r67092 is commit miss.... by Hirokazu Yamamoto · 16 years ago
- 1543a22 Blocked revisions 67002 via svnmerge by Hirokazu Yamamoto · 16 years ago
- c0747cf Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from by Benjamin Peterson · 16 years ago
- f216c94 Merged revisions 67066 via svnmerge from by Benjamin Peterson · 16 years ago
- dd8059f #3626: On cygwin, starting "python z" would not display any error message: by Amaury Forgeot d'Arc · 16 years ago
- 424b481 Merged revisions 67049 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 9c94ba4 Issue #4200: Changed the atexit module to store its state in its PyModuleDef atexitmodule. This fixes a bug with multiple subinterpeters. The bug was found by Graham Dumpletom during his work on a 3.0 port of mod_wsgi. The patch has been reviewed by Benjamin. by Christian Heimes · 16 years ago
- df32b39 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
- f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 16 years ago
- 08a8f5f restore compilation on OpenBSD #4146 by Benjamin Peterson · 16 years ago
- 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 16 years ago
- 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 16 years ago
- 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
- 8e8c215 Merged revisions 66938,66942 via svnmerge from by Benjamin Peterson · 16 years ago
- a13d475 merge r66932 and add a few py3k only checks by Benjamin Peterson · 16 years ago
- f10a79a merge from trunk by Benjamin Peterson · 16 years ago
- d0ca955 #4004: Missing newline in some startup error messages. Patch by Victor. by Amaury Forgeot d'Arc · 16 years ago
- 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 16 years ago
- c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 16 years ago
- 1a8501c Merged revisions 66748 via svnmerge from by Christian Heimes · 16 years ago
- f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
- 58fb905 Fix a probable merge glitch in r66695: by Amaury Forgeot d'Arc · 16 years ago
- c9e435e check for errors after PyLong_Ssize_t by Benjamin Peterson · 16 years ago
- a8a9304 Merged revisions 66693 via svnmerge from by Benjamin Peterson · 16 years ago
- 28acc6c Merged revisions 66683 via svnmerge from by Thomas Heller · 16 years ago
- 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 16 years ago
- 1308c26 Merged revisions 66611 via svnmerge from by Thomas Heller · 16 years ago
- 711552b Fix for issue 3666 - atexit.register with bad inputs segfaults on exit. by Skip Montanaro · 16 years ago
- 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
- 6117f42 Issue #3659: Values of string subclasses were not handled correctly when used by Gerhard Häring · 16 years ago
- 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 16 years ago
- d7b0328 Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from by Benjamin Peterson · 16 years ago
- fb1a5eb #3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply nested lists or dicts. by Amaury Forgeot d'Arc · 16 years ago
- 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 92f8f3e Merged revisions 66364 via svnmerge from by Guido van Rossum · 16 years ago
- 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 16 years ago
- f824779 Issue #3813: cannot lanch python.exe via symbolic link on cygwin. by Hirokazu Yamamoto · 16 years ago
- 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
- 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
- 0a608fd fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap, by Gregory P. Smith · 16 years ago
- 5651eaa Issue #3705: py3k aborts if "-c" or "-m" is given a non-ascii value. by Antoine Pitrou · 16 years ago
- 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 16 years ago
- 791dc2f compile _bytesio and _stringio into the binary and initalize stdio before site fixing #3279 by Benjamin Peterson · 16 years ago
- d79dc62 Issue #3660 (part of): fix a memory leak in _pickle. by Antoine Pitrou · 16 years ago
- b98eb87 remove bsddb by Benjamin Peterson · 16 years ago
- a64072f Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 16 years ago
- 2ab3444 Fixed wording of python --help text. by Christian Heimes · 16 years ago
- fff9530 Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin. by Antoine Pitrou · 16 years ago
- 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
- a786f2b Fix some leaks - Neal Norwitz by Jesus Cea · 16 years ago
- 3a2bd7d Improve compatibility with Python3.0 testsuite by Jesus Cea · 16 years ago
- 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
- 6ba3329 bsddb code updated to version 4.7.3pre2. This code is the same than by Jesus Cea · 16 years ago
- 9edd2bd Fix #3651 various memory leaks when using the buffer interface by Benjamin Peterson · 16 years ago
- a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 16 years ago
- 6ae2eb2 Issue #3657: Fix uninitialized memory read when pickling longs. by Neal Norwitz · 16 years ago
- 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 16 years ago
- 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
- 2f99b24 Merged revisions 66006 via svnmerge from by Neal Norwitz · 16 years ago
- 6784eb7 #3643 add more checks to _testcapi to prevent segfaults by Benjamin Peterson · 16 years ago
- e9cf5e3 Merged revisions 65978 via svnmerge from by Christian Heimes · 16 years ago
- f5049fc Merged revisions 65868,65870 via svnmerge from by Thomas Heller · 16 years ago
- c4fe6f3 Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via svnmerge from by Benjamin Peterson · 16 years ago
- ee58fa4 #3560: cleanup C memoryview API by Antoine Pitrou · 16 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- 55e00f2 Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from by Benjamin Peterson · 16 years ago
- 078f0f5 Issue #3575: Incremental decoder's decode function now takes bytearray by Hirokazu Yamamoto · 16 years ago
- d7e4c08 Merged revisions 65745 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 16 years ago
- 34ed9f7 Fix building binascii when not using the zlib's crc32 (build failure on Windows buildbots) by Antoine Pitrou · 16 years ago
- c175175 Zero-initialize buf. Fixes #3557. by Martin v. Löwis · 16 years ago
- 1f9d907 Issue 3514: Fixed segfault dues to infinite loop in __getattr__. by Alexandre Vassalotti · 16 years ago