Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト [xss] %27

Results 21 - 30 of 398 for host:docs.python.org (0.04 sec)

  1. What’s New In Python 3.8 — Python 3.13.0 docume...

    Editor, Raymond Hettinger,. This article explains the new features in Python 3.8, compared to 3.7. Python 3.8 was released on October 14, 2019. For full details, see the changelog. Summary – Releas...
    docs.python.org/3/whatsnew/3.8.html
    Registered: Fri Nov 15 03:44:58 UTC 2024
    - Last Modified: Fri Nov 15 00:19:04 UTC 2024
    - 305.2K bytes
    - Viewed (0)
  2. What’s New In Python 3.3 — Python 3.13.0 docume...

    This article explains the new features in Python 3.3, compared to 3.2. Python 3.3 was released on September 29, 2012. For full details, see the changelog. Summary – Release highlights: New syntax f...
    docs.python.org/3/whatsnew/3.3.html
    Registered: Fri Nov 15 03:45:31 UTC 2024
    - Last Modified: Fri Nov 15 00:19:04 UTC 2024
    - 319.8K bytes
    - Viewed (0)
  3. contextvars — Context Variables — Python 3.13.0...

    This module provides APIs to manage, store, and access context-local state. The ContextVar class is used to declare and work with Context Variables. The copy_context() function and the Context clas...
    docs.python.org/3/library/contextvars.html
    Registered: Fri Nov 15 03:44:44 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  4. http.cookies — HTTP state management — Python 3...

    Source code: Lib/http/cookies.py The http.cookies module defines classes for abstracting the concept of cookies, an HTTP state management mechanism. It supports both simple string-only cookies, and...
    docs.python.org/3/library/http.cookies.html
    Registered: Fri Nov 15 03:43:02 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 61.3K bytes
    - Viewed (0)
  5. email.policy: Policy Objects — Python 3.13.0 do...

    Source code: Lib/email/policy.py The email package’s prime focus is the handling of email messages as described by the various email and MIME RFCs. However, the general format of email messages (a ...
    docs.python.org/3/library/email.policy.html
    Registered: Fri Nov 15 03:43:40 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  6. tty — Terminal control functions — Python 3.13....

    Source code: Lib/tty.py The tty module defines functions for putting the tty into cbreak and raw modes. Availability: Unix. Because it requires the termios module, it will work only on Unix. The tt...
    docs.python.org/3/library/tty.html
    Registered: Fri Nov 15 03:43:50 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  7. zipimport — Import modules from Zip archives — ...

    Source code: Lib/zipimport.py This module adds the ability to import Python modules (*.py,*.pyc) and packages from ZIP-format archives. It is usually not needed to use the zipimport module explicit...
    docs.python.org/3/library/zipimport.html
    Registered: Fri Nov 15 03:43:53 UTC 2024
    - Last Modified: Fri Nov 15 00:19:04 UTC 2024
    - 39.2K bytes
    - Viewed (0)
  8. 3. Defining Extension Types: Assorted Topics — ...

    This section aims to give a quick fly-by on the various type methods you can implement and what they do. Here is the definition of PyTypeObject, with some fields only used in debug builds omitted: ...
    docs.python.org/3/extending/newtypes.html
    Registered: Fri Nov 15 03:42:43 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 96.8K bytes
    - Viewed (0)
  9. Mapping Protocol — Python 3.13.0 documentation

    See also PyObject_GetItem(), PyObject_SetItem() and PyObject_DelItem().
    docs.python.org/3/c-api/mapping.html
    Registered: Fri Nov 15 03:43:21 UTC 2024
    - Last Modified: Fri Nov 15 00:19:04 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  10. Built-in Types — Python 3.13.0 documentation

    The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...
    docs.python.org/3/library/stdtypes.html
    Registered: Fri Nov 15 03:27:32 UTC 2024
    - Last Modified: Fri Nov 15 00:19:05 UTC 2024
    - 699.2K bytes
    - Viewed (0)
Back to top