- 03 Şub, 2005 6 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
for Python 2.4 caused a segfault when post_install_script was used. The reason was that the file handle passed to PyRun_SimpleFile() was created with MSVCRT.DLL, but Python 2.4 uses MSVCR71.DLL. So, I replaced PyRun_SimpleFile() with PyRun_SimpleString(). The segfault is gone, but the output of the postinstall script doesn't show up, because still freopen() from MSVCRT is used. Already backported.
-
Thomas Heller yazdı
Already backported.
-
Fred Drake yazdı
(PyXML bug #1112052)
-
Guido van Rossum yazdı
-
Kurt B. Kaiser yazdı
Default remains cyclic. Python Patch 914546 Noam Raphael. M IdleHistory.py M NEWS.txt M config-main.def
-
- 02 Şub, 2005 1 kayıt (commit)
-
-
Steve Holden yazdı
-
- 31 Ock, 2005 3 kayıt (commit)
-
-
Michael W. Hudson yazdı
This should go on whatever bugfix branches the other fetches up on.
-
Michael W. Hudson yazdı
[ 1077106 ] Negative numbers to os.read() cause segfault Sorry for sitting on this for so long! Is there a chance it could make 2.3.5?
-
Kurt B. Kaiser yazdı
has never worked and no one has complained. It is still possible to set a default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on tabs for the current EditorWindow via the Format menu) but IDLE will encourage indentation via spaces. Enable setting the indentation width using the Options dialog. Bug # 783877 Remove some commented out old code from configDialog.py (related to old methods for invoking the HelpBrowser). M EditorWindow.py M NEWS.txt M configHandler.py
-
- 29 Ock, 2005 2 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
Martin v. Löwis yazdı
Fixes #1110478 and #1100235.
-
- 28 Ock, 2005 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
M EditorWindow.py M NEWS.txt M config-keys.def M configHandler.py
-
- 27 Ock, 2005 2 kayıt (commit)
-
-
Brett Cannon yazdı
Closes bug #1110998. Thanks Matthew Bogosian.
-
Martin v. Löwis yazdı
Backported to 2.3 and 2.4.
-
- 26 Ock, 2005 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
Docs incorrectly stated that maxsplit=0 would cause unlimited splitting.
-
Raymond Hettinger yazdı
Saves space in the presence of code like: (None,)*10000
-
- 25 Ock, 2005 2 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
Clarify the behavior when a string begins or ends with whitespace.
-
- 24 Ock, 2005 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Remove C++ (C99) style comments
-
- 23 Ock, 2005 6 kayıt (commit)
-
-
Fred Drake yazdı
that row; the row is commented out in that case (this makes it easier to modify the table after generation)
-
Fred Drake yazdı
-
Johannes Gijsbers yazdı
copying files inside the directory, as that loop changes the atime and mtime.
-
Martin v. Löwis yazdı
Will backport to 2.4 and 2.3.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 21 Ock, 2005 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 20 Ock, 2005 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
Will backport myself.
-
- 19 Ock, 2005 8 kayıt (commit)
-
-
Fred Drake yazdı
(closes SF bug #1008998)
-
Fred Drake yazdı
(closes SF bug #1093173)
-
Fred Drake yazdı
(closes SF bug #853800; markup adjusted)
-
Fred Drake yazdı
(closes SF patch #1084092; modified per comments in SF)
-
Fred Drake yazdı
(closes SF patch #1031233; modified)
-
Fred Drake yazdı
(closes SF patch #1104868)
-
Fred Drake yazdı
(closes SF patch #1094815)
-
Kurt B. Kaiser yazdı
2. Restore use of set_indentation_params(), was dead code since Autoindent.py was merged into EditorWindow.py. 3. Make usetabs, indentwidth, tabwidth, context_use_ps1 instance vars and set in EditorWindow.__init__() 4. In PyShell.__init__() set usetabs, indentwidth and context_use_ps1 explicitly (config() is eliminated). 5. Add Tabnanny check when Module is Run/F5, not just when Checked. 6. Discourage using an indent width other than 8 when using tabs to indent Python code. M EditorWindow.py M NEWS.txt M PyShell.py M ScriptBinding.py
-
- 18 Ock, 2005 3 kayıt (commit)
-
-
Michael W. Hudson yazdı
inscrutable READ_TIMESTAMP.
-
Michael W. Hudson yazdı
-
Michael W. Hudson yazdı
-