- 16 Jun, 2003 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
- Build idle from new location - use ln -fsn when linking files.
-
Gustavo Niemeyer authored
besides plain tuples.
-
- 15 Jun, 2003 15 commits
-
-
Tim Peters authored
-
Tim Peters authored
-
Tim Peters authored
tell Windows Truth too. Bugfix candidate.
-
Brett Cannon authored
Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument.
-
Brett Cannon authored
Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object.
-
Martin v. Löwis authored
-
Tim Peters authored
-
Tim Peters authored
unique boundary strings within a program run are guaranteed. On Windows, duplicates were pretty likely, due to the coarse granularity of time.time. Toned down the absurdly optimistic claims in the docstring. Bugfix candidate.
-
Guido van Rossum authored
Also install the start script from Tools/script/idle. (This may change again.)
-
Guido van Rossum authored
Tools/idle, in both source and destination. (There are still problems when running the IDLE icon, but they don't seem to have to do with the installer.)
-
Guido van Rossum authored
This was reported in the IDLEFORK bug tracker as #754971.
-
Kurt B. Kaiser authored
Convert characters from the locale's encoding on output
-
Kurt B. Kaiser authored
by providing other modules access to globals set up in PyShell.main()
-
Kurt B. Kaiser authored
-
Greg Ward authored
Define True and False (if necessary) so this module can be copied as-is to other projects (eg. Optik, Docutils) that don't depend on Python 2.3.
-
- 14 Jun, 2003 20 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
follow-up to #621891.
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
Remove deprecated tempfile usage
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #754447.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Kurt B. Kaiser authored
M PyShell.py R boolcheck.py M run.py
-
Kurt B. Kaiser authored
-
Kurt B. Kaiser authored
M HISTORY.txt M NEWS.txt
-
Greg Ward authored
-
Guido van Rossum authored
-
- 13 Jun, 2003 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
called. Added announcement in Misc/NEWS for thread.interrupt_main and mention of dummy_thread's change.
-