]> granicus.if.org Git - python/shortlog
python
2011-05-06 Eli Benderskymerge
2011-05-06 Eli BenderskyIssue #11015: bring test.support docs up to date
2011-05-06 Vinay SajipClose handler opened in test.
2011-05-05 Raymond HettingerUserlist.copy() wasn't returning a UserList.
2011-05-05 Raymond Hettingermerge
2011-05-05 Raymond Hettingernull merge
2011-05-05 Raymond HettingerSync-up minor code edits with the default branch.
2011-05-05 Vinay SajipAdded additional output to help diagnose buildbot failures.
2011-05-05 Raymond Hettingernull merge
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 Raymond HettingerAvoid codec spelling issues by just using the utf-8...
2011-05-05 Antoine PitrouMerge: Use shared testing facilities in test_threading
2011-05-05 Antoine PitrouUse shared testing facilities in test_threading
2011-05-05 R David MurrayMerge: #11873: Improve test regex so random directory...
2011-05-05 R David Murray#11873: Improve test regex so random directory names...
2011-05-05 Nick CoghlanMerge from 3.2
2011-05-05 Nick CoghlanRemove trailing whitespace
2011-05-05 Nick CoghlanMerge #11647 update from 3.2
2011-05-05 Nick CoghlanIssue #11647: allow contextmanager objects to be used...
2011-05-05 Vinay SajipTweaked timed rollover test to allow for test-time...
2011-05-05 Vinay SajipMerged changes.
2011-05-05 Vinay SajipImproved coverage and fixed bug in HTTPHandler with...
2011-05-05 Ezio Melotti#11997: merge with 3.2.
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 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: 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...
next