]> granicus.if.org Git - python/shortlog
python
2004-09-29 Nicholas BastinFix typo in PyDict_Items doc
2004-09-29 Raymond HettingerImprove test coverage.
2004-09-29 Raymond HettingerImprove test coverage.
2004-09-28 Skip Montanarominor doc tweaks for writexml
2004-09-28 Skip Montanarotypo
2004-09-28 Raymond HettingerReplaced a test with an assertion.
2004-09-28 Tim PetersA number of list examples used 66.6, but I doubt there...
2004-09-28 Edward LoperReverted the addition of a NORMALIZE_NUMBERS option...
2004-09-28 Raymond Hettinger* Increase test coverage.
2004-09-28 Edward LoperAdded a new NORMALIZE_NUMBERS option, which causes...
2004-09-28 Brett CannonAdd note about inclusion of DarwinPorts directories...
2004-09-28 Brett CannonAdd the directories where DarwinPorts installs library...
2004-09-28 Edward LoperFixed minor typo in interactive example (extra '.'s...
2004-09-28 Edward LoperFixed minor typo in interactive example (extra blank...
2004-09-28 Raymond HettingerSF bug #1033038: Misleading error message in random...
2004-09-28 Edward LoperFixed minor typo in interactive example
2004-09-28 Edward LoperFixed minor typo in interactive example (backslash...
2004-09-28 Edward LoperUpdated interactive examples in the "Examples" session...
2004-09-28 Raymond HettingerSilence a compiler warning by supplying the correct...
2004-09-28 Raymond HettingerUse Py_CLEAR(). Add unrelated test.
2004-09-28 Greg WardMajor overhaul to reflect Optik 1.5. Section reference...
2004-09-28 Raymond HettingerPlug a leak and beef-up test coverage.
2004-09-27 Raymond HettingerRename test for comparision errors.
2004-09-27 Raymond HettingerBeef-up tests for greater coverage and refcount checking.
2004-09-27 Armin RigoPatch #1009075, bug #952953: allow execve with empty...
2004-09-27 Armin RigoPatch #1011240: SystemError generated by struct.pack...
2004-09-27 Armin RigoTrivial bug fix: deque == [] is not a good way to...
2004-09-27 Raymond HettingerUse floor division operator.
2004-09-27 Raymond HettingerUse floor division operator.
2004-09-27 Edward Loper- Added a "parser" option to testfile() and DocFileTest().
2004-09-27 Edward Loper- Added a "parser" option to testfile() and DocFileTest().
2004-09-27 Edward Loper- Fixed typo in multi-line exception example
2004-09-26 Tim PetersGive a saner example for script_from_examples(); also...
2004-09-26 Tim PetersMade most module references "clickable".
2004-09-26 Tim PetersDocs for run_docstring_examples().
2004-09-26 Raymond HettingerCheckin Tim's fix to an error discussed on python-dev.
2004-09-26 Raymond HettingerMake the regex pattern easier to read, understand,...
2004-09-26 Martin v. LöwisReplace -soname with -h for Solaris compatibility....
2004-09-26 Tim PetersUpdated doctest doc news.
2004-09-26 Tim PetersAdded a lot of new stuff to the debugging section.
2004-09-26 Tim PetersRemoved debug_script from the public API: no docs...
2004-09-26 Tim Petersregister_optionflag(): Moved from the Debugging sectio...
2004-09-26 Tim PetersDocument set_unittest_reportflags().
2004-09-26 Tim PetersAdd set_unittest_reportflags() to the public API. ...
2004-09-26 Tim PetersRemoved two undocumented unittest support classes,...
2004-09-25 Raymond HettingerFix double word error.
2004-09-25 Tim PetersAssorted minor changes, plus a lot more soap.
2004-09-25 Tim PetersExplain the motivation for the unittest functions,...
2004-09-25 Tim PetersRemoved most of the module docstring. There's too...
2004-09-25 Tim PetersRepaired mistakes in the descriptions of testmod()...
2004-09-25 Brett CannonAdd warning notation about using 'bomb' setting.
2004-09-25 Brett CannonRemove 'extern' declaration for _Py_SwappedOp.
2004-09-25 Tim PetersSince the doctest warnings section was reduced to one...
2004-09-25 Tim PetersIn the "doctest warnings" section, removed obsolete...
2004-09-25 Johannes GijsbersRaymond observed that sometimes it's better not to...
2004-09-25 Tim PetersBeef up the section on testfile(), giving a complete...
2004-09-25 Tim PetersTypo.
2004-09-25 Tim PetersSince the LaTeX isn't doctest'ed, examples are always...
2004-09-24 Johannes Gijsbers- Use itemize instead of plain-text '*' for marking...
2004-09-24 Tim PetersWhitespace normalization.
2004-09-24 Johannes GijsbersPort test_unpack to doctest (patch #736962).
2004-09-24 Neil SchemenauerAdd yet more tests for buffer().
2004-09-24 Neil SchemenauerEnsure negative offsets cannot be passed to buffer...
2004-09-24 Neil SchemenauerFix buffer offset calculation (need to compute it befor...
2004-09-24 Neil SchemenauerAdd a few more tests for the buffer() object.
2004-09-24 Vinay SajipAdded log() function documentation
2004-09-24 Vinay SajipAdded log() function
2004-09-24 Vinay SajipAdded exception handling during handler initialization...
2004-09-24 Tim PetersWhitespace normalization.
2004-09-24 Raymond HettingerAdd docstrings for regular expression objects and methods.
2004-09-24 Raymond HettingerGranted Noam Raphael's request for minor improvements...
2004-09-23 Andrew M. KuchlingUpdate for beta1
2004-09-23 Andrew M. KuchlingAdd various items
2004-09-23 Tim Petersfloat_richcompare(): Use the new Py_IS_NAN macro to...
2004-09-23 Tim PetersIntroduced a Py_IS_NAN macro, which probably works...
2004-09-23 Tim PetersSF bug #513866: Float/long comparison anomaly.
2004-09-23 Raymond HettingerImprove three recipes in the itertools docs.
2004-09-23 Raymond HettingerArghh, checked in wrong draft. Replacing with correct...
2004-09-23 Raymond HettingerUse local variables in StringIO.write().
2004-09-23 Phillip J. EbyFix for SF bug #1029475 : reload() doesn't work with...
2004-09-23 Tim PetersA static swapped_op[] array was defined in 3 different...
2004-09-23 Tim PetersRemoved redundant declaration of _PyLong_NumBits().
2004-09-22 Raymond HettingerSF patch #1031667: Fold tuples of constants into a...
2004-09-22 Raymond HettingerClarify that iteration is over headers, not Mime elements.
2004-09-22 Raymond HettingerBug #1030125: rfc822 __iter__ problem
2004-09-22 Vinay SajipAdded getLoggerClass()
2004-09-22 Vinay SajipAdded getLoggerClass()
2004-09-21 Edward Loper- Minor docstring fixes.
2004-09-21 Edward Loper- Changed SampleClass docstrings to test docstring...
2004-09-21 Edward Loper- Updated docs to reflect changes in 2.4.
2004-09-20 Brett CannonAdd a commented-out recipe on making trailing whitespac...
2004-09-20 Tim PetersWhitespace normalization.
2004-09-20 Raymond HettingerImport no longer needed.
2004-09-20 Raymond HettingerFix minor grammar typo.
2004-09-20 Skip MontanaroRaymond reminded me to use DSU key
2004-09-20 Skip MontanaroSort classes by fully qualified name. In the common...
2004-09-20 Martin v. LöwisPatch #1024670: Support int objects in PyLong_AsUnsigne...
2004-09-19 Martin v. LöwisFix lib-tk PythonPath.
2004-09-19 Edward Loper- Added "testfile" function, a simple function for...
2004-09-19 Raymond HettingerSF bug #1030557: PyMapping_Check crashes when argument...
next