- 24 Haz, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
used with signed/unsigned char arguments. For integer arguments, EOF has to be handled separately.
-
- 22 Haz, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 Haz, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 18 May, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 15 May, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
Regenerate (reindent) Python/graminit.c
-
- 09 May, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 03 Nis, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
requires building pyctype.o into pgen
-
Benjamin Peterson yazdı
-
- 10 Mar, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
(SIGINT). If an error occurs while importing the site module, the error is printed and Python exits. Initialize the GIL before importing the site module.
-
- 02 Mar, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
check fails. Fix an assertion in pydebug mode.
-
- 22 Şub, 2010 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
Noted by Joseph Armbruster; patch by Jessica McKellar. The original code was 'for (;;) {...}', where ... ended with a 'return -2' statement and did not contain a 'break' or 'continue' statement. Therefore, the body of the loop is always executed once. Once upon a time there was a 'continue' in the loop, but it was removed in rev36346, committed by mwh on Wed Jul 7 17:44:12 2004.
-
- 11 Ock, 2010 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 09 Ock, 2010 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 13 Ara, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 06 Ara, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Kas, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Kas, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 09 Eki, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 Eyl, 2009 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
A memory block allocated with one API was being handed over to an object that used another API to release it.
-
- 16 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Haz, 2009 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 07 Haz, 2009 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 11 Ock, 2009 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Ock, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Eki, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 19 Eki, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Armin Ronacher yazdı
-
- 10 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 05 Agu, 2008 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
If a PyTokenizer_FromString() is called with an empty string, the tokenizer's line_start member never gets initialized. Later, it is compared with the token pointer 'a' in parsetok.c:193 and that behavior can result in undefined behavior.
-
- 13 Haz, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
This should prevent some test_multiprocessing failures
-
- 11 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
- 09 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread.
-
- 26 May, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 24 Nis, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
This happened only when 8 is the first digit. Credits go to Lukas Meuser.
-
- 13 Nis, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-