summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* super() actually returns a super object.Georg Brandl2008-08-301-1/+2
* #3569: eval() also accepts "exec"able code objects.Georg Brandl2008-08-301-4/+4
* #3716: fix typo.Georg Brandl2008-08-301-1/+1
* #3730: mention "server" attribute explicitly.Georg Brandl2008-08-301-0/+5
* A collection of crashers, all variants of the ideaArmin Rigo2008-08-291-0/+53
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-294-22/+54
* #3711: .dll isn't a valid Python extension anymore.Georg Brandl2008-08-281-4/+8
* Add various itemsAndrew M. Kuchling2008-08-271-8/+20
* Add an item and a noteAndrew M. Kuchling2008-08-271-5/+6
* Trim whitespace; add a few updatesAndrew M. Kuchling2008-08-271-66/+105
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-268-87/+210
* 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