]> granicus.if.org Git - python/shortlog
python
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
2013-09-15 Raymond HettingerIssue #19018: The heapq.merge() function no longer...
2013-09-15 Ezio MelottiMerge heads.
2013-09-14 R David Murray#18206: Fix test for existence of license URL.
2013-09-14 Georg Brandlmerge with 3.2
2013-09-14 Georg BrandlAdd a NEWS entry for b9b521efeba3.
2013-09-14 Georg BrandlAdd NEWS entry for c18c18774e24.
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2013-09-14 Georg BrandlFix tkinter regression introduced by the security fix...
2013-09-14 Ezio Melotti#18856: improve test coverage of the calendar module...
2013-09-13 Ezio Melotti#18981: fix a typo in a comment (noticed by Anoop Thoma...
2013-09-13 Ezio Melotti#18951: use consistent names in unittest docs.
2013-09-13 Eli BenderskyAdd Germán M. Bravo to Misc/ACKS
2013-09-13 Eli BenderskyIssue #18997: fix ElementTree crash with using pickle...
2013-09-13 Eli BenderskyIssue #18945: Add tests for tempfile name collision...
2013-09-13 Senthil KumaranFix http.server's request handling case on trailing...
2013-09-13 Serhiy StorchakaIssue #18784: The uuid module no more attempts to load...
2013-09-12 Senthil KumaranAutomated merge with file:///Users/skumaran/python...
2013-09-12 Senthil KumaranImprove the docstring of random.shuffle. Inform users...
2013-09-11 Serhiy StorchakaIssue #18988: The "Tab" key now works when a word is...
2013-09-10 Senthil KumaranClarify mmap.close method behavior. Addresses issue...
2013-09-10 Senthil KumaranDocument Fraction's numerator and denominator properties.
2013-09-09 Mark DickinsonDocstring typo fix: Arithmentic -> Arithmetic.
2013-09-09 Raymond HettingerIssue 18752: Make chain.from_iterable() more visible...
2013-09-09 Raymond HettingerIssue 18301: The classmethod decorator didn't fit...
2013-09-08 Serhiy StorchakaFix a typo. (closes #18953)
2013-09-08 Serhiy StorchakaFixed tests with Tcl/Tk <8.5 (closes #18964).
2013-09-08 Senthil KumaranFix the dead link of IEEE_854-1987 standard with the...
2013-09-08 Nick CoghlanClose #18952: correctly download test support data
2013-09-08 Senthil KumaranCorrect Profile class usage example. Addresses issue...
2013-09-07 Senthil KumaranFix License URL display and add test to check for licen...
2013-09-07 Senthil KumaranRemoving the mention of os.isatty mention as Unix only
2013-09-07 Ezio Melotti#18895: split a sentence in unittest docs.
2013-09-07 Ezio Melotti#18894: remove mention of deprecated fail* methods.
2013-09-06 Tim PetersIssue 18944: fix a 1-character typo in test_set.py.
next