]> granicus.if.org Git - python/shortlog
python
2009-05-19 Ronald OussorenRemove some traces of 'MacPython'
2009-05-19 Ronald OussorenThis patch ensures that the pydoc_data package gets...
2009-05-19 Raymond HettingerNote that ordered dictionaries work with reversed().
2009-05-19 Tarek Ziadéfixed the 'package' option of build_ext
2009-05-18 Collin WinterIssue 6032: fix refleaks in test_urllib2_localnet.
2009-05-18 Jeffrey YasskinWhile I was modifying test_trace, it threw an exception...
2009-05-18 Raymond HettingerIssue 6037: MutableSequence.__iadd__ should return...
2009-05-18 Tarek ZiadéFixed #6053 - win32 fixes for distutils tests
2009-05-18 Tarek Ziadéworking with relative paths to avoid tar warnings on...
2009-05-18 Tarek ZiadéFixed the library extension when distutils build_ext...
2009-05-17 Benjamin Petersonchop off slash
2009-05-17 Tarek Ziadéfixed the test name
2009-05-17 Benjamin Petersonignore .rst files in sphinx its self
2009-05-17 Tarek Ziadépep8-fied distutils.archive_util + added minimum test...
2009-05-17 Tarek Ziadépep8-fied distutils.dir_util
2009-05-17 Tarek Ziadéremoved sys.platform == 'mac' usage in distutils.dir_util
2009-05-17 Tarek Ziadéremoved sys.platform == 'mac' support in distutils...
2009-05-17 Mark DickinsonIssue #6044: remove confusing wording from complex...
2009-05-17 Tarek Ziadénot running this test with MSVC6
2009-05-17 Georg Brandl#5935: mention that BROWSER is looked for in PATH.
2009-05-17 Georg Brandl#5942: Copy over flag table from dbm.rst which is clearer.
2009-05-17 Georg Brandl#6017: better document behavior of dictiterators when...
2009-05-17 Georg Brandlpart of #4144: fix exception message in console session.
2009-05-17 Hirokazu YamamotoAdded NEWS for r72698.
2009-05-17 Hirokazu YamamotoIssue #3527: Removed Py_WIN_WIDE_FILENAMES which is...
2009-05-16 Benjamin Petersontypo
2009-05-16 Benjamin Petersonupdate
2009-05-16 Benjamin Petersoncompletely ignore old-style stuff for type checking...
2009-05-16 Benjamin Petersondeal with old-style classes in issubclass and isinstance
2009-05-16 Benjamin Petersonproperly lookup __instancecheck__ and __subclasscheck__
2009-05-16 Benjamin Petersonuse skipTest()
2009-05-16 Tarek Ziadépep8-fied distutils.dist module
2009-05-16 Tarek Ziadé#6041: sdist and register now use the check command...
2009-05-16 Georg BrandlFix about and bugs pages to match real workflow.
2009-05-16 Georg Brandl#2856: document 2.x os.listdir() behavior for undecodab...
2009-05-16 Georg Brandl#6009: undocument default argument of Option as deprecated.
2009-05-16 Georg Brandl#6025: fix signature of parse().
2009-05-16 Georg Brandl#6034: clarify __reversed__ doc.
2009-05-15 Antoine PitrouFix bootstrapping by removing uses of the copy module...
2009-05-15 Antoine PitrouIssue #2116: Weak references and weak dictionaries...
2009-05-15 Antoine PitrouIssue #1655: Make imaplib IPv6-capable. Patch by Derek...
2009-05-15 Georg BrandlFix example output for doctest-like demos.
2009-05-14 Collin WinterIssue 6024: make regrtest.py promote refleaks to test...
2009-05-14 Benjamin Petersona useful decorator for cleaning up threads
2009-05-14 Benjamin Petersonprevent refleaks from threads
2009-05-14 Antoine PitrouIssue #5918: Fix a crash in the parser module.
2009-05-14 Antoine PitrouIssue #1664: Make nntplib IPv6-capable. Patch by Derek...
2009-05-14 Tarek Ziadé#6022 fixed test_get_outputs so it doesn't leaves a...
2009-05-14 R. David MurrayFix test failure on Windows, and add skip check if...
2009-05-14 Tarek Ziadépep8-fied distutils.command.sdist + more tests
2009-05-14 Tarek Ziadémore test coverage for distutils sdist command
2009-05-14 Benjamin Petersonimportlib.import_module is better these days
2009-05-13 Tarek Ziadéadding void to the c function
2009-05-13 Tarek Ziadéadded an inifoo in the C file, to avoid a warning by...
2009-05-13 R. David MurrayIssue #4050: inspect.findsource/getsource now raise...
2009-05-13 R. David MurrayMove news item to correct section, remove spurious...
2009-05-13 R. David MurrayIssue 5994: add docstrings to marshal.
2009-05-12 Benjamin Petersonthe compiler attribute is used in setup.py; can't rename
2009-05-12 Tarek Ziadéfixed #5977: distutils build_ext.get_outputs was not...
2009-05-12 Michael FoordBetter fix for modules using unittest.main(). Fixes...
2009-05-12 Michael FoordFix to restore command line behaviour for test modules...
2009-05-12 Tarek Ziadéremoving the assert statement so the code works when...
2009-05-12 R. David MurrayMake it clear up front that shelve only records changes
2009-05-11 Michael FoordAdd missing # to NEWS
2009-05-11 Michael FoordAdds a verbosity keyword argument to unittest.main...
2009-05-11 Mark DickinsonIssue #5981: Fix some float.fromhex bugs related to...
2009-05-11 Tarek Ziadédistutils.test_build_clib added a new line at the end...
2009-05-10 Benjamin Petersonsys.setdefaultencoding() strikes me as a bad example
2009-05-10 Tarek Ziadéfixed test_build_ext for win32
2009-05-10 Benjamin Petersonuse isinstance
2009-05-10 Tarek Ziadéfixed test for all platforms
2009-05-10 Tarek Ziadénow using EnvironGuard everywhere
2009-05-10 Tarek Ziadérefactored test_sysconfig so it uses test.test_support...
2009-05-10 Tarek ZiadéAdded tests form install_lib and pep8-fied the module
2009-05-10 Tarek Ziadéfixed #5984 and improved test coverage
2009-05-10 Benjamin Petersonmake sure files are closed using the with statement
2009-05-10 Benjamin Petersonclose file explicitly
2009-05-09 Benjamin Petersonclear error state properly
2009-05-09 Benjamin Petersondon't ignore exceptions from _PyObject_LengthHint
2009-05-09 Benjamin Petersonignore AttributeErrors for classic classes
2009-05-09 Benjamin Peterson*sigh* deal with instances correctly
2009-05-09 Benjamin Petersoncan't handle classic classes here
2009-05-09 Benjamin Petersonignore classic classes
2009-05-09 Benjamin Petersonconvert some more special methods to use _PyObject_Look...
2009-05-09 Vinay SajipIssue #5971: StreamHandler.handleError now swallows...
2009-05-09 Tarek Ziadé#5976: fixed distutils test_check_environ
2009-05-09 Tarek ZiadéFixed Issue 5900: distutils.command.build_ext - Ensure...
2009-05-09 Benjamin Petersonlookup __reversed__ correctly as a special method
2009-05-09 Benjamin PetersonMerged revisions 72491-72493 via svnmerge from
2009-05-08 Gregory P.... Fix an off by one error on negative indexs to __getitem__
2009-05-08 Jeffrey YasskinIssue 5954, PyFrame_GetLineNumber:
2009-05-08 Jeffrey YasskinPyCode_NewEmpty:
2009-05-08 Mark DickinsonIssue #5933: Fix gcc -Wextra compiler warnings (and...
2009-05-08 Thomas HellerAdd a file that contains diffs between offical libffi...
2009-05-08 Benjamin Petersonfix this test
2009-05-08 Jeroen Ruigrok... Update the Windows locale mapping with the ones introdu...
2009-05-08 Jeroen Ruigrok... Add ISO-8859-16.
2009-05-08 Georg BrandlFix name.
2009-05-08 Benjamin Petersonthis is now a bound method
2009-05-08 Benjamin Petersonadd _PyObject_LookupSpecial to handle fetching special...
next