- 04 May, 2010 9 kayıt (commit)
-
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Was not applied to modules that will not compile under OS X, dbmmodule.c, getaddrinfo.c, and getnameinfo.c.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
passed to free() and make a `char *` to a `const char *` as found by Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found with Clang's static analyzer.
-
- 03 May, 2010 10 kayıt (commit)
-
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Clang.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Brett Cannon yazdı
Found using Clang's static analyzer.
-
Antoine Pitrou yazdı
exceptions raised by the implicit flush(). Also ensure that calling close() several times is supported. Patch by Pascal Chambon.
-
Jesus Cea yazdı
-
Vinay Sajip yazdı
-
- 02 May, 2010 6 kayıt (commit)
-
-
Brett Cannon yazdı
-
Michael Foord yazdı
-
Antoine Pitrou yazdı
gc.DEBUG_STATS.
-
Ronald Oussoren yazdı
uses the default browser.
-
Ronald Oussoren yazdı
works on OSX
-
Mark Dickinson yazdı
-
- 01 May, 2010 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(yes, this is a sensitive subject, sorry)
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Mark Dickinson yazdı
-
Senthil Kumaran yazdı
-
Andrew M. Kuchling yazdı
-
- 30 Nis, 2010 8 kayıt (commit)
-
-
Antoine Pitrou yazdı
test_multiprocessing. Patch by Paul Moore.
-
Marc-André Lemburg yazdı
Only override the AC_PROG_CC determined CFLAGS if they were set by the user. This restores the default behavior in the common case of not having CFLAGS defined when running configure.
-
Ronald Oussoren yazdı
Mac/README. Fixes issue 7107.
-
Ronald Oussoren yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Tarek Ziadé yazdı
-
Ronald Oussoren yazdı
framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway).
-