]> granicus.if.org Git - python/shortlog
python
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...
2004-09-19 Brett CannonWhen this file is sourced in, or used as, one's vimrc...
2004-09-19 Raymond HettingerSF patch #1020845: Decimal performance enhancements
2004-09-19 Edward Loper- Updated example output to match actual output
2004-09-18 Barry WarsawUpdate Template/PEP 292 documentation to current implem...
2004-09-18 Edward LoperIn DocFileTest:
2004-09-18 Martin v. LöwisLink with ws2_32 instead of wsock32.
2004-09-18 Martin v. LöwisPatch #1021596: Check for None to determine whether...
2004-09-18 Martin v. LöwisConvert boolean results back to strings. Fixes #807871.
2004-09-18 Martin v. LöwisMake curses.h inclusion conditional as in the original...
2004-09-18 Martin v. LöwisPatch #1012280: Include curses.h for term.h check....
2004-09-18 Martin v. LöwisPatch #1029061: Always extract member names from the...
2004-09-18 Martin v. LöwisPatch #1025790: Add status code constants to httplib.
2004-09-18 Barry WarsawAt the cost of a modest (but useful in its own right...
2004-09-17 Fred Drakeremove gzipped archives from the list of expected distr...
2004-09-17 Sean ReifschneiderSF Patch 1022011: Add a command-line argument --no...
2004-09-17 Sean ReifschneiderSF Patch 1022003: Change bdist_rpm _topdir to use
2004-09-16 Raymond HettingerSF bug #1014215: Unspecific errors with metaclass
2004-09-16 Skip MontanaroInitialize sep and seplen to suppress warning from...
2004-09-16 Tim PetersSF bug #1028306: date-datetime comparison
2004-09-16 Tim PetersWhitespace normalization.
2004-09-15 Brett CannonRemove tabs.
2004-09-15 Thomas HellerAdd a missing line continuation character.
2004-09-15 Martin v. LöwisPatch #1026986: Add OpenBSD 3.5 and 3.6 to list of...
2004-09-14 Martin v. LöwisStrip square brackets from IPv6 address.
2004-09-14 Skip Montanaromention httplib ipv6 fix
2004-09-14 Skip Montanaromissed the obvious test case and corresponding fix
2004-09-14 Michael W.... Make the word "module" appear in the error string for...
2004-09-14 Michael W.... Move a comment back to its rightful location.
2004-09-14 Skip MontanaroSearch from the end of the host/port combination to...
2004-09-14 Walter DörwaldMake the hint about the None default less ambiguous.
2004-09-14 Walter DörwaldEnhance the docstrings for unicode.split() and string...
2004-09-14 Martin v. LöwisRemove claims that Python source code is ASCII. Fixes...
2004-09-14 Raymond HettingerTweak the wording. Improve examples. Make more brief.
2004-09-14 Raymond HettingerCover string.Template in the tutorial's library tour.
2004-09-14 Raymond HettingerFix small bugs in Template code.
2004-09-13 Raymond HettingerSF #1027105: HardwareRandom should be renamed OSRandom
2004-09-13 Barry WarsawThe 4th group is now 'invalid' instead of 'bogus'.
2004-09-13 Barry WarsawRaymond's good suggestion to re-order the tests in...
2004-09-13 Trent MickPatch for compilation on IRIX from rwgk on http://pytho...
2004-09-13 Barry Warsawsubstitute(), safe_substitute(): Paul Moore provides...
2004-09-13 Barry WarsawAdded a test for # positional arguments > 1.
2004-09-13 Andrew M. KuchlingCredit patch from Raymond
2004-09-13 Tim PetersDocument testmod's new exclude_empty argument.
2004-09-13 Tim Petersexclude_empty: make the default True for DocTestFinder...
2004-09-13 Barry WarsawAdd tests for keyword arguments and combining mapping...
2004-09-13 Barry WarsawAccepted Raymond's patch to combine mapping and keyword...
2004-09-13 Walter DörwaldFix quoting.
2004-09-13 Edward LoperAdded new parameter exclude_empty to DocTestFinder...
2004-09-13 Tim PetersDocTestFinder._find(): for tests derived from a module...
2004-09-13 Tim PetersReluctantly, rehabilitate doctest.master.
2004-09-12 Tim PetersTester.run___test__(): This couldn't possibly work...
2004-09-12 Tim PetersTester.__init__(): this couldn't possibly work when...
2004-09-12 Raymond HettingerSF #1022910: Conserve memory with list.pop()
2004-09-12 Tim PetersWhitespace normalization.
2004-09-12 Tim PetersHtmlDiff corrections from Dan Gass, + trimmed trailing...
2004-09-11 Johannes GijsbersDocument not-completely-obvious behavior in a test.
2004-09-11 Johannes GijsbersPatch #1025795: clarify language in Data Structures...
2004-09-11 Tim PetersRecover from inspect.getmodule() changes. It returns...
2004-09-11 Johannes GijsbersPatch #1022152: add required 'domain' argument to gette...
2004-09-11 Johannes GijsbersPatch #1026384: fix two common typo's:
2004-09-11 Johannes GijsbersAdd 'if __name__ == "__main__":' to files already as...
2004-09-11 Johannes GijsbersUse __module__ attribute when available instead of...
2004-09-11 Johannes GijsbersPatch #1025800: remove TeX quoting from verbatim sectio...
2004-09-10 Andrew M. Kuchling[Bug #1023359] Make code match inheritance diagram
2004-09-10 Barry WarsawTemplate: remove __slots__ since that interferes with...
2004-09-10 Andrew M. KuchlingAdd some stdlib items; remove 'other changes' section...
2004-09-10 Andrew M. KuchlingTypo fix: 'comparisions' is not a word
2004-09-10 Andrew M. KuchlingBump version number
2004-09-10 Martin v. LöwisDo not include extpy[w].exe anymore
2004-09-10 Martin v. LöwisGenerate the product code properly
2004-09-10 Andrew M. KuchlingUpdate PEP292 section
next