]> granicus.if.org Git - python/shortlog
python
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
2011-06-03 Éric AraujoRemove link that’s already present at the top of the...
2011-06-03 Éric AraujoDocument working dir for “make html” (#12249). Patch...
2011-06-03 Raymond HettingerFix named tuples to work with vars().
2011-06-01 Raymond HettingerForward port doc updates for builtin functions.
2011-06-01 Éric AraujoBranch merge
2011-06-01 Victor StinnerClose #12230: Mac OS X Tiger (10.4) has a kernel bug...
2011-06-01 Benjamin Petersonmerge 3.1
2011-06-01 Benjamin Petersonreturn NULL on error
2011-06-01 Benjamin Petersonbe extra careful with a borrowed reference when the...
2011-06-01 Benjamin Petersondemote this to a note
2011-06-01 Benjamin Petersonmerge 3.1 (#12221)
2011-05-31 Benjamin Petersonsimply use the Python version for pyexpat.__version__...
2011-05-31 Victor StinnerClose #12085: Fix an attribute error in subprocess...
2011-05-31 Éric AraujoFix markup: arguments in a class directive are __init__...
2011-05-31 Éric AraujoFix error message to use the Python name instead of...
2011-05-30 Victor StinnerIssue #12057: Add tests for ISO 2022 codecs
2011-05-30 Victor StinnerIssue #1195: fix the issue number of the NEWS entry
2011-05-30 Victor StinnerIssue #12016: my_fgets() now always clears errors befor...
2011-05-29 Benjamin Petersonmerge 3.1
2011-05-29 Benjamin PetersonAdded tag v3.1.4rc1 for changeset 32fcb9e94985
2011-05-29 Benjamin Petersonupdate pydoc-topics v3.1.4rc1
2011-05-29 Benjamin Petersonbump to 3.1.4rc1
2011-05-29 Éric AraujoMerge 3.1
2011-05-29 Éric AraujoBranch merge
2011-05-29 Éric AraujoBranch merge
2011-05-29 Ned DeilyRecord null merge of Issue #12205
2011-05-29 Ned DeilyIssue #12205: Fix test_subprocess failure due to uninst...
2011-05-29 Éric AraujoFix typo in 0311f62714f7
2011-05-29 Éric AraujoDon’t misuse “package data” in pprint example
2011-05-29 Éric AraujoFix typos in Misc/NEWS
2011-05-28 Éric AraujoMerge doc touch-ups and fixes for #9831 and #9223 from 3.1
next