- 16 Agu, 2006 1 kayıt (commit)
-
-
Kurt B. Kaiser yazdı
before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS
-
- 15 Agu, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
taken from a Debian patch. Should we update the version for each release?
-
- 12 Haz, 2006 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 11 Nis, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Phillip J. Eby yazdı
to work correctly with modules imported from zipfiles or via other PEP 302 __loader__ objects. Tests and doc updates are included.
-
- 10 Mar, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 09 Mar, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
interpreter to exit.
-
- 20 Tem, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
Fixed to keep backwards-compatibility for the undocumented function. Closes bug #986795.
-
- 09 Tem, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
match old verion's argument list (overlooked since API of the file is undocumented).
-
- 07 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 05 Haz, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
New regression test suite.
-
- 21 Mar, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
existent path. Pointed out by jvr that entries could be non-file items for custom importers.
-
- 20 Mar, 2004 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
all whitespace at the end of the path line.
-
- 13 Şub, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
no major codepages unsupported by Python, so remove the eg. case.
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 02 Ara, 2003 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
library search path to include the extension directory. Without this, the curses_panel extension can't find the curses extension/DLL, which exports some curses symbols to it.
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 18 Tem, 2003 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
- 03 Haz, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Fixes #747954.
-
- 10 May, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
riscospath.extsep, and use os.extsep throughout.
-
- 16 Nis, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
~/Library/Python/2.3/site-packages to sys.path, if it exists.
-
- 03 Mar, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
- new import hooks in import.c, exposed in the sys module - new module called 'zipimport' - various changes to allow bootstrapping from zip files I hope I didn't break the Windows build (or anything else for that matter), but then again, it's been sitting on sf long enough... Regarding the latest discussions on python-dev: zipimport sets pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as /path/to/Archive.zip/subdir/ are supported again.
-
- 09 Kas, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Eyl, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Bugfix candidate for 2.2.2.
-
- 25 Tem, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
permission from Paul Everitt). Also removed a few other references to Digital Creations and changed the remaining ones to Zope Corporation.
-
- 24 Şub, 2002 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
Lib/ os.py os2emxpath.py // added - OS/2 EMX specific path manipulation routines popen2.py site.py Lib/test/ test_fcntl.py test_longexp.py
-
- 11 Şub, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
values in for loops (dircase, prefix, sitedir).
-
- 17 Ara, 2001 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
paren. This was there to worm around a stupid XEmacs bug, but since I can't tickle the bug in newer XEmacsen (just tried w/21.4.5) it's possible the problem has been fixed. We shouldn't have to be working around editor bugs anyway. If it crops up again, I'll report it (again) to the XEmacs crowd.
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
is not found). Being fancy: insert the first 3 characters of sys.version in the URL.
-
- 17 Agu, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- Do not compile unicodeobject, unicodectype, and unicodedata if Unicode is disabled - check for Py_USING_UNICODE in all places that use Unicode functions - disables unicode literals, and the builtin functions - add the types.StringTypes list - remove Unicode literals from most tests.
-
- 15 Agu, 2001 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Jack Jansen yazdı
can be on sys.path too.
-