]> granicus.if.org Git - python/shortlog
python
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...
2013-09-30 Antoine PitrouAdd a "skull and crossbones" to Py_AddPendingCall.
2013-09-30 Martin v. LöwisIssue #19106: Add buildbottouch target.
2013-09-30 Martin v. LöwisIssue #19106: Touch generated files to be 1s newer...
2013-09-30 Senthil KumaranMinor code improvement. Review comment by Eric V. Smith
2013-09-29 Benjamin Petersonmerge heads
2013-09-29 Benjamin Petersonremove unused imports
2013-09-29 Antoine PitrouProperly initialize all fields of a SSL object after...
2013-09-29 Christian HeimesIssue #19130: mention historic VS 2008 build dir, too
2013-09-29 Christian HeimesIssue #19130: Correct PCbuild/readme.txt, Python 3...
2013-09-29 Richard OudkerkIssue #19112: avoid using function defined in method.
2013-09-29 Benjamin Petersonremove duplicate method (closes #19127)
2013-09-29 Benjamin Petersoncondense two tests with the same name (closes #19114)
2013-09-29 Benjamin Petersonmove helper function into its test method (closes ...
2013-09-29 Benjamin Petersonfix duplicate test names in test_dis (closes #19117)
2013-09-29 Benjamin Petersonremove duplicate test_mkd (closes #19118)
2013-09-29 Benjamin Petersoncombine two tests to avoid duplicate names (closes...
2013-09-29 Benjamin Petersonfix duplicate test name (closes #19126)
2013-09-29 Benjamin Petersonfix test to run and test that smtpd does support ELHO...
2013-09-29 Benjamin Petersonremove duplicate test from test_import (closes #19122)
2013-09-28 Antoine PitrouIssue #4366: Fix building extensions on all platforms...
2013-09-28 Benjamin Petersonfix duplicate test names (closes #19115)
2013-09-28 Serhiy StorchakaIssue #18950: Fix miscellaneous bugs in the sunau module.
2013-09-27 Serhiy StorchakaIssue #19053: ZipExtFile.read1() with non-zero argument...
2013-09-27 Benjamin Petersonlet this work with system Python 2.5
2013-09-27 Benjamin Petersonfix my absurd spelling
2013-09-27 Benjamin Petersondon't scale compiler stack frames if the recursion...
2013-09-23 Serhiy StorchakaIssue #19028: Fixed tkinter.Tkapp.merge() for non-strin...
2013-09-22 Georg BrandlCloses #19043: remove detailed listing of versions...
2013-09-22 Nick CoghlanFix comment in test_gdb
2013-09-20 Serhiy StorchakaIssue #3015: Fixed tkinter with wantobject=False. ...
2013-09-20 Serhiy StorchakaIssue #18050: Fixed an incompatibility of the re module...
2013-09-19 Senthil KumaranCorrecting the mistake in 14ba90816930
2013-09-18 R David MurrayMerge #14984: only import pwd on POSIX.
2013-09-18 R David MurrayMerge #14984: only import pwd on POSIX.
2013-09-18 R David Murray#14984: only import pwd on POSIX.
2013-09-18 R David Murray#19037: adjust file times *before* moving maildir files...
2013-09-18 R David MurrayMerge heads.
2013-09-18 doko@ubuntu.com - followup for issue #18997, make _clear_joined_ptr...
2013-09-18 R David MurrayMerge #14984: On POSIX, enforce permissions when readin...
2013-09-18 R David MurrayMerge #14984: On POSIX, enforce permissions when readin...
2013-09-18 R David Murray#14984: On POSIX, enforce permissions when reading...
2013-09-16 Serhiy StorchakaIssue #18873: The tokenize module, IDLE, 2to3, and...
2013-09-16 Serhiy StorchakaIssue #19029: Change non-existing since 3.0 StringType...
2013-09-15 Tim PetersNull merge of 3.2 into 3.3.
2013-09-15 Tim PetersNull merge of 3.1 into 3.2
next