- 02 May, 2010 4 kayıt (commit)
-
-
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 13 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).
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Antoine Pitrou: is my version of the paragraph still correct? R. David Murray: is this more understandable than the previous version?
-
Andrew M. Kuchling yazdı
-
- 29 Nis, 2010 10 kayıt (commit)
-
-
Giampaolo Rodolà yazdı
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup.
-
Lars Gustäbel yazdı
files with execute permissions set.
-
Antoine Pitrou yazdı
of the Linux kernel. Patch by Yaniv Aknin.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
Markup fixes to use :exc:, :option: in a few places. (Glitch: unittest.main's -c ends up a link to the Python interpreter's -c option. Should we skip using :option: for that switch, or disable the auto-linking somehow?)
-
Andrew M. Kuchling yazdı
-
- 28 Nis, 2010 6 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
and remove a duplicate of its specification.
-
Senthil Kumaran yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed
-