]> granicus.if.org Git - python/shortlog
python
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...
2009-05-05 Senthil KumaranFixing issue5861 - test_urllib fails on windows. Agree...
2009-05-05 Martin v. LöwisIssue #5847: Remove -n switch on "Edit with IDLE" menu...
2009-05-05 Georg BrandlRemove unused variable.
2009-05-05 Georg Brandl#5929: fix signedness warning.
2009-05-05 Georg BrandlFix overlong lines.
2009-05-05 Georg Brandl#5142: add module skipping feature to pdb.
2009-05-05 Georg BrandlAdd a news entry for r72319.
2009-05-05 Georg Brandl#1309567: fix linecache behavior of stripping subdirect...
2009-05-05 Georg Brandl#5932: fix error return in _convertPyInt_AsSsize_t...
2009-05-05 Steven BethardUpdate bdist_msi so that the generated MSIs for pure...
2009-05-05 Benjamin Petersonusing sys._getframe(x), where x > 0 doesnt' work on...
2009-05-04 R. David MurrayFix issue 5890: (property subclass shadows __doc__...
2009-05-04 Antoine PitrouIssue #5692: In :class:`zipfile.Zipfile`, fix wrong...
2009-05-04 Georg Brandl#5916, 5917: small socket doc improvements.
2009-05-04 Georg Brandl#5927, 5928: typos.
2009-05-04 Georg Brandl#5925: fix highlighting of keyword table.
2009-05-04 Antoine PitrouAdd Nick Barnes to ACKS.
2009-05-04 Antoine PitrouIssue #4426: The UTF-7 decoder was too strict and didn...
2009-05-04 Walter DörwaldFix typos.
2009-05-04 Hirokazu YamamotoIssue #5913: os.listdir() should fail for empty path...
2009-05-04 Gregory P.... cleanup applied patch to match style that is already...
2009-05-04 Gregory P.... Issue #4751: For hashlib algorithms provided by OpenSSL...
2009-05-03 Walter DörwaldThere's no %A in Python 2.x!
2009-05-03 Walter DörwaldIssue #5108: Handle %s like %S and %R in PyUnicode_From...
2009-05-03 Mark DickinsonDon't use PyOS_strnicmp for NaN and Inf detection:...
2009-05-03 Mark DickinsonEliminate some locale-dependent calls to isspace and...
2009-05-03 Mark DickinsonRemove unnecessary uses of context in PyGetSetDef....
next