Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

Results 71 - 80 of 438 for host:docs.python.org (0.02 seconds)

  1. Allocating Objects on the Heap — Python 3.14.3 ...

    Deprecated aliases: These are soft deprecated aliases to existing functions and macros. They exist solely for backwards compatibility.,, Deprecated alias, Function,,,, PyObject_New,,, PyObject_NewV...
    docs.python.org/3/c-api/allocation.html
    Fri Feb 06 03:23:27 GMT 2026
      41K bytes
  2. 4. Using Python on Windows — Python 3.14.3 docu...

    This document aims to give an overview of Windows-specific behaviour you should know about when using Python on Microsoft Windows. Unlike most Unix systems and services, Windows does not include a ...
    docs.python.org/3/using/windows.html
    Fri Feb 06 03:23:28 GMT 2026
      173.5K bytes
  3. 9. Classes — Python 3.14.3 documentation

    Classes provide a means of bundling data and functionality together. Creating a new class creates a new type of object, allowing new instances of that type to be made. Each class instance can have ...
    docs.python.org/3/tutorial/classes.html
    Fri Feb 06 03:23:27 GMT 2026
      102.3K bytes
  4. sndhdr — Determine type of sound file — Python ...

    This module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. Possible replacements are thir...
    docs.python.org/3/library/sndhdr.html
    Fri Feb 06 03:23:27 GMT 2026
      15.1K bytes
  5. imp — Access the import internals — Python 3.14...

    This module is no longer part of the Python standard library. It was removed in Python 3.12 after being deprecated in Python 3.4. The removal notice includes guidance for migrating code from imp to...
    docs.python.org/3/library/imp.html
    Fri Feb 06 03:23:28 GMT 2026
      15.1K bytes
  6. Codec registry and support functions — Python 3...

    Codec lookup API: In the following functions, the encoding string is looked up converted to all lower-case characters, which makes encodings looked up through this mechanism effectively case-insens...
    docs.python.org/3/c-api/codec.html
    Fri Feb 06 03:23:27 GMT 2026
      43.9K bytes
  7. Python support for free threading — Python 3.14...

    Starting with the 3.13 release, CPython has support for a build of Python called free threading where the global interpreter lock(GIL) is disabled. Free-threaded execution allows for full utilizati...
    docs.python.org/3/howto/free-threading-python.html
    Fri Feb 06 03:23:28 GMT 2026
      28.8K bytes
  8. quopri — Encode and decode MIME quoted-printabl...

    Source code: Lib/quopri.py This module performs quoted-printable transport encoding and decoding, as defined in RFC 1521: “MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Spec...
    docs.python.org/3/library/quopri.html
    Fri Feb 06 03:23:28 GMT 2026
      21.7K bytes
  9. Concrete Objects Layer — Python 3.14.3 document...

    The functions in this chapter are specific to certain Python object types. Passing them an object of the wrong type is not a good idea; if you receive an object from a Python program and you are no...
    docs.python.org/3/c-api/concrete.html
    Fri Feb 06 03:23:27 GMT 2026
      27.9K bytes
  10. datetime — Basic date and time types — Python 3...

    Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...
    docs.python.org/3/library/datetime.html
    Fri Feb 06 03:23:27 GMT 2026
      411.6K bytes
Back to Top