]> granicus.if.org Git - python/shortlog
python
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.
2013-09-06 Eli BenderskyIssue #18849: Fixed a Windows-specific tempfile bug...
2013-09-06 Vinay SajipIssue #18941: Respected delay when doing rollover.
2013-09-06 Vinay SajipIssue #18940: Handled low-volume logging when delay...
2013-09-06 Vinay SajipIssue #18939: Updated venv documentation with some...
2013-09-06 Senthil KumaranImprove urlencode docstring. Patch by Brian Brazil.
2013-09-06 Tim PetersIssue #18942: sys._debugmallocstats() output was damage...
2013-09-05 Vinay SajipIssue #18933: Added links to source code.
2013-09-05 Serhiy StorchakaIssue #18672: Fixed format specifiers for Py_ssize_t...
2013-09-05 Serhiy StorchakaMerge heads
2013-09-05 Serhiy StorchakaIssue #18830: inspect.getclasstree() no more produces...
2013-09-05 Christian HeimesIssue #18709: GCC 4.6 complains that 'v' may be used...
2013-09-04 Victor StinnerIssue #18909: Fix _tkinter.tkapp.interpaddr() on Window...
2013-09-04 Antoine PitrouIssue #18876: The FileIO.mode attribute now better...
2013-09-04 Meador IngeIssue #16826: Revert fix while Windows issues are being...
2013-09-03 Meador IngeIssue #16826: Don't check for PYTHONCASEOK when using -E.
2013-09-03 Tim Peterscwr_next(): move invariants out of loops.
2013-09-03 Eli BenderskyIssue #18912: Fix indentation in docstring
2013-09-01 Terry Jan ReedyRemove obsolete .hgeol entry pointing to file moved...
next