]> granicus.if.org Git - python/shortlog
python
2011-06-29 Ned DeilyIssue #9516: Correct and expand OS X deployment target...
2011-06-28 Ned DeilyIssue #12141: Install a copy of template C module file...
2011-06-28 Ned DeilyIssue #8746: Correct faulty configure checks so that...
2011-06-28 Ned DeilyIssue #10736: Fix test_ttk test_widgets failures with...
2011-06-27 Benjamin Petersonfix ws
2011-06-27 Benjamin Petersonadd more ast tests (closes #11302)
2011-06-27 Senthil KumaranFix closes Issue12385 - Clarify maketrans method docstr...
2011-06-27 Benjamin Petersonstrip trailing ws
2011-06-27 Benjamin Petersonmerge heads
2011-06-27 Benjamin Petersonupdate profile license (closes #12417)
2011-06-27 Senthil KumaranFix closes issue 11568 - update select.epoll.register...
2011-06-26 Raymond HettingerIssue #8890: Remove /tmp from examples.
2011-06-26 Raymond HettingerIssue #4608: urllib.request.urlopen does not return...
2011-06-26 Ezio Melotti#11363: add missing functions from curses doc. Patch...
2011-06-26 Ezio Melotti#11363: clean up curses doc.
2011-06-26 Ezio Melotti#11669: rephrase footnote in the Compound Statements...
2011-06-25 Ezio MelottiUse correct markup in zipimport.rst. Patch by Sara...
2011-06-25 Raymond HettingerIssue 11802: filecmp cache was growing without bound.
2011-06-25 Raymond HettingerIssue 12086: add example showing how to use name mangling.
2011-06-25 Raymond HettingerIssue 11889: Clarify docs for enumerate.
2011-06-25 Mark DickinsonIssue #12408: Fix relative import in test_future5.py...
2011-06-25 Mark DickinsonMerge #12228
2011-06-25 Mark DickinsonIssue #12228: Fix exchanged flag descriptions in stat...
2011-06-25 Raymond Hettingermerge
2011-06-25 Raymond HettingerFix typo (reported by Hiro Ashiya).
2011-06-25 Ezio Melotti#12341: add coverage files/dirs to .hgignore. Patch...
2011-06-25 Raymond HettingerCode simplification suggested by Sven Marnach.
2011-06-25 Ross LagerwallIssue 12404: Remove C89 incompatible code from mmap...
2011-06-24 R David Murray#10206: add test for previously fixed bug.
2011-06-24 R David Murray#9921: clarify os.path.join joining algorithm
2011-06-23 Victor StinnerIssue #11223: skip also test_rlock_acquire_interruption...
2011-06-23 Victor StinnerIssue #11223: skip test_lock_acquire_interruption(...
2011-06-22 Victor StinnerIssue #12383: skip test_empty_env() of subprocess on...
2011-06-22 Victor StinnerIssue #12383: fix test_empty_env() of subprocess on...
2011-06-21 Victor StinnerIssue #12383: skip test_empty_env() if compiled is...
2011-06-21 Victor StinnerClose #12383: Fix subprocess module with env={}: don...
2011-06-21 Benjamin Petersonfix indentation
2011-06-21 Benjamin Petersonmerge heads
2011-06-21 Benjamin Petersonfix indentation
2011-06-20 Victor StinnerIssue #12285: multiprocessing.Pool() raises a ValueErro...
2011-06-20 Senthil KumaranFix closes Issue12359 - Removing a confusing sentence...
2011-06-20 Senthil KumaranFix closes issue 12360 - correcting parameter names...
2011-06-20 Senthil Kumaranminor space nit.
2011-06-20 Senthil KumaranFix closes Issue12359 - Minor update to module import...
2011-06-19 Senthil KumaranWhitespace nit fixed using reident.
2011-06-19 Senthil KumaranFix closes Issue12315 - Updates to http.client document...
2011-06-19 Benjamin Petersonfix uglyNamingConvention
2011-06-19 Senthil Kumaranmerge from 3.1 for issue issue12261.
2011-06-19 Senthil KumaranFix closes issue12261 - Minor documention changes in...
2011-06-18 R David Murray#6771: fix docs: curses.wrapper is exposed as a functio...
2011-06-18 R David Murray#11584: make Header and make_header handle binary unkno...
2011-06-18 R David Murray#11584: make decode_header handle Header objects correctly
2011-06-18 R David Murray#11700: proxy object close methods can now be called...
2011-06-17 R David Murray#11767: use context manager to close file in __getitem_...
2011-06-17 Victor Stinnerposixmodule.c: fix function name in argument parsing
2011-06-17 Victor StinnerIssue #10883: test_urllib2net closes socket explicitly
2011-06-17 Victor StinnerIssue #12133: fix a ResourceWarning in urllib.request
2011-06-17 Victor StinnerIssue #12310: finalize the old process after _run_after...
2011-06-16 Benjamin Petersonmerge heads
2011-06-16 Benjamin Petersonupdate link to pycrypto (closes #12351)
2011-06-16 Raymond HettingerFix typo.
2011-06-15 Éric AraujoMinor wording improvement
2011-06-14 Brian CurtinCorrect completely broken os.stat behavior on Windows XP.
2011-06-13 Brian Curtinbranch merge?
2011-06-13 Brian CurtinFix #12084. os.stat on Windows wasn't working properly...
2011-06-12 Vinay SajipUpdated Formatter.formatTime documentation.
2011-06-11 Vinay SajipIssue #12206: documentation for LogRecord constructor...
2011-06-11 Benjamin Petersonallow "fake" filenames in findsource (closes #9284)
2011-06-11 Benjamin Petersononto 3.1.5
2011-06-11 Benjamin PetersonAdded tag v3.1.4 for changeset c918ec9f3a76
2011-06-11 Benjamin Petersonbump to 3.1.4 v3.1.4
2011-06-11 Éric AraujoAdd missing reST target to one heading in the tutorial
2011-06-11 Benjamin Petersonmerge 3.1
2011-06-11 Benjamin Petersonmerge 3.1
2011-06-10 Vinay SajipDocumented change for Issue #12168.
2011-06-10 Benjamin Petersonmerge 3.1 (#12009)
2011-06-10 Benjamin Petersonfix regression in netrc comment handling (closes #12009)
2011-06-10 Victor Stinnernull merge 3.1 (patch already applied to 3.2)
2011-06-10 Victor StinnerIssue #10801: Fix test_unicode_filenames() of test_zipfile
2011-06-09 R David Murray#10694: zipfile now ignores garbage at the end of a...
2011-06-09 R David Murray#12283: Fixed regression in smtplib quoting of leading...
2011-06-09 Vinay SajipIssue #12168: SysLogHandler now allows NUL termination...
2011-06-09 Brian CurtinCorrection to 88e318166eaf - Issue #11583
2011-06-09 Éric AraujoBranch merge
2011-06-08 Brian CurtinFix #11583. Changed os.path.isdir to use GetFileAttribu...
2011-06-08 Éric AraujoFix a few misuses of :option: I missed in r86521.
2011-06-08 Éric AraujoAdd links from builtins module docs to built-in functio...
2011-06-07 Éric AraujoAdd examples that work on Windows to distutils docs...
2011-06-07 Éric AraujoRemove outdated bit of advice (584f9c213a6d follow-up)
2011-06-07 Łukasz Langa#12274: use proper escaping for % in IDLE config.
2011-06-07 Victor Stinnertest.support: can_symlink() removes the temporary symbo...
2011-06-06 Éric AraujoBranch merge
2011-06-05 Martin v. Löwisnull merge
2011-06-05 Martin v. Löwismerge:Do not add txt files twice
2011-06-05 Martin v. LöwisAdd 3.1.4 UUIDs.
2011-06-05 Martin v. LöwisDo not add txt files twice.
2011-06-04 Éric AraujoRemove unneeded executable bit on two distutils files
2011-06-04 Éric AraujoImprove glossary entry for ABCs.
2011-06-03 Victor StinnerIssue #12016: Add test_errorhandle() to TestBase_Mapping of
2011-06-03 Victor StinnerIssue #12016: Reindent decoders of HK and JP codecs
next