]> granicus.if.org Git - python/shortlog
python
2009-02-07 Neil SchemenauerIssue #999042: The Python compiler now handles explict...
2009-02-07 Neil SchemenauerMake names generated for 'with' variables match the...
2009-02-07 Tarek Ziadé#3986 replacing string and types call (like in the...
2009-02-06 Guilherme PoloIssue #1731706: Call Tcl_ConditionFinalize for Tcl_Cond...
2009-02-06 Guilherme PoloPartial fix to issue #1731706: memory leak in Tkapp_Cal...
2009-02-06 Neil SchemenauerConvert "srcdir" into an absolute path if that seems...
2009-02-06 Neil SchemenauerOverhaul Lib/compiler block ordering. The previous...
2009-02-06 Tarek ZiadéFixed #5167: test_customize_compiler does not apply...
2009-02-06 Armin RigoIvan on IRC in #twisted reported this crasher.
2009-02-06 Kristján Valur... Fix a number of Win32ErrorTests error cases. chmod...
2009-02-06 Tarek Ziadéremoved types usage and added test coverage (work for...
2009-02-06 Tarek ZiadéFixed #3987 : removed unused import
2009-02-06 Benjamin Petersonfix download link
2009-02-06 Tarek Ziadéfixed #1520877: now distutils reads Read from the...
2009-02-06 Tarek Ziadéusing >= so setting verbose to 2 will work as well
2009-02-06 Eric SmithImplement issue #4285, convert sys.version_info to...
2009-02-06 Tarek ZiadéREADME now reflects the current state
2009-02-06 Tarek ZiadéFixed #1276768: verbose option was not used in the...
2009-02-06 Neil SchemenauerDistutils apparently requires an absolute path so provi...
2009-02-05 Tarek ZiadéFixed #5132: enable extensions to link on Solaris
2009-02-05 Neil SchemenauerOops, Mac build needs the 'incdirlist' variable so...
2009-02-05 Neil SchemenauerMake setup.py work when building in a directory other...
2009-02-05 Neil SchemenauerFix test_build_ext.py to work when building in a separa...
2009-02-05 Neil SchemenauerSince sysconfig.get_python_inc() now works when buildin...
2009-02-05 Neil SchemenauerFix get_python_inc() to work when building in a directo...
2009-02-05 Georg Brandl#5031: fix Thread.daemon property docs.
2009-02-05 Georg Brandl#4563: disable alpha and roman lists, fixes wrong forma...
2009-02-05 Georg Brandl#4820: use correct module for ctypes.util.
2009-02-05 Georg Brandl#4827: fix callback example.
2009-02-05 Georg Brandl#5015: document PythonHome API functions.
2009-02-05 Georg BrandlPyErr_PrintEx is also in 2.x...
2009-02-05 Georg Brandl#5059: fix example.
2009-02-05 Georg Brandl#5144: document that PySys_SetArgv prepends the script...
2009-02-05 Georg Brandl#5153: fix typo in example.
2009-02-05 Tarek ZiadéFix comment for #1835
2009-02-04 Raymond HettingerClarify that named tuples do not have to subclass tuple.
2009-02-04 Raymond HettingerTweak the docs for Counter() objects.
2009-02-04 Raymond HettingerDoc fixes. Remove overbroad, redundant warnings. Fixup...
2009-02-04 Raymond HettingerMinor doc fixups.
2009-02-04 Kristján Valur... issue 4804: Provide checks for the format string of...
2009-02-03 Brett CannonMake importlib backwards-compatible to Python 2.2 ...
2009-02-03 Thomas HellerThis refactoring should make it easier to add new calli...
2009-02-03 Brett CannonBackport importlib to at least Python 2.5 by getting...
2009-02-03 Brett CannonIgnore bytecode files in importlib.
2009-02-03 Brett CannonMake importlib a package. This allows using svn:externa...
2009-02-03 Raymond HettingerRegister decimals as numbers.Number
2009-02-03 Raymond HettingerRecord operator deprecations in docs.
2009-02-03 Raymond HettingerValidate that __length_hint__ returns a usable result.
2009-02-02 Raymond HettingerIssue 1242657: list(obj) can swallow KeyboardInterrupt.
2009-02-02 Guilherme PoloNEWS entry for issue #1581476
2009-02-02 Guilherme PoloFix for issue #1581476
2009-02-02 Guilherme PoloMoving to importlib
2009-02-02 Guilherme PoloRestore the previous geometry before leaving the test
2009-02-02 Martin v. LöwisIssue #4494: Fix build with Py_NO_ENABLE_SHARED on...
2009-02-02 Hirokazu YamamotoSet native svn:eol-style property for text files.
2009-02-02 Guilherme PoloUse a single Tcl interpreter through all these tests...
2009-02-01 Guilherme PoloRestore Tkinter.Tk._loadtk so this test doesn't fail...
2009-02-01 Gregory P.... wording for for issue4903.
2009-02-01 Gregory P.... Update doc wording as suggested in issue4903.
2009-01-31 Benjamin Petersonmore flags which only work for function blocks
2009-01-31 Benjamin Petersonadd explanatory comment
2009-01-31 Gregory P.... - Issue #5104: The socket module now raises OverflowErr...
2009-01-31 David Goodgermarkup fix
2009-01-31 Benjamin Petersonfix indentation in comment
2009-01-31 Benjamin Petersonfix indentation; looks like all I managed to do the...
2009-01-31 Benjamin Petersonfix indentation
2009-01-31 Benjamin PetersonI believe the intention here was to avoid a global...
2009-01-31 Benjamin Petersonfix indentation
2009-01-31 Benjamin PetersonPyErr_BadInternalCall() raises a SystemError, not TypeE...
2009-01-31 Mark DickinsonAdd an extra test for long <-> float hash equivalence.
2009-01-31 Benjamin Petersoncompletely detabify unicodeobject.c
2009-01-31 Andrew M. KuchlingText edits and markup fixes
2009-01-31 Andrew M. KuchlingAdd a section
2009-01-31 Benjamin Petersoncheck the errno in bad fd cases
2009-01-30 Benjamin Petersonmake _tkinter._flatten check the result of PySequence_S...
2009-01-30 Benjamin Petersonpep8tify conditionals
2009-01-29 Tarek Ziadéfixed test_make_distribution so it runs on any platform...
2009-01-29 Antoine PitrouIssue #2047: shutil.move() could believe that its desti...
2009-01-29 Mark HammondFix issue5075: bdist_wininst should not depend on the...
2009-01-29 Raymond HettingerFix typo.
2009-01-29 Raymond HettingerUpdate itertools.__doc__ to include all tools.
2009-01-29 Benjamin Petersonfix download url
2009-01-29 Brett CannonIgnore .pyc and .pyo files.
2009-01-29 Brett CannonMinor spelling mistake in datetime docs.
2009-01-29 Brett CannonClarify some __del__ stuff.
2009-01-28 Raymond HettingerCorrect docs for ABCs (MutableSequence was missing...
2009-01-28 Raymond HettingerIssue 4920: Fixed next() vs __next__() issues in the...
2009-01-28 Guilherme PoloIssue #5083: New 'gui' resource for regrtest.
2009-01-28 Guilherme PoloMake sure the root windows gets destroyed
2009-01-28 Guilherme Polo* Renaming test_tk_* to test_ttk_* since that is what...
2009-01-28 Guilherme PoloAdded support for collecting tests only from specific...
2009-01-28 Guilherme PoloDemos for ttk added.
2009-01-28 Guilherme PoloAdded the ttk module. See issue #2983: Ttk support...
2009-01-27 Benjamin Petersonuse True and False
2009-01-27 Mark HammondOn Windows, use the Python 'Activation Context' when...
2009-01-27 Raymond HettingerAdd more tests for the powerset() recipe.
2009-01-27 Raymond HettingerMore exhaustive combinatoric checks.
2009-01-27 Raymond HettingerIssue 5021: doctest.testfile should set __name__
2009-01-27 Raymond HettingerStronger tests for combinatoric relationships.
2009-01-27 Raymond HettingerAdd tests to verify combinatoric relationships.
next