Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
8df168cc
Kaydet (Commit)
8df168cc
authored
Ara 31, 2011
tarafından
Sandro Tosi
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge with 3.2
üst
eb90caa4
1abde362
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
13 deletions
+10
-13
functional.rst
Doc/howto/functional.rst
+3
-3
webservers.rst
Doc/howto/webservers.rst
+5
-5
atexit.rst
Doc/library/atexit.rst
+0
-3
unix.rst
Doc/using/unix.rst
+2
-2
No files found.
Doc/howto/functional.rst
Dosyayı görüntüle @
8df168cc
...
...
@@ -1151,9 +1151,9 @@ Text Processing".
Mertz also wrote a 3-part series of articles on functional programming
for IBM's DeveloperWorks site; see
`part 1 <http://www
-128.ibm.com/developerworks/library/l-prog
.html>`__,
`part 2 <http://www
-128.ibm.com/developerworks/library/l-prog2
.html>`__, and
`part 3 <http://www
-128.ibm.com/developerworks/linux/library/l-prog3
.html>`__,
`part 1 <http://www
.ibm.com/developerworks/linux/library/l-prog/index
.html>`__,
`part 2 <http://www
.ibm.com/developerworks/linux/library/l-prog2/index
.html>`__, and
`part 3 <http://www
.ibm.com/developerworks/linux/library/l-prog3/index
.html>`__,
Python documentation
...
...
Doc/howto/webservers.rst
Dosyayı görüntüle @
8df168cc
...
...
@@ -274,7 +274,7 @@ Setting up FastCGI
Each web server requires a specific module.
* Apache has both `mod_fastcgi
<http:
//
www
.
fastcgi
.
com
/
drupal
/>
`_ and `mod_fcgid
<http:
//
fastcgi
.
coremail
.
cn
/>
`_. ``mod_fastcgi`` is the original one, but it
<http:
//
httpd
.
apache
.
org
/
mod_fcgid
/>
`_. ``mod_fastcgi`` is the original one, but it
has some licensing issues, which is why it is sometimes considered non-free.
``mod_fcgid`` is a smaller, compatible alternative. One of these modules needs
to be loaded by Apache.
...
...
@@ -365,7 +365,7 @@ testing.
A really great WSGI feature is middleware. Middleware is a layer around your
program which can add various functionality to it. There is quite a bit of
`middleware
<http:
//
w
sgi
.
org
/
wsgi
/
Middleware_and_Utilities
>
`_ already
`middleware
<http:
//
w
ww
.
wsgi
.
org
/
en
/
latest
/
libraries
.
html
>
`_ already
available. For example, instead of writing your own session management (HTTP
is a stateless protocol, so to associate multiple HTTP requests with a single
user your application must create and manage such state via a session), you can
...
...
@@ -396,9 +396,9 @@ compared with other web technologies.
.. seealso::
A good overview of WSGI-related code can be found in the `WSGI
wiki
<http:
//
w
sgi
.
org
/
wsgi
>
`_, which contains an extensive list of `WSGI servers
<http:
//
w
sgi
.
org
/
wsgi
/
Servers
>
`_ which can be used by *any* application
A good overview of WSGI-related code can be found in the `WSGI
homepage
<http:
//
w
ww
.
wsgi
.
org
/
en
/
latest
/
index
.
html
>
`_, which contains an extensive list of `WSGI servers
<http:
//
w
ww
.
wsgi
.
org
/
en
/
latest
/
servers
.
html
>
`_ which can be used by *any* application
supporting WSGI.
You might be interested in some WSGI-supporting modules already contained in
...
...
Doc/library/atexit.rst
Dosyayı görüntüle @
8df168cc
...
...
@@ -6,9 +6,6 @@
.. moduleauthor:: Skip Montanaro <skip@pobox.com>
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
**Source code:** :source:`Lib/atexit.py`
--------------
The :mod:`atexit` module defines functions to register and unregister cleanup
functions. Functions thus registered are automatically executed upon normal
...
...
Doc/using/unix.rst
Dosyayı görüntüle @
8df168cc
...
...
@@ -26,11 +26,11 @@ following links:
.. seealso::
http://www.
linux.com/articles/60383
http://www.
debian.org/doc/manuals/maint-guide/first.en.html
for Debian users
http://linuxmafia.com/pub/linux/suse-linux-internals/chapter35.html
for OpenSuse users
http://docs.fedoraproject.org/
drafts/rpm-guide-en
/ch-creating-rpms.html
http://docs.fedoraproject.org/
en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide
/ch-creating-rpms.html
for Fedora users
http://www.slackbook.org/html/package-management-making-packages.html
for Slackware users
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment