]> granicus.if.org Git - python/shortlog
python
2009-02-09 Guilherme PoloEnforcing Tk 8.3.1 requirement.
2009-02-09 Guilherme PoloFixed issue #5122: Synchronize tk load failure check...
2009-02-09 Guilherme PoloChecking for tk availability before continuing (basical...
2009-02-09 Guilherme PoloSome tests for Tkinter.Text.search
2009-02-09 Raymond HettingerIssue 5171: itertools.product docstring missing 'repeat...
2009-02-09 Guilherme PoloFixed issue #4890: Handle empty text search pattern in
2009-02-09 Guilherme PoloTurned setup_master public
2009-02-09 Mark DickinsonIssue #4575: fix Py_IS_INFINITY macro to work correctly...
2009-02-08 Vinay SajipIssue #5170: Fixed Unicode output bug in logging and...
2009-02-08 Mark DickinsonSilence 'arg may be used uninitialized in this function...
2009-02-08 Benjamin Petersona few edits and typos
2009-02-08 Mark DickinsonIssue #789290: make sure that hash(2**63) == hash(2...
2009-02-08 Benjamin Petersondocument numliterals fixer
2009-02-08 Mark DickinsonRemove redundant assignment in _PyObject_LengthHint
2009-02-08 Nick CoghlanIssue #4512 closeout: Make ZipImport.get_filename(...
2009-02-08 Nick CoghlanMention patch submitter in NEWS entry for r69419
2009-02-08 Nick CoghlanIssue 4195: Restore the ability to execute packages...
2009-02-07 Benjamin Petersondocument individual 2to3 fixers
2009-02-07 Benjamin Petersonmake destinsrc private
2009-02-07 Georg Brandlmake "super only for new-style classes" a note.
2009-02-07 Neil SchemenauerAdd test for issue #999042, explict global statement...
2009-02-07 Neil SchemenauerFix broken test in test_hotshot. Treating the current...
2009-02-07 Georg Brandl#5174: fix wrong file closing in example.
2009-02-07 Guilherme PoloEliminated the need to use ttk.__loadtk__ and the probl...
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
next