- 22 Nis, 2004 3 kayıt (commit)
-
-
Thomas Heller yazdı
dynamic embedders of Python.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Modules/_heapmodule.c added.
-
- 21 Nis, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def
-
- 20 Nis, 2004 2 kayıt (commit)
-
-
Hye-Shik Chang yazdı
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-
Hye-Shik Chang yazdı
a string or unicode object in sre.compile() when a different type pattern with the same value exists.
-
- 19 Nis, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Mark the C version as private and only use when available.
-
Raymond Hettinger yazdı
* Mark the C version as private and only use when available.
-
- 17 Nis, 2004 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
Backported to 2.3.
-
Raymond Hettinger yazdı
Fix typo.
-
- 16 Nis, 2004 6 kayıt (commit)
-
-
Thomas Heller yazdı
with zlib-1.2.1.
-
Thomas Heller yazdı
with zlib-1.2.1. UPX needs the --force flag to be able to compress it.
-
Fred Drake yazdı
file descriptor operations for normal applications
-
Skip Montanaro yazdı
from Felix Wiemann. Closes patch #934971.
-
Skip Montanaro yazdı
classes into line with the actual code. I didn't see any obvious examples of latex formatting for *args and **kwds so I just guessed.
-
Skip Montanaro yazdı
-
- 15 Nis, 2004 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Fred Drake yazdı
-
- 14 Nis, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
-
- 13 Nis, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
instead of %d .
-
- 12 Nis, 2004 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Document the differences between them * Fix corner cases covered by the unittests * Use Py_RETURN_NONE where possible for dictionaries
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Applied app1() to listappend(). * Inlined ins() into its one remaining caller.
-
Raymond Hettinger yazdı
steps and further improves the speed of list append. * Add guards to the list iterator length method to handle corner cases.
-
- 11 Nis, 2004 8 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
removed the comment saying they don't work, and changed the build step to run them. If they're failing for someone else, please give details about what failed.
-
Tim Peters yazdı
-
Raymond Hettinger yazdı
separate equality tests. Now, all are set to their best timing.
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
- return the full size of the sockaddr_un structure, without which bind() fails with EINVAL; - set test_socketserver to use a socket name that meets the form required by the underlying implementation; - don't bother exercising the forking AF_UNIX tests on EMX - its fork() can't handle the stress.
-
Kurt B. Kaiser yazdı
M IOBinding.py M NEWS.txt M configDialog.py - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336.
-
- 10 Nis, 2004 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
did not stand-up to additional timings.
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
globaltrace_countfuncs() into file_module_function_of(). In that function use Michael Hudson's suggestion of gc.get_referrers() to back up from the code object to a function, then to a class's dict and finally to a class object if one exists.
-
- 09 Nis, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 08 Nis, 2004 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-