]> granicus.if.org Git - python/shortlog
python
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...
2009-05-08 Philip Jenvey#4351: more appropriate DeprecationWarning stacklevels
2009-05-07 Tarek Ziadéfixed AR/ARFLAGS values in test_sysconfig
2009-05-07 Tarek Ziadérun autoconf (step forgotten in r72445)
2009-05-07 Tarek ZiadéFixed #5941: added ARFLAGS for the archiver command.
2009-05-07 Tarek Ziadéremoved remaining spaces
2009-05-07 Eric SmithFixed wording for formatting integers: precision is...
2009-05-07 R. David MurrayPre-opened test file needs to be opened in binary mode.
2009-05-07 R. David MurrayNews item for Issue5955.
2009-05-07 R. David MurrayIssue5955: aifc's close method did not close the file...
2009-05-07 Benjamin Petersonactually close files instead of leaving it to the gc...
2009-05-07 R. David MurrayRevert inappropriate doc change.
2009-05-07 R. David MurrayDocument how to pass a 'decode' argument to get_payload...
2009-05-06 Andrew M. KuchlingRemove two dead links
2009-05-06 Walter DörwaldAdd NEWS entry about issue #3739.
2009-05-06 Walter DörwaldIssue 3739: The unicode-internal encoder now reports...
2009-05-06 Jeroen Ruigrok... Be more explicit about the error we are catching.
2009-05-06 Tarek Ziadéremoved string.split usage
2009-05-06 Tarek Ziadémore build_clib cleanup + test coverage
2009-05-06 Tarek Ziadépep8-fied build_clib module : it is now similar to...
2009-05-06 Tarek ZiadéAdded a test and cleaned check_library_list to be ready...
2009-05-06 Jeroen Ruigrok... Wrap getpreferredencoding()'s use of setlocale in a...
2009-05-05 Benjamin PetersonMerged revisions 68503,68507,68694,69054,69673,69679...
2009-05-05 Benjamin Petersontabify :(
2009-05-05 Martin v. LöwisIssue #5721: don't package Lib/test/README anymore.
2009-05-05 Benjamin Petersonfix running test_capi with -R ::
2009-05-05 Thomas HellerFix Issue #4875: find_library can return directories...
2009-05-05 Eric SmithIssue #5920: Changed format.__float__ and complex.__flo...
2009-05-05 Mark DickinsonIssue #5933: Fix some gcc -Wextra warnings. Thanks...
next