]> granicus.if.org Git - python/shortlog
python
2013-10-12 Georg BrandlCloses #13833: document PyStructSequence C-API functions.
2013-10-12 Georg BrandlCloses #13026: fix documentation of MAKE_FUNCTION for...
2013-10-12 Georg BrandlCloses #19179: make table of XML vulnerabilities cleare...
2013-10-12 Georg BrandlCloses #13203: add a FAQ section about seemingly duplic...
2013-10-12 Serhiy StorchakaIssue #19131: The aifc module now correctly reads and...
2013-10-11 Benjamin Petersonreplace hardcoded version
2013-10-11 Benjamin Petersonmake sure the docstring is never out of date wrt unicod...
2013-10-10 Benjamin Petersonremove url from docstring (closes #19220)
2013-10-10 Raymond HettingerIssue #19005: Fix documentation for PyIter_Next().
2013-10-09 Tim PetersRepair format of NEWS entry.
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-09 Serhiy Storchaka#19194: Improved cross-references in the fcntl module...
2013-10-09 Serhiy Storchaka#19196: Improved cross-references in distutils document...
2013-10-09 Serhiy StorchakaIssue #19190: Improve cross-references in builtin types...
2013-10-09 Serhiy StorchakaIssue 19195: Improved cross-references in C API documen...
2013-10-09 Serhiy StorchakaIssue #19193: Improved cross-references in the tutorial.
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-08 Georg BrandlMinor grammar fix.
2013-10-08 Georg BrandlClarify two points about division and shifting. Suggest...
2013-10-08 Georg BrandlFix wrong link.
2013-10-08 Georg BrandlAdd "->" as a delimiter token. Found by James Harding...
2013-10-08 Georg Brandlmerge heads
2013-10-08 Serhiy StorchakaIssue #18037: Do not escape '\u' and '\U' in raw strings.
2013-10-08 Georg BrandlCloses #13867: remove untrue comment about PyWeakref_Ch...
2013-10-08 Georg BrandlCloses #19178: some more cross-references about package...
2013-10-07 Antoine PitrouFix macro expansion of _PyErr_OCCURRED(), and make...
2013-10-06 Georg BrandlCloses #1215: document better why it is not a good...
2013-10-06 Georg BrandlExtending example: use Py_RETURN_NONE
2013-10-06 Georg BrandlUse the platform-independent way of calling a script...
2013-10-06 Georg BrandlFix name of the "exist_ok" argument. Found by Neil...
2013-10-06 Georg BrandlFix: >= and so on are usually called "comparison operat...
2013-10-06 Georg BrandlFix typo in example file name. Found by John Bokma...
2013-10-06 Georg BrandlFix: win32_ver returns a 4-tuple. Found by Andrew Berg...
2013-10-06 Georg BrandlFix typo in function name.
2013-10-06 Georg BrandlCloses #15432: GzipFile mtime argument is new in 3.1.
2013-10-06 Georg BrandlCloses #15228: remove reference to Unix "touch"; it...
2013-10-06 Georg BrandlCloses #11807: document argparse add_subparsers method...
2013-10-06 Georg BrandlCloses #15213: update comment for _PyOS_URandom
2013-10-06 Georg BrandlCloses #17725: small grammar fix.
2013-10-06 Georg BrandlThe "FAQ" link at the end was changed to a Wikipedia...
2013-10-06 Georg BrandlCloses #19177: replace dead link to SSL/TLS introductio...
2013-10-06 Georg BrandlCloses #19181: replace non-existing host ftp.cwi.nl...
2013-10-06 Georg BrandlCloses #12350: clarify blocks/block size members of...
2013-10-06 Georg BrandlFix typo. Spotted by Bo Bayles on docs@.
2013-10-06 Georg BrandlFix link to the "pexports" tool. Found by Joe Aikkarave...
2013-10-06 Georg BrandlFix order of required StreamReader/StreamWriter base...
2013-10-06 Georg BrandlMinor improvement: add indication that the main functio...
2013-10-06 Georg BrandlFix missing class name in markup. Found by Tanky Woo...
2013-10-06 Georg BrandlUnicode howto: use .txt as a more universally understoo...
2013-10-06 Georg BrandlAdd missing list methods. Found by Leonardo Pereira...
2013-10-06 Georg BrandlFix example in backreference description. Found by...
2013-10-06 Georg BrandlFix method name: ensure_directories, not create_directo...
2013-10-06 Georg BrandlPythonCAD is now on PyQt, use Wing as a prominent PyGtk...
2013-10-06 Georg BrandlFix minor bug in httplib example. Found by Alex MacAula...
2013-10-06 Georg BrandlFix SQLite datatype name: it is REAL, not FLOAT. Found...
2013-10-06 Georg BrandlCounter: fix recipe for "n least common elements"....
2013-10-06 Georg BrandlFix typo.
2013-10-06 Georg BrandlCloses #15956: improve documentation of named groups...
2013-10-06 Georg BrandlFix small grammar mistake.
2013-10-06 Georg BrandlFix missing period.
2013-10-06 Georg BrandlFix wrong Python highlighting in directory hierarchy...
2013-10-06 Georg BrandlSmall clarification in extending docs.
2013-10-06 Georg BrandlCloses #13951: Add a "faulthandler" reference in the...
2013-10-06 Georg BrandlCloses #18927: Lock.acquire only accepts -1 or positive...
2013-10-06 Georg BrandlUse "lambda expression" as preferred to "lambda form".
2013-10-06 Georg BrandlCloses #18646: improve lambda docs in tutorial. Origin...
2013-10-06 Georg BrandlFix small copy-paste typo in ossaudiodev setparameters...
2013-10-06 Georg Brandlcurses HOWTO: fix some PEP8 and a code example to actua...
2013-10-06 Georg BrandlClarify docs for os.path.getctime on Unix: it is the...
2013-10-06 Georg BrandlFix prefix_chars not being applied in help text example...
2013-10-06 Georg BrandlFix markup to not add parens to the "hashlib.md5" const...
2013-10-06 Georg BrandlRemove newline in method that makes it possible to...
2013-10-06 Georg BrandlRemove dead link to effbot Tkinter introduction materia...
2013-10-06 Georg BrandlFix: Element.text is an attribute, not a method (report...
2013-10-06 Georg BrandlFix "customer timer" -> "custom timer" (reported by...
2013-10-06 Georg BrandlFix ZeroDivisionError message (reported by Pavel Fedoto...
2013-10-06 Raymond HettingerIssue 14927: Remove a docstring line that is no longer...
2013-10-06 Raymond HettingerMinor clean-up of function parameters in random().
2013-10-05 Tim PetersIssue #19171: speed some cases of 3-argument long...
2013-10-05 Ezio Melotti#19069: use imperative mood in float object docstrings...
2013-10-05 Ezio Melotti#19068: use imperative mood in complex object docstring...
2013-10-05 Ezio Melotti#19067: use imperative mood in range object docstrings...
2013-10-05 Ezio Melotti#19166: use an unused var in a test. Patch by Vajrasky...
2013-10-04 Raymond HettingerIssue #18594: Make the C code more closely match the...
2013-10-04 Jesus CeaClose #19160: Inconsistent size for GIL release in...
2013-10-04 Jesus CeaClose #19160: Inconsistent size for GIL release in...
2013-10-03 Eric Snow[issue19152] Revert 832579dbafd6.
2013-10-03 Eric SnowFix typo.
2013-10-03 Eric Snow[issue19152] Add ExtensionFileLoader.get_filename().
2013-10-03 Eric Snow[issue19151] Fix docstring and use of _get_suppported_f...
2013-10-03 Antoine PitrouIssue #19014: memoryview.cast() is now allowed on zero...
2013-10-03 Serhiy StorchakaIssue #18037: 2to3 now escapes '\u' and '\U' in native...
2013-10-02 Ned DeilyIssue #19147: Fix docstring for fcntl.flock to refer...
2013-10-02 Martin v. LöwisDrop buildbottouch again; the master is using "make...
2013-10-02 Serhiy StorchakaIssue #19137: The pprint module now correctly formats...
2013-10-02 Raymond HettingerIssue #18594: Fix the fallback path in collections...
2013-10-01 Nick CoghlanClose #19092: ExitStack now reraises exceptions from...
2013-10-01 Raymond HettingerIssue #18594: Fix the fast path for collections.Counter().
2013-10-01 Senthil KumaranMinor doc fix in urllib.parse.rst
2013-09-30 Antoine PitrouIssue #12641: Avoid passing "-mno-cygwin" to the mingw3...
next