]> granicus.if.org Git - python/shortlog
python
2009-02-13 Martin v. LöwisUpdate Tix build procedure.
2009-02-13 Martin v. LöwisMove amd64 properties further to the top, so that they...
2009-02-13 Tarek Ziadéreverted leak fix, to use the one done in py3k branch...
2009-02-13 Antoine PitrouFix compiler warning (gcc)
2009-02-13 Antoine PitrouIssue #5186: Reduce hash collisions for objects with...
2009-02-13 Georg BrandlFix warnings GCC emits where the argument of PyErr_Form...
2009-02-13 Georg BrandlFix warnings GCC emits where the argument of PyErr_Form...
2009-02-13 Georg Brandl#3694: add test for fix committed in r66693.
2009-02-13 Georg Brandl#1661108: note that urlsafe encoded string can contain...
2009-02-13 Georg Brandl#3734: document complex coercing behavior better.
2009-02-13 Georg Brandl#4894: document "newurl" parameter to redirect_request().
2009-02-13 Tarek Ziadé#5158: added documentation on the depends option in...
2009-02-13 Georg BrandlAdd links to the other versions we have in stock.
2009-02-13 Gregory P.... - Issue #3745: Fix hashlib to always reject unicode...
2009-02-12 Tarek Ziadéfixing the leak introduced in r69304
2009-02-12 Mark DickinsonTypo fix.
2009-02-12 Raymond HettingerOne more test.
2009-02-12 Raymond HettingerAdd an extra testcase.
2009-02-12 Raymond HettingerFix spaces/tabs in example.
2009-02-12 Raymond HettingerIssue 5032: added a step argument to itertools.count...
2009-02-12 Benjamin Petersonno need for this __bases__ trick anymore
2009-02-12 Benjamin Petersonos.fsync() should be used to ensure that data is writte...
2009-02-11 Gregory P.... Issue #1008086: Fixes socket.inet_aton() to always...
2009-02-11 Hirokazu YamamotoIssue #5204: Define _PyVerify_fd on VC6 to make
2009-02-11 Raymond HettingerClean-up named tuple docs.
2009-02-10 Thomas HellerIssue#5203: ctypes segfaults when passing a unicode...
2009-02-10 Mark Dickinson_testcapi depends on testcapi_long.h
2009-02-10 Mark DickinsonIssue #5175: PyLong_AsUnsignedLongLong now raises Overf...
2009-02-10 Kristján Valur... Issue 4804. Add a function to test the validity of...
2009-02-10 Hirokazu YamamotoFixed svn:eol-style.
2009-02-10 Martin v. LöwisSet eol-style to native
2009-02-10 Martin v. LöwisIssue #5134: Silence compiler warnings when compiling...
2009-02-10 Tarek ZiadéFixed #3386: the optional prefix argument was ignored...
2009-02-10 Brett Cannoncompileall used the ctime of bytecode and source to...
2009-02-10 Raymond HettingerIssue 1818: collections.namedtuple() to support automat...
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 ...
next