summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-263-0/+14
* Try to reduce the flakiness of this testNeal Norwitz2008-08-251-0/+4
* Use bytes as return type from recv_bytes() methods. Not sure why this onlyNeal Norwitz2008-08-251-3/+3
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-252-2/+34
* Clarify that some attributes/methods are listed somewhat separately because t...Brett Cannon2008-08-241-1/+2
* #3662: Fix segfault introduced when fixing memory leaks.Neal Norwitz2008-08-242-1/+5
* remove note about unimplemented featureBenjamin Peterson2008-08-241-5/+1
* #3654: fix duplicate test method name. Review by Benjamin P.Georg Brandl2008-08-241-4/+2
* generate py3k warnings on __getslice__, __delslice__, and __setslice__Benjamin Peterson2008-08-244-8/+72
* Use the actual blacklist of leaky testsNeal Norwitz2008-08-241-1/+1
* Ignore a couple more tests that report leaks inconsistently.Neal Norwitz2008-08-241-1/+1
* Fix:Neal Norwitz2008-08-2410-14/+75
* fix warningBenjamin Peterson2008-08-231-1/+1
* #3643 add a few more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-232-4/+26
* Small updates to types member docs, backport from r65994.Georg Brandl2008-08-231-14/+8
* Fix bug 3625: test issues on 64bit windows. r=pitrouMark Hammond2008-08-233-3/+3
* d is the correct format stringChristian Heimes2008-08-221-1/+1
* fix a few get_name() calls and turn then to .nameBenjamin Peterson2008-08-221-4/+4
* Fixed two format strings in the _collections module. For exampleChristian Heimes2008-08-222-2/+4
* Silenced a compiler warning in the sqlite moduleChristian Heimes2008-08-222-2/+4
* Silenced compiler warningChristian Heimes2008-08-223-1/+5
* Changed type of numarenas from uint to size_t to silence a GCC warning on 64b...Christian Heimes2008-08-222-1/+4
* Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.Robert Schuppenies2008-08-221-5/+7
* issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, soMark Dickinson2008-08-211-5/+4
* Fix float.fromhex test to give additional information on failure. ThisMark Dickinson2008-08-211-1/+7
* done with the releaseBarry Warsaw2008-08-212-1/+13
* Tagging 2.6b3Barry Warsaw2008-08-211-0/+1
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-216-7/+7
* Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au...Hirokazu Yamamoto2008-08-201-7/+3
* News for the tp_flags change.Guido van Rossum2008-08-201-0/+8
* News for the imageop fix.Guido van Rossum2008-08-201-0/+1
* fix up the multiprocessing docs a littleBenjamin Peterson2008-08-201-34/+22
* Issue #3612: Added some missing basic types in ctypes.wintypes.Hirokazu Yamamoto2008-08-202-11/+20
* fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...Hirokazu Yamamoto2008-08-201-5/+8
* fix silly errors of mineBenjamin Peterson2008-08-201-3/+3
* newSymbolTable is not public APIBenjamin Peterson2008-08-201-3/+2
* deprecate some useless, noop methods in symtableBenjamin Peterson2008-08-204-16/+30
* add a NEWS note for new args syntaxBenjamin Peterson2008-08-201-0/+3
* follow-up of issue3473: update the compiler package to recognize the new syntax.Amaury Forgeot d'Arc2008-08-202-26/+33
* check that the parser module can handle the new keyword syntaxBenjamin Peterson2008-08-191-0/+1
* Merged revisions 65876 via svnmerge fromBenjamin Peterson2008-08-191-0/+2
* Issue 1179: [CVE-2007-4965] Integer overflow in imageop module.Guido van Rossum2008-08-191-12/+68
* Hopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERSION_TAG fromGuido van Rossum2008-08-191-6/+19
* allow keyword args to be passed in after *args #3473Benjamin Peterson2008-08-195-12/+29
* COM method code is windows specificThomas Heller2008-08-191-1/+4
* fix a little typoBenjamin Peterson2008-08-191-1/+1
* Fix a regression introduced by rev. 63792: ctypes function pointersThomas Heller2008-08-193-6/+35
* silence callable warning in hmacBenjamin Peterson2008-08-191-1/+1
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-1915-87/+81
* get unparse to at least unparse its selfBenjamin Peterson2008-08-191-2/+2