]> granicus.if.org Git - python/shortlog
python
2011-05-09 Ezio Melotti#11910: merge with 3.1.
2011-05-09 Ezio Melotti#11910: change import_fresh_module to return None when...
2011-05-09 Ezio MelottiMerge with 3.1.
2011-05-09 Ezio MelottiAdd a note to the str.find doc to suggest the use of...
2011-05-08 Benjamin Petersonmerge 3.1
2011-05-08 Benjamin Petersonput import_fresh_module in __all__
2011-05-08 Ezio MelottiMerge with 3.1.
2011-05-08 Ezio MelottiAdd back Misc/NEWS entry that got lost during merge...
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge
2011-05-07 Antoine PitrouMerge: Issue #11927: SMTP_SSL now uses port 465 by...
2011-05-07 Antoine PitrouIssue #11927: SMTP_SSL now uses port 465 by default...
2011-05-07 Giampaolo Rodola'merge
2011-05-07 Giampaolo Rodola'merge with 3.1
2011-05-07 Giampaolo Rodola'#12002 - ftplib's abort() method raises TypeError
2011-05-07 Ezio Melotti#5421: merge with 3.1.
2011-05-07 Ezio Melotti#5421: add tests.
2011-05-07 Ezio Melotti#12017: merge with 3.1.
2011-05-07 Ezio Melotti#12017: Fix segfault in json.loads() while decoding...
2011-05-07 Nadeem VawdaMerge: Fix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaFix potential resource leak in test_mmap.
2011-05-07 Nadeem VawdaMerge: #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaIssue #11277: Fix tests - crash will not trigger if...
2011-05-07 Nadeem VawdaMerge: #11277: Add tests for mmap crash when using...
2011-05-07 Nadeem VawdaIssue #11277: Add tests for mmap crash when using large...
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-07 R David Murray#11999: sync based on comparing mtimes, not mtime to...
2011-05-06 Ronald Oussorenntpath.samefile fails to detect that "A.TXT" and "a...
2011-05-06 Antoine PitrouIssue #12000: When a SSL certificate has a subjectAltNa...
2011-05-06 Ronald Oussorenmerge from 3.1
2011-05-06 Ronald OussorenFix for issue 10684: Folders get deleted when trying...
2011-05-05 Raymond HettingerSync-up minor code edits with the default branch.
2011-05-05 Raymond HettingerSync-up minor code edits with the default branch.
2011-05-05 Raymond HettingerAvoid codec spelling issues by just using the utf-8...
2011-05-05 Antoine PitrouUse shared testing facilities in test_threading
2011-05-05 R David Murray#11873: Improve test regex so random directory names...
2011-05-05 Nick CoghlanRemove trailing whitespace
2011-05-05 Nick CoghlanIssue #11647: allow contextmanager objects to be used...
2011-05-05 Ezio Melotti#11997: merge with 3.1.
2011-05-05 Ezio Melotti#11997: fix typo in init.rst.
2011-05-05 R David MurrayMerge #8158: add missing 'description' description...
2011-05-05 R David Murray#8158: add missing 'description' description to optpars...
2011-05-04 Daniel Stutzbach#11335: Fix memory leak after key function failure...
2011-05-04 Antoine PitrouIssue #1856: Avoid crashes and lockups when daemon...
2011-05-04 Ezio Melotti#11985: merge with 3.1.
2011-05-04 Ezio Melotti#11985: update docstring of platform.python_implementation.
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-03 Raymond HettingerFix __hash__ in functools.cmp_to_key() to work with...
2011-05-03 Ezio Melotti#11985: merge with 3.1.
2011-05-03 Ezio Melotti#11985: document the return value of platform.python_im...
2011-05-03 Antoine PitrouFix typo in name of private function
2011-05-02 Raymond HettingerBackport 3.3 fixes and cleans ups.
2011-05-02 Raymond HettingerBackport code cleanup for namedtuples.
2011-05-02 Victor Stinnerlogging: don't define QueueListener if Python has no...
2011-05-02 R David MurrayI was right, hardconding the localhost IP doesn't work...
2011-05-02 Éric AraujoMerge 3.1
2011-05-02 Éric AraujoBranch merge
2011-05-02 Éric AraujoAdd missing colon
2011-05-02 Benjamin Petersonmerge 3.1
2011-05-02 Raymond HettingerFix spelling.
2011-05-01 Victor Stinner(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd...
2011-05-01 Victor StinnerIssue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on...
2011-05-01 Benjamin Petersonmerge 3.1
2011-05-01 Benjamin Petersonnote abcs of int and float (closes #11977)
2011-05-01 Victor Stinner(Merge 3.1) Issue #9756: credit the author, Andreas...
2011-05-01 Victor StinnerIssue #9756: credit the author, Andreas Stührk (Trundle)
2011-05-01 Victor Stinner(Merge 3.1) Issue #9756: When calling a method descript...
2011-05-01 Victor StinnerIssue #9756: When calling a method descriptor or a...
2011-05-01 Georg BrandlSplit combined code/doctest code blocks in two blocks...
2011-05-01 R David MurrayMerge #11971: fix man page; it's -OO not -O0
2011-05-01 R David Murray#11971: fix man page; it's -OO not -O0
2011-05-01 Éric AraujoFix wording
2011-04-30 R David MurrayMerge #11883: fix email examples by adding 'localhost...
2011-04-30 R David Murray#11883: fix email examples by adding 'localhost' to...
2011-04-30 R David Murray#11883: replace incorrect call to sendmail with correct...
2011-04-30 R David MurrayMerge #11901: post-commit review fixes per Georg Brandl
2011-04-30 R David Murray#11901: post-commit review fixes per Georg Brandl
2011-04-30 Benjamin Petersonmerge 3.1
2011-04-30 Benjamin Petersonfix function name in example (closes #11966)
2011-04-30 Brian Curtinwhitespace...
2011-04-30 Brian CurtinFix #11961. Document STARTUPINFO and creation flag...
2011-04-29 Senthil KumaranWrap the testskip decorator for the proper test to...
2011-04-29 Brian CurtinFurther fix #7838. CREATE_NEW_CONSOLE was exposed,...
2011-04-29 Ezio Melotti#11952: Fix typo in multiprocessing doc.
2011-04-28 Senthil Kumaranskip the extractall test on platforms where os.symlink...
2011-04-28 Senthil KumaranAdd tests for tarfile extractall feature when with...
2011-04-28 Ezio Melotti#11926: add missing keywords to help("keywords").
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Ezio Melotti#11942: Fix return type of Py_AddPendingCall. Patch...
2011-04-27 Éric AraujoBranch merge
2011-04-27 Éric AraujoChange markup so it generates a link
2011-04-27 Ezio Melotti#11763: don't use difflib in TestCase.assertMultiLineEq...
2011-04-26 Victor StinnerIssue #10914: Initialize correctly the filesystem codec...
2011-04-26 Victor StinnerIssue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
2011-04-30 Łukasz LangaMentioned issues #11324 and #11858.
2011-04-30 Brian CurtinFix #11961. Document STARTUPINFO and creation flag...
2011-04-29 Senthil Kumaranmerge from 3.1
2011-04-29 Brian Curtinmerge
next