summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Reviewer: Christian Heimes
* Fixed two format strings in the _collections module. For exampleChristian Heimes2008-08-222-2/+4
| | | | | Modules/_collectionsmodule.c:674: warning: format '%i' expects type 'int', but argument 2 has type 'Py_ssize_t' Reviewed by Benjamin Peterson
* Silenced a compiler warning in the sqlite moduleChristian Heimes2008-08-222-2/+4
| | | | | Modules/_sqlite/row.c:187: warning: suggest parentheses around && within || Reviewed by Benjamin Peterson
* Silenced compiler warningChristian Heimes2008-08-223-1/+5
| | | | | Objects/stringlib/find.h:97: warning: 'stringlib_contains_obj' defined but not used Reviewed by Benjamin Peterson
* Changed type of numarenas from uint to size_t to silence a GCC warning on ↵Christian Heimes2008-08-222-1/+4
| | | | 64bit OSes. Reviewed by Benjamin Peterson.
* 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
| | | | | | | | rewrite float.fromhex to only allow ASCII hex digits on all platforms. (Tests for this are already present, but the test_float failures on Solaris hadn't been noticed before.) Reviewed by Antoine Pitrou.
* Fix float.fromhex test to give additional information on failure. ThisMark Dickinson2008-08-211-1/+7
| | | | | | change is aimed at diagnosing issue 3633 (test_float fails on Solaris). Reviewed by Benjamin Peterson
* 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 ↵Hirokazu Yamamoto2008-08-201-7/+3
| | | | http://mail.python.org/pipermail/python-checkins/2008-August/073116.html
* 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 ↵Hirokazu Yamamoto2008-08-201-5/+8
| | | | trunk)
* 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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65876 | benjamin.peterson | 2008-08-19 15:54:52 -0500 (Tue, 19 Aug 2008) | 1 line apply a fix I think will help Windows ........
* 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
| | | | Py_TPFLAGS_DEFAULT when not building the core.
* 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
| | | | that are COM methods must have a boolean True value.
* 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
| | | | and convert them to properties. Update the docs and the examples included.
* 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
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r65853 | benjamin.peterson | 2008-08-19 11:09:09 -0500 (Tue, 19 Aug 2008) | 1 line apply a patch for #3131. this solves the problem for the moment, but we should do some refactoring to get display logic out of RefactoringTool ........ r65854 | benjamin.peterson | 2008-08-19 11:37:38 -0500 (Tue, 19 Aug 2008) | 1 line another quick fix to get lib2to3 to work ........
* 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
| | | | they will still live in 3.0 but it can't hurt
* #2234 distutils failed with mingw binutils 2.18.50.20080109.Amaury Forgeot d'Arc2008-08-182-4/+8
| | | | | Be less strict when parsing these version numbers, they don't necessarily follow the python numbering scheme.
* 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
| | | | This is new in 2.6 so now need to worry about backwards compatibility :)
* Backport of r63826.Eric Smith2008-08-181-6/+42
| | | | | | | | | | | | Optimization of str.format() for cases with str, unicode, int, long, and float arguments. This gives about 30% speed improvement for the simplest (but most common) cases. This patch skips the __format__ dispatch, and also avoids creating an object to hold the format_spec. Unfortunately there's a complication in 2.6 with int, long, and float because they always expect str format_specs. So in the unicode version of this optimization, just check for unicode objects. int, float, long, and str can be added later, if needed.
* Fix typoNick Coghlan2008-08-181-1/+1
|