- f43ee81 #4170: Fix segfault when pickling a defauldict object. by Amaury Forgeot d'Arc · 17 years ago
- 9aebc61 Merged revisions 67030-67031 via svnmerge from by Benjamin Peterson · 17 years ago
- 1a6e0d0 Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,67015 via svnmerge from by Benjamin Peterson · 17 years ago
- a933e52 add grammar tests for nonlocal by Benjamin Peterson · 17 years ago
- d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
- 87eee63 #3664: The pickle module could segfault if a Pickler instance is not correctly initialized: by Amaury Forgeot d'Arc · 17 years ago
- da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 17 years ago
- 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 17 years ago
- e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 17 years ago
- 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 17 years ago
- fcf5d63 forward port r66386 by Benjamin Peterson · 17 years ago
- 6019208 remove some more references to __cmp__ #1717 by Benjamin Peterson · 17 years ago
- 1bc15c2 fix merge boo-boo by Benjamin Peterson · 17 years ago
- f10a79a merge from trunk by Benjamin Peterson · 17 years ago
- bcd8ac3 Merged revisions 66703,66708 via svnmerge from by Benjamin Peterson · 17 years ago
- cf8016a Issues #2384 and #3975: Tracebacks were not correctly printed when the source file by Amaury Forgeot d'Arc · 17 years ago
- 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 17 years ago
- 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 17 years ago
- 4e299c7 unbreak test_cprofile by Benjamin Peterson · 17 years ago
- e674840 Added the test for issue3762. by Hirokazu Yamamoto · 17 years ago
- e5384b0 Merged revisions 66670,66681,66688,66696-66699 via svnmerge from by Benjamin Peterson · 17 years ago
- b186f34 Issue3187 for Macintosh platform: by Amaury Forgeot d'Arc · 17 years ago
- 84e1715 Make the test more robust in face of remaining files. by Amaury Forgeot d'Arc · 17 years ago
- c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 17 years ago
- 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 17 years ago
- f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 17 years ago
- d06e3b0 Merged revisions 66673 via svnmerge from by Benjamin Peterson · 17 years ago
- e9bbc8b Devil merge! by Benjamin Peterson · 17 years ago
- d61de7f Merged revisions 66653-66654 via svnmerge from by Benjamin Peterson · 17 years ago
- 3a53fbb #3911 FTP.makeport was giving bad port numbers by Benjamin Peterson · 17 years ago
- be17a11 Merged revisions 66634 via svnmerge from by Benjamin Peterson · 17 years ago
- f2e9368 Merged revisions 66631 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 60320cb #3946 fix PyObject_CheckBuffer on a memoryview object by Benjamin Peterson · 17 years ago
- b5cf301 #3929: dbm.open() would try to raise a tuple. This does not work anymore with python 3.0. by Amaury Forgeot d'Arc · 17 years ago
- 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 17 years ago
- b8401c7 add a test for bad atexit arguments by Benjamin Peterson · 17 years ago
- 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
- af079d4 Merged revisions 66539 via svnmerge from by Hirokazu Yamamoto · 17 years ago
- 357877c Issue #3859: Fixed test_sys.Sizeof failure on win64. by Robert Schuppenies · 17 years ago
- d62269f Fix Windows buildbot failures after r66469. by Antoine Pitrou · 17 years ago
- 9cadb1b Issue #3782: os.write() must not accept unicode strings by Antoine Pitrou · 17 years ago
- a083f1e The Unicode database was updated to 5.1, and some characters have become printable. by Amaury Forgeot d'Arc · 17 years ago
- 9aa4299 Merged revisions 66337,66347,66350,66352,66358 via svnmerge from by Benjamin Peterson · 17 years ago
- 5e19e44 kill memoryview.size in favor of len(view) by Benjamin Peterson · 17 years ago
- bb417dc Merged revisions 66369 via svnmerge from by Martin v. Löwis · 17 years ago
- 997a6b0 Merged revisions 66367 via svnmerge from by Martin v. Löwis · 17 years ago
- 698280d Issue #3756: make re.escape() handle bytes as well as str. by Guido van Rossum · 17 years ago
- 92f8f3e Merged revisions 66364 via svnmerge from by Guido van Rossum · 17 years ago
- 93cbca3 Merged revisions 66362 via svnmerge from by Martin v. Löwis · 17 years ago
- 3614409 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 17 years ago
- 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 17 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 · 17 years ago
- a27244b Added a warning filter to don't show the warning during by Facundo Batista · 17 years ago
- 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 17 years ago
- 4c19e6e Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
- ae5360b Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,66246,66249-66250,66264,66268,66272,66294,66306 via svnmerge from by Benjamin Peterson · 17 years ago
- 58afe4c fixes from issue 3162 for SSL module by Bill Janssen · 17 years ago
- bd18fd6 Added sanity checks for the deprecated parse_qs() and by Facundo Batista · 17 years ago
- d43029b Merged revisions 66277 via svnmerge from by Benjamin Peterson · 17 years ago
- 5fe291f Issue #874900: fix behaviour of threading module after a fork. by Antoine Pitrou · 17 years ago
- 7e958d1 I modified the tests a bit to account for unicode string by Amaury Forgeot d'Arc · 17 years ago
- 693fc46 Fixes release blocker issue #3492 and #3790. by Gregory P. Smith · 17 years ago
- b305aeb Merged revisions 66235 via svnmerge from by Antoine Pitrou · 17 years ago
- 88d9498 fix small typo by Benjamin Peterson · 17 years ago
- 8a9583e PyTokenizer_FindEncoding() always failed because it set the tokenizer state by Brett Cannon · 17 years ago
- a7f4f5a #2501 xml.sax.parser doesn't terminate when given a filename; enable some more tests! by Benjamin Peterson · 17 years ago
- ecaab83 Committing the patch in issue 2965, so that weakref dicts have a closer by Barry Warsaw · 17 years ago
- c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
- b98eb87 remove bsddb by Benjamin Peterson · 17 years ago
- a64072f Python3.0 bsddb testsuite compatibility improvements by Jesus Cea · 17 years ago
- d6a6d3f The decode is used to workaround this: by Jesus Cea · 17 years ago
- 7aa42ea Merged revisions 66162 via svnmerge from by Hirokazu Yamamoto · 17 years ago
- 54bd41d The _warnings module did not properly handle cases where strings were not being by Brett Cannon · 17 years ago
- ec92e18 Merge in r66135. Doing also required removing a stale DeprecationWarning along by Brett Cannon · 17 years ago
- 3a2bd7d Improve compatibility with Python3.0 testsuite by Jesus Cea · 17 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 · 17 years ago
- d098ff2 Port Python 2.6 bsddb3 testdriver to Python 3.0 by Jesus Cea · 17 years ago
- b3085c9 remove the deprecation warnings for the old threading API; update the docs by Benjamin Peterson · 17 years ago
- c6b09eb #3712: The memoryview object had a reference leak and didn't support cyclic garbage collection. by Antoine Pitrou · 17 years ago
- db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 17 years ago
- ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 17 years ago
- c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 17 years ago
- a786b02 Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from by Benjamin Peterson · 17 years ago
- 2532967 Merged revisions 66028 via svnmerge from by Neal Norwitz · 17 years ago
- ec105ad Merged revisions 66026 via svnmerge from by Neal Norwitz · 17 years ago
- 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 17 years ago
- c34177c Try to fix the sporadic problems on the Solaris buildbot with removing by Neal Norwitz · 17 years ago
- 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 17 years ago
- 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 17 years ago
- bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 17 years ago
- 589b795 Merged revisions 65958 via svnmerge from by Mark Dickinson · 17 years ago
- 9b67602 move test to a better location by Benjamin Peterson · 17 years ago
- 6e7740c apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault by Benjamin Peterson · 17 years ago
- ca765d5 Reverted r65901 and uses GetVolumeInformationW because string in py3k is unicode. by Hirokazu Yamamoto · 17 years ago
- b71caf1 revert 65897 by Benjamin Peterson · 17 years ago
- 5ef6d18 Merged revisions 65900 via svnmerge from by Hirokazu Yamamoto · 17 years ago
- 3938a90 Merged revisions 65885,65892,65894,65898 via svnmerge from by Benjamin Peterson · 17 years ago
- 9f9fc68 return sets instead of tuples from some symtable methods by Benjamin Peterson · 17 years ago
- e9ea19e disable test_nis; it hangs by Benjamin Peterson · 17 years ago
- 616d285 Issue #2394: implement more of the memoryview API. by Antoine Pitrou · 17 years ago