summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix strange character in the docstring.Thomas Heller2008-08-191-1/+1
* Merged revisions 65853-65854 via svnmerge fromBenjamin Peterson2008-08-192-4/+8
* Fix grammar.Georg Brandl2008-08-182-3/+3
* update the threading docs to account for recent changesBenjamin Peterson2008-08-182-23/+23
* add py3k warnings for old threading APIsBenjamin Peterson2008-08-182-1/+45
* #2234 distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-182-4/+8
* fix old API names in test_sslBenjamin Peterson2008-08-181-4/+4
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-184-11/+17
* bring back the old APIBenjamin Peterson2008-08-181-0/+12
* change a few uses of the threading APIsBenjamin Peterson2008-08-186-16/+16
* backport threading property changesBenjamin Peterson2008-08-182-24/+18
* change threading.getIdent to a propertyBenjamin Peterson2008-08-184-8/+9
* Backport of r63826.Eric Smith2008-08-181-6/+42
* Fix typoNick Coghlan2008-08-181-1/+1
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-183-0/+21
* Belated NEWS entry for r65642Nick Coghlan2008-08-181-0/+7
* Restore Python 2.3 compatibility and remove "with" usage.Marc-André Lemburg2008-08-181-2/+1
* add a test for reduce's moveBenjamin Peterson2008-08-181-0/+6
* follup to #3473: don't duplicate the reduce codeBenjamin Peterson2008-08-181-56/+10
* correct versionBenjamin Peterson2008-08-181-1/+1
* Update __all__ for cookielib, csv, os, and urllib2 for objects imported intoBrett Cannon2008-08-186-6/+11
* Remove an unneeded import of abc.ABCMeta from 'inspect'.Brett Cannon2008-08-182-1/+2
* Remove two unneeded imports in 'io'.Brett Cannon2008-08-182-2/+2
* Remove imports of 'warnings' that are no longer needed in dummy_thread,Brett Cannon2008-08-174-3/+2
* Fix a refleak in bytearray.split and bytearray.rsplit, detected byAmaury Forgeot d'Arc2008-08-171-4/+10
* set svn:executable on a scriptBenjamin Peterson2008-08-171-0/+0
* #3580: fix a failure in test_osAntoine Pitrou2008-08-171-1/+1