- 22 Nis, 2004 1 kayıt (commit)
-
-
Thomas Heller yazdı
which will create a windows installer containing only the Python debugging binaries. They will be installed alongside an existing Python installation, the location is read from the registry. This allows easy building and debugging of own compiled extensions.
-
- 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.
-
- 17 Nis, 2004 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Raymond Hettinger yazdı
Fix typo.
-
- 16 Nis, 2004 4 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Add instructions how to build tix - will probably be included in Python 2.3.4.
-
Skip Montanaro yazdı
-
- 15 Nis, 2004 3 kayıt (commit)
-
-
Thomas Heller yazdı
When loading the Python dll to run the postinstall script, try to load it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later.
-
Thomas Heller yazdı
it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later.
-
Fred Drake yazdı
-
- 14 Nis, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
Bug #934635: Fixed a bug where the configure script couldn't detect getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke)
-
- 11 Nis, 2004 2 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
Fixes for AF_UNIX support on OS/2: - 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.
-
- 08 Nis, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 04 Nis, 2004 3 kayıt (commit)
-
-
Andrew MacIntyre yazdı
OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that the socket name must start with /socket32/. Unlike Unix systems, this file never exists in the file system.
-
Andrew MacIntyre yazdı
OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied with major C compilers (VACPP, EMX+gcc and [Open]Watcom). Also tidy up the export of spawn*() symbols in the os module to match what is found/implemented.
-
Andrew MacIntyre yazdı
If a file is opened with an explicit buffer size >= 1, repeated close() calls would attempt to free() the buffer already free()ed on the first close(). [bug introduced with patch #788249] Making sure that the buffer is free()ed in file object deallocation is a belt-n-braces bit of insurance against a memory leak.
-
- 03 Nis, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 01 Nis, 2004 6 kayıt (commit)
-
-
Fred Drake yazdı
single hyphens in the HTML output; this is no longer needed now that ../perl/python.perl makes things just work
-
Fred Drake yazdı
as directly setting the .prog attribute (which should be supported based on the class docstring). Closes SF bug #850964.
-
Fred Drake yazdı
- make "--" in code text not get converted to "-" - fix minor typo in comment (but this time the typo is fixed correctly!)
-
Fred Drake yazdı
remaining content of a stream when expected to do so. Closes SF bug #725265. Backported from trunk revision 1.52.
-
Fred Drake yazdı
to Node objects in the index (closes SF bug #832251) - fix a variety of markup nits Backported from trunk revision 1.9.
-
Fred Drake yazdı
The fix adds a get_source_files() method to the build_scripts command and adds the result to the default manifest list.
-
- 31 Mar, 2004 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Guido van Rossum yazdı
When /tmp has certain sticky bits set, newly created subdirectories inherit those bits, causing the test_mkdtemp.test_mode() test to fail. Remove those before comparing the actual mode to the expected mode.
-
Fred Drake yazdı
-
Fred Drake yazdı
Closes SF bug #837228; backported from the head.
-
- 30 Mar, 2004 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
which use the Space key. Limit unmodified user keybindings to the function keys. Python Bug 775353, IDLEfork Bugs 755647, 761557 Improve error handling during startup if there's no Tkinter. M NEWS.txt M PyShell.py M config-keys.def M configHandler.py M keybindingDialog.py
-
- 29 Mar, 2004 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
-
- 26 Mar, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 25 Mar, 2004 4 kayıt (commit)
-
-
Brett Cannon yazdı
Bumped up micro version number.
-
Brett Cannon yazdı
not taken into consideration when caching value.
-
Raymond Hettinger yazdı
-
Phillip J. Eby yazdı
(Backport to 2.3 maintenance branch)
-
- 23 Mar, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-