- 09 Eki, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 08 Eki, 2006 7 kayıt (commit)
-
-
Ronald Oussoren yazdı
shell profile patching post-install script.
-
Ronald Oussoren yazdı
installed to build extensions. This patch makes distutils emit a warning when the compiler should use an SDK but that SDK is not installed, hopefully reducing some confusion.
-
Ronald Oussoren yazdı
universal build of python on OSX 10.3 to ensure that those flags can be used to compile code (the universal build uses compiler flags that aren't supported on 10.3). This patches gives the same treatment to CFLAGS, PY_CFLAGS and BLDSHARED.
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
/Developer/Documentation/Python, better for users that install multiple versions of python.
-
Hye-Shik Chang yazdı
when encoding non-BMP unicode characters. (Submitted by Ray Chason)
-
Georg Brandl yazdı
-
- 07 Eki, 2006 1 kayıt (commit)
-
-
Skip Montanaro yazdı
Fixes 1572471. Make a similar change for the excel class and clean up references to the Dialects and Formatting Parameters section in a few places.
-
- 06 Eki, 2006 6 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Armin Rigo yazdı
any hue value and do the modulo itself, except it doesn't quite do it in all cases. At least, the "cannot get here" comment was wrong.
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
-
Fred Drake yazdı
- remove Sleepycat name now that they have been bought
-
- 05 Eki, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
Also remove warning about re-initialization as possibly raising an execption as both call _PyImport_FindExtension() which pulls any module that was already imported from the Python process' extension cache and just copies the __dict__ into the module stored in sys.modules.
-
- 04 Eki, 2006 8 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
add 'if (PyErr_Occurred())' checks to various places so that NULL is returned properly. 2.4 backport candidate.
-
Armin Rigo yazdı
* unified the way intobject, longobject and mystrtoul handle values around -sys.maxint-1. * in general, trying to entierely avoid overflows in any computation involving signed ints or longs is extremely involved. Fixed a few simple cases where a compiler might be too clever (but that's all guesswork). * more overflow checks against bad data in marshal.c. * 2.5 specific: fixed a number of places that were still confusing int and Py_ssize_t. Some of them could potentially have caused "real-world" breakage. * list.pop(x): fixing overflow issues on x was messy. I just reverted to PyArg_ParseTuple("n"), which does the right thing. (An obscure test was trying to give a Decimal to list.pop()... doesn't make sense any more IMHO) * trying to write a few tests...
-
Armin Rigo yazdı
(unsigned long vs. unsigned int).
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
on undefined behaviour of the C compiler anymore. Will backport to 2.5 and 2.4.
-
Jeremy Hylton yazdı
The compiler was checking that there was something on the fblock stack, but not that there was a loop on the stack. Fixed that and added a test for the specific syntax error. Bug fix candidate.
-
Barry Warsaw yazdı
test for parts > 3 when we use .split(..., 2).
-
- 03 Eki, 2006 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622).
-
- 02 Eki, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
stdint.h. Will backport.
-
Martin v. Löwis yazdı
Will backport.
-
- 01 Eki, 2006 2 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
running w/o subprocess.
-
Kurt B. Kaiser yazdı
check, resulting in obscure error messages. Do the syntax check first. Bug 1562716, 1562719
-
- 30 Eyl, 2006 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
string pointed to by its parameter.
-
Georg Brandl yazdı
to encodings.search_function() contains a dot.
-
Georg Brandl yazdı
datetime's strftime function.
-
Georg Brandl yazdı
but also for functions.
-