]> granicus.if.org Git - python/shortlog
python
2011-05-04 Daniel Stutzbach#11335: Merge from 3.2: Fix memory leak after key funct...
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 Antoine PitrouIssue #1856: Avoid crashes and lockups when daemon...
2011-05-04 Alexis MetaireauAdd a reference to the PEP 398 for python 3.3 release...
2011-05-04 Ezio Melotti#11985: merge with 3.2.
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 Alexander BelopolskyMention that timezone is a subclass of tzinfo.
2011-05-04 Victor StinnerReplace open(filename, 'rU') by open(filename, 'r')
2011-05-04 Victor StinnerIssue #8407: signal.pthread_sigmask() returns a set...
2011-05-04 Victor StinnerIssue #11998, issue #8407: workaround _tkinter issue...
2011-05-04 Victor Stinnerregrtest: dump all threads on a crash, not only the...
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-04 Brian CurtinFix #11834. Correct site-packages paths.
2011-05-03 Mark Dickinsontest_math.py: Use correct signs on zeros for expected...
2011-05-03 Mark DickinsonRemove an unused import and an unused local definition...
2011-05-03 Raymond HettingerFix __hash__ in functools.cmp_to_key() to work with...
2011-05-03 Raymond HettingerFix __hash__ in functools.cmp_to_key() to work with...
2011-05-03 Ezio Melotti#11985: merge with 3.2.
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 PitrouIssue #11849: Make it more likely for the system alloca...
2011-05-03 Victor StinnerIssue #8407: disable faulthandler timeout thread on...
2011-05-03 Antoine PitrouFix typo in name of private function
2011-05-03 Antoine PitrouFix typo in name of private function
2011-05-03 Victor StinnerIssue #8407: pthread_sigmask() checks immediatly if...
2011-05-03 Victor StinnerIssue #8407: Fix pthread_sigmask() tests on Mac OS X
2011-05-03 Brian CurtinAdjust OS/2 & VMS grammar, and add Windows 2000 to...
2011-05-02 Alexander BelopolskyIssue #11930: Added Misc/NEWS and versionchanged entries.
2011-05-02 Raymond Hettingermerge
2011-05-02 Raymond HettingerBackport 3.3 fixes and cleans ups.
2011-05-02 Alexander BelopolskyRelax %Y test.
2011-05-02 Alexander BelopolskyRemoved unused variable
2011-05-02 Alexander BelopolskyIssue #11930: Remove year >= 1000 limitation from datet...
2011-05-02 Raymond Hettingerdummy merge
2011-05-02 Raymond HettingerBackport code cleanup for namedtuples.
2011-05-02 Alexander Belopolskymerge
2011-05-02 Alexander BelopolskyIssue #11930: Remove deprecated time.accept2dyear.
2011-05-02 Victor Stinnercleanup signalmodule.c: use PyModule_AddIntMacro()
2011-05-02 Victor Stinner(Merge 3.2) logging: don't define QueueListener if...
2011-05-02 Victor Stinnerlogging: don't define QueueListener if Python has no...
2011-05-02 Vinay SajipImproved thread interlocks in tests.
2011-05-02 Vinay SajipUpdated docstrings.
2011-05-02 R David MurrayMerge: I was right, hardconding the localhost IP doesn...
2011-05-02 R David MurrayI was right, hardconding the localhost IP doesn't work...
2011-05-02 Vinay SajipMerge.
2011-05-02 Vinay SajipAdded tests to improve coverage.
2011-05-02 Éric AraujoMerge 3.2
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.2
2011-05-02 Benjamin Petersonmerge 3.1
2011-05-02 Raymond HettingerFix spelling.
2011-05-01 Victor Stinner(Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd...
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.2
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.2) Issue #9756: credit the author, Andreas...
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.2) Issue #9756: When calling a method descript...
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 Victor Stinnerregrtest: add the name of the failing test on a child...
2011-05-01 Georg Brandlmerge with 3.2
2011-05-01 Georg BrandlSplit combined code/doctest code blocks in two blocks...
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 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 Victor StinnerClose #11958: Fix FTP tests for IPv6, bind to "::1...
2011-04-30 R David MurrayMerge #11883: fix email examples by adding 'localhost...
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 MurrayMerge #11883: replace incorrect call to sendmail with...
2011-04-30 R David Murray#11883: replace incorrect call to sendmail with correct...
2011-04-30 Ezio MelottiFix test.
2011-04-30 Vinay SajipImproved test coverage.
2011-04-30 Vinay SajipUpdated usage of boolean values.
2011-04-30 Vinay SajipUpdated usage of boolean values.
2011-04-30 R David MurrayMerge #11901: post-commit review fixes per Georg Brandl
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.2
2011-04-30 Benjamin Petersonmerge 3.1
2011-04-30 Benjamin Petersonfix function name in example (closes #11966)
2011-04-30 Georg BrandlFix indentation.
2011-04-30 Victor StinnerIssue #8407, issue #11859: Add signal.pthread_sigmask...
2011-04-30 Victor StinnerIssue #11223: Replace threading._info() by sys.thread_info
2011-04-30 Victor StinnerMerge 3.2: ignore commits (already done in 3.3 previously)
2011-04-30 Łukasz LangaMerged mentions of issues #11324 and #11858.
2011-04-30 Łukasz LangaMentioned issues #11324 and #11858.
2011-04-30 Brian CurtinFix #11961. Document STARTUPINFO and creation flag...
2011-04-30 Brian CurtinFix #11961. Document STARTUPINFO and creation flag...
next