- 16 May, 2006 1 commit
-
-
Martin v. Löwis authored
on some OSX installation, but its header file is not. Will backport to 2.4
-
- 15 May, 2006 8 commits
-
-
Tim Peters authored
the Windows buildbots fail test_tarfile.
-
Tim Peters authored
the file object in binary mode. The Windows buildbot slaves shouldn't swap themselves to death anymore. However, test_tarfile may still fail because of a temp directory left behind from a previous failing run. Windows buildbot owners may need to remove that directory by hand.
-
Georg Brandl authored
-
Martin v. Löwis authored
Change __str__() functions to METH_O. Change WindowsError__str__ to use PyTuple_Pack.
-
Neal Norwitz authored
-
Neal Norwitz authored
Most of the test_syntax changes are just updating the numbers.
-
Neal Norwitz authored
-
Martin v. Löwis authored
-
- 14 May, 2006 3 commits
-
-
Ronald Oussoren authored
to the Python.app template.
-
Ronald Oussoren authored
based on the new python.org logo. These are also the first icons that are "proper" OSX icons. These icons were created by Jacob Rus.
-
Ronald Oussoren authored
* Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on.
-
- 13 May, 2006 5 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
about "%u", "%lu" and "%zu" formats. Since PyString_FromFormat and PyErr_Format have exactly the same rules (both inherited from PyString_FromFormatV), it would be good if someone with more LaTeX Fu changed one of them to just point to the other. Their docs were way out of synch before this patch, and I just did a mass copy+paste to repair that. Not a backport candidate (this is a new feature).
-
Martin v. Löwis authored
-
George Yoshida authored
-
- 12 May, 2006 10 commits
-
-
Gerhard Häring authored
documentation. Ready to be reviewed and improved upon.
-
Thomas Heller authored
-
Thomas Heller authored
-
Thomas Heller authored
-
George Yoshida authored
They are same, so keep the original one and remove the later-added one.
-
Martin v. Löwis authored
-
George Yoshida authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
path name in listdir. Fixes #1431582. Stop overallocating MAX_PATH characters for ANSI path names. Stop assigning to errno.
-
Tim Peters authored
by Collin Winter. Bugfix candidate (but I'm not going to bother).
-
- 11 May, 2006 7 commits
-
-
Georg Brandl authored
-
Tim Peters authored
Rev 45964 fiddled with WindowsError, and broke test_bsddb3 on all the Windows buildbot slaves as a result. This should repair it.
-
Andrew M. Kuchling authored
-
George Yoshida authored
-
Martin v. Löwis authored
and the DOS error code in errno. Revert changes where WindowsError catch blocks unnecessarily special-case OSError.
-
Neal Norwitz authored
-
Brett Cannon authored
PY_FORMAT_SIZE_T appropriately. Removes warnings on OS X under gcc 4.0.1 when PY_FORMAT_SIZE_T is set to "" instead of "z" as is needed.
-
- 10 May, 2006 6 commits
-
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
stdout arguments, making it possible to redirect input and output for remote debugging.
-
Georg Brandl authored
a couple of issues, notably handling of long file names using the GNU LONGNAME extension.
-
Georg Brandl authored
-
Georg Brandl authored
Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes.
-