]> granicus.if.org Git - python/shortlog
python
2011-08-02 Sandro Tosi#12670: Fix struct code after forward declaration on...
2011-08-02 Senthil KumaranFix closes Issue12183 - Explain the Symlink copy behavi...
2011-08-02 Senthil KumaranFix closes Issue12676 - Invalid identifier used in...
2011-08-01 Stefan KrahSkip test_getsetlocale_issue1813() on Fedora due to...
2011-08-01 Georg BrandlUse attribute access instead of index access for namedt...
2011-08-01 Éric AraujoFix resource warning when looking at turtledemo’s help...
2011-08-01 Éric AraujoBranch merge
2011-08-01 Vinay SajipCloses #12667: Added documentation for SMTPHandler...
2011-07-31 Ezio MelottiFix typo reported by Sandro Tosi.
2011-07-31 Éric AraujoStop trying to write into the stdlib during lib2to3...
2011-07-31 Senthil Kumaranusing support.transient_internet helper method in the...
2011-07-31 Éric AraujoFix regression with distutils MANIFEST handing (#11104...
2011-07-30 Éric AraujoLet “make patchcheck” work for out-of-dir builds (...
2011-07-30 Ezio Melotti#12531: Fix spaces and markup.
2011-07-30 Benjamin Petersonadd space
2011-07-30 Benjamin Petersondocument NotImplemented
2011-07-30 Eli Benderskymerging Georg's revision
2011-07-30 Eli BenderskyIssue #11699: fix documentation of OptionParser.get_opt...
2011-07-30 Georg BrandlChange test.support docs to be more specific about...
2011-07-30 Eli BenderskyIssue #12531: add index entries to documentation of...
2011-07-30 Benjamin Petersonremove duplicated type ready
2011-07-29 Antoine PitrouIssue #12626: In regrtest, allow to filter tests using...
2011-07-29 Charles-François... Issue #12464: tempfile.TemporaryDirectory.cleanup(...
2011-07-29 Éric AraujoDocument that atexit execution order is undefined ...
2011-07-29 Éric AraujoAdd a link target for argparse.Namespace (#8982)
2011-07-29 Éric AraujoLet the doc of __import__ link to importlib (#9254).
2011-07-29 Éric AraujoMake “pydoc somebuiltin.somemethod” work (#8887)
2011-07-29 Éric AraujoBranch merge
2011-07-29 Raymond HettingerIssue 12514: Use try/finally to assure that timeit...
2011-07-29 Eli BenderskyIssue #12644: document the '%a' conversion in the old...
2011-07-29 Éric AraujoChange one line I missed in 7527f3f9829
2011-07-28 Éric AraujoBranch merge
2011-07-28 Éric AraujoMerge profile docs followup (#12417) from 3.1
2011-07-28 Éric AraujoRemove mentions of previous license in profile module...
2011-07-28 Éric AraujoTurn raw URI into real link
2011-07-28 Éric AraujoUpdate documentation for shutil.move (#12043) and fix...
2011-07-28 Éric AraujoStop ignoring Mercurial merge conflits files (#12255).
2011-07-28 Éric AraujoMake VCSes ignore the compiled shared library file...
2011-07-28 Senthil KumaranFix closes Issue11439 Remove the SVN keywords from...
2011-07-27 Charles-François... Issue #11871: In test_threading.BarrierTests, bump...
2011-07-27 Charles-François... Issue #12603: Fix pydoc.synopsis() on files with non...
2011-07-27 Senthil KumaranFix closes Issue12621 - Fix docstrings of find and...
2011-07-27 Ross LagerwallIssue #12607: In subprocess, fix issue where if stdin...
2011-07-27 Senthil KumaranCorrecting issue 12576 fix, which resulted in buildbot...
2011-07-27 Ned DeilyIssue #12590: IDLE editor window now always displays...
2011-07-27 Senthil KumaranFix closes Issue12576 - fix urlopen behavior on sites...
2011-07-26 Antoine PitrouWhen testing for an hg repo, use a file that always...
2011-07-26 Antoine PitrouBackport 0398f07d4827 (fix for weird buildbot failures)
2011-07-26 Ned DeilyIssue #8746: Use tempfile module to get tempdir and...
2011-07-26 Éric AraujoBranch merge.
2011-07-26 Éric AraujoFix missing or wrong shebangs and missing executable...
2011-07-26 Éric AraujoFix string exception and a few style issues in mailerda...
2011-07-26 Éric AraujoFix sorting or wording of some NEWS entries.
2011-07-26 Éric AraujoFix style in code added by edba722f3b02
2011-07-26 Jason R. CoombsFixes #10639: reindent.py should not convert newlines
2011-07-26 Éric AraujoMake indentation comply with our style guide and the...
2011-07-26 Éric AraujoFix “anyways” (following R. David Murray in 4d5a546b6186)
2011-07-26 Éric AraujoFix reST references
2011-07-26 Éric AraujoRemove duplicates of cmp_to_key (#12542, reviewed by...
2011-07-25 Vinay SajipFixes #12637: Last resort messages now correctly handle...
2011-07-25 Ross LagerwallIssue #12102: Document that buffered files must be...
2011-07-24 Charles-François... Issue #12560: Build libpython.so on OpenBSD. Patch...
2011-07-24 Antoine PitrouAdd a test for issue #1813: getlocale() failing under...
2011-07-24 Antoine PitrouIssue #1813: Fix codec lookup under Turkish locales.
2011-07-23 Antoine PitrouIssue #12624: It is now possible to fail after the...
2011-07-23 Antoine PitrouIssue #12591: Improve support of "universal newlines...
2011-07-23 Antoine PitrouIssue #12591: Allow io.TextIOWrapper to work with raw...
2011-07-23 Nadeem VawdaAdd Misc/NEWS entry for c741ba9e37ef.
2011-07-23 Nadeem VawdaIssue #10883: Fix socket leaks in urllib.request.
2011-07-23 Senthil KumaranFix closes issue12581 - Increase the urllib.parse test...
2011-07-23 Georg BrandlFix function name: open -> urlopen.
2011-07-22 Charles-François... Issue #12592: Make Python build on OpenBSD 5 (and futur...
2011-07-22 Benjamin PetersonNone is ok for identifiers but not strings
2011-07-22 Benjamin Petersonhardcode the old svn __version__
2011-07-22 Benjamin Petersontype check AST strings and identifiers
2011-07-21 Charles-François... Issue #12372: POSIX semaphores are broken on AIX: don...
2011-07-21 Ezio Melotti#12601: fix typo.
2011-07-21 Ezio Melotti#11435: link to the correct branch.
2011-07-20 Senthil KumaranFix closes issue12524 - update http.client POST example...
2011-07-19 Barry WarsawUpstream merge
2011-07-19 Ned DeilyIssue #12587: Correct faulty test file and reference...
2011-07-19 Barry Warsaw- Issue #10309: Define _GNU_SOURCE so that mremap(...
2011-07-19 Antoine PitrouIssue #12571: Add a plat-linux3 directory mirroring...
2011-07-19 R David Murray#7484: no more <> around addresses in VRFY or EXPN
2011-07-19 Senthil KumaranFix closes issue12577 - clarify shutil.move documentati...
2011-07-18 Antoine PitrouIssue #6476: Document that os.spawnle and os.spawnve...
2011-07-18 Eric V. SmithCloses #12579. Positional fields with str.format_map...
2011-07-18 R David MurrayBetter English.
2011-07-17 Senthil Kumaranfix whitespace nit.
2011-07-17 Senthil KumaranFix closes Issue12478 - HTTPErrorProcess 's methods...
2011-07-17 Senthil KumaranFix closes Issue12479 - Add HTTPErrorProcessor class...
2011-07-17 Senthil KumaranFix Issue10403 - datetime documentation clarification...
2011-07-17 Senthil KumaranFix closes Issue11436 - Minor clarification to struct...
2011-07-16 Antoine PitrouClose the call queue in concurrent.futures.ProcessPoolE...
2011-07-15 Antoine PitrouUse test.script_helper in test_pydoc
2011-07-15 Antoine Pitroutest_pydoc needs to cleanup after itself
2011-07-15 Antoine PitrouTry harder to reap dangling threads in test.support...
2011-07-15 Antoine PitrouIssue #12573: Add resource checks for dangling Thread...
2011-07-15 Antoine PitrouMerge
2011-07-15 Antoine PitrouIssue #11603: Fix a crash when __str__ is rebound as...
next