- 14 Tem, 2006 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 10 Tem, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
branch into the trunk. This adds a new sys._current_frames() function, which returns a dict mapping thread id to topmost thread stack frame.
-
- 03 May, 2006 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
guillemets; no need for magic here
-
- 20 Şub, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
platform field
-
- 06 Ock, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 05 Ock, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Ara, 2005 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Barry Warsaw yazdı
Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications.
-
- 11 Kas, 2004 1 kayıt (commit)
-
-
Fred Drake yazdı
- fix minor markup nits
-
- 11 Eyl, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
- accomodate -> accommodate - occured -> occurred Thanks George Yoshida!
-
- 18 Agu, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Per Guido, sys.exitfunc will be kept around for backwards compatability but atexit will become the one preferred way to do it.
-
- 05 Agu, 2004 1 kayıt (commit)
-
-
Phillip J. Eby yazdı
definition, per Guido's request in off-list email.
-
- 16 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Haz, 2004 2 kayıt (commit)
-
-
Fred Drake yazdı
- explain Python/ceval.c from what; lots of people don't use a source distro any more
-
Martin v. Löwis yazdı
-
- 21 Mar, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
automatically.
-
- 17 Tem, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
SF patch #764594.
-
- 07 Tem, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 06 Tem, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Tem, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
longer. Pointed out by Alex Martelli.
-
- 29 May, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Remove references to string based exceptions in the doc.
-
- 05 Mar, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
and not as a side effect of setlocale. Expose it as sys.getfilesystemencoding. Adjust test case.
-
- 01 Mar, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
rarely needed, but can sometimes be useful to release objects referenced by the traceback held in sys.exc_info()[2]. (SF patch #693195.) Thanks to Kevin Jacobs!
-
- 08 Eki, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink> version), and fix test_pep277.py in a few minor ways. Including doc and NEWS entries.
-
- 03 Eyl, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 15 Tem, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
start-up.
-
- 27 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
extend sys.path using .pth files.
-
- 05 Ock, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Based on comment sent to python-docs.
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
-
- 23 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 20 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 16 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
specific, and updated some of the comments about the profile hook. This closes SF bug #471725.
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Fixed a markup error which caused an em dash to be presented as a minus sign. This closes SF bug #458350.
-
- 26 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Tem, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 18 Tem, 2001 3 kayıt (commit)
-
-
Fred Drake yazdı
Minor local consistency adjustments. A couple of small tweaks to the setdlopenflags() description. For setprofile() and settrace(), convert some references to become hyperlinks in the HTML version.
-
Fred Drake yazdı
descriptions; added availability notes.
-
Martin v. Löwis yazdı
Add dlopenflags to PyInterpreterState, and use it in dlopen calls.
-
- 23 Mar, 2001 1 kayıt (commit)
-
-
Ka-Ping Yee yazdı
-