]> granicus.if.org Git - python/shortlog
python
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-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
2011-04-29 Łukasz LangaRemoved debugging leftovers.
2011-04-29 Łukasz Langa__class__ of a __class__ check worked only by chance.
2011-04-29 Łukasz LangaTestChainMap was not previously used. Minor corrections...
2011-04-29 Ezio Melotti#11952: merge with 3.1.
2011-04-28 Antoine PitrouAdd WSANO_DATA to possible errors triggered by getaddri...
2011-04-28 Łukasz LangaCloses #11324: ConfigParser(interpolation=None) doesn...
2011-04-28 Łukasz LangaAdded Yuxiao Zeng for finding and resolving #11858...
2011-04-28 Łukasz LangaStyle updates for the #11670 solution after post-commit...
2011-04-28 Senthil Kumaranmerge from 3.1
2011-04-28 Łukasz LangaCloses #11858: configparser.ExtendedInterpolation and...
2011-04-28 Senthil Kumaranmerge from 3.1
2011-04-28 Ezio Melotti#11926: merge with 3.1.
2011-04-27 Raymond HettingerIssue #11940: Update external link.
2011-04-27 Ezio Melotti#11938: Fix duplicated test name in test_inspect. Patch...
2011-04-27 Ezio Melotti#11942: merge with 3.1.
2011-04-27 Antoine PitrouIssue #10517: After fork(), reinitialize the TLS used...
2011-04-27 Łukasz LangaFixed trailing whitespace in the ReST file.
2011-04-27 Łukasz LangaCloses #11670: configparser read_file now iterates...
2011-04-27 Éric AraujoMerge 3.1
2011-04-27 Éric AraujoBranch merge
2011-04-27 Ezio Melotti#11763: merge with 3.1.
2011-04-26 Raymond HettingerIssue 11929: Minor whitespace clean-ups.
2011-04-26 Senthil Kumaranmerge from 3.1
2011-04-26 Senthil KumaranUpdate News entry for Issue11236
2011-04-26 Senthil Kumaranmerge from 3.1 codeline.
2011-04-26 Senthil KumaranFix for issue11236 getpass.getpass to respond ctrl...
2011-04-26 Ezio Melotti#6780: merge with 3.1.
2011-04-26 Ezio Melotti#6780: fix starts/endswith error message to mention...
2011-04-25 R David MurrayMerge #11901: add description of how bitfields are...
2011-04-25 R David Murray#11901: add description of how bitfields are laid out...
2011-04-25 Antoine PitrouIssue #11919: try to fix test_imp failure on some build...
2011-04-25 Antoine PitrouIssue #10914: add NEWS item.
2011-04-25 Antoine PitrouIssue #10914: Add a minimal embedding test to test_capi.
2011-04-25 Éric AraujoChange markup so that it creates a link
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-25 Jesus Ceapybench prep_times calculation error (closes #11895)
2011-04-24 Raymond HettingerMinor clean-ups to docstrings, comments, and var names.
2011-04-24 Éric AraujoRemove obsolete/duplicate docstring
2011-04-24 Éric AraujoThe version* directives don’t work with a blank line...
2011-04-24 Éric AraujoRemove unneeded backslashes
2011-04-24 Éric AraujoFix indentation
2011-04-24 Éric AraujoMerge 3.1
2011-04-24 Éric AraujoBranch merge
2011-04-24 Éric AraujoBranch merge
2011-04-22 Victor StinnerIssue #9319: Fix the unit test
2011-04-22 Victor StinnerIssue #9319: Fix a crash on parsing a Python source...
2011-04-22 Éric AraujoFix weird executable name
2011-04-21 Ezio MelottiFix some more markup glitches in argparse doc.
2011-04-21 Ezio Melotti#11905: fix missing full stop in argparse doc. Noticed...
2011-04-21 Ezio Melotti#11904: fix indentation in argparse doc. Noticed by...
2011-04-21 Ezio Melotti#11902: Fix typo in argparse doc. Noticed by Vladimir...
2011-04-21 Ezio MelottiAdd the :mod: role where it was missing.
2011-04-21 Ezio Melotti#11885: capitalize Python.
2011-04-21 Ezio Melotti#11897: Fix typo in porting howto. Patch by Marti Raudsepp.
2011-04-21 Éric AraujoAdd a space to make json doc a bit more readable
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceamerge heads
2011-04-20 Jesus Ceanull merge
2011-04-20 Jesus CeaPort 5b607cd8c71b (closes #11892)
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Raymond HettingerMinor text rearrangement.
2011-04-20 Jesus Ceaheads merging
2011-04-20 Jesus Ceanull merge
2011-04-20 Ezio MelottiUse non-deprecated method name.
2011-04-20 Jesus Ceamerge
2011-04-20 Jesus Ceamerge
next