]> granicus.if.org Git - python/shortlog
python
2008-02-11 Raymond HettingerAdd notes on how decimal fits into the model.
2008-02-11 Raymond HettingerAdd tests for pickletools.optimize().
2008-02-11 Lars GustäbelMake sure that xstar headers are read correctly.
2008-02-11 Raymond HettingerNo need to register classes that already inherit from...
2008-02-11 Mark DickinsonPut an extra space into the repr of a Fraction:
2008-02-11 Christian HeimesThe test requires the network resource
2008-02-10 Mark DickinsonRename rational.Rational to fractions.Fraction, to...
2008-02-10 Raymond HettingerComplete an open todo on pickletools -- add a pickle...
2008-02-10 Mark DickinsonRemove reference to Rational
2008-02-10 Skip Montanarowhoops - revert
2008-02-10 Skip MontanaroGet the saying right. ;-)
2008-02-10 Mark DickinsonTypos in decimal comment and documentation
2008-02-10 Eric SmithForgot to modify header file in r60707.
2008-02-10 Mark DickinsonTurn classmethods into staticmethods, and avoid calling...
2008-02-10 Nick CoghlanAdd missing NEWS entry for r60695
2008-02-10 Raymond HettingerClarify that decimal also supports fixed-point arithmetic.
2008-02-10 Eric SmithAdded PyNumber_ToBase and supporting routines _PyInt_Fo...
2008-02-09 Georg BrandlFix for newest doctools.
2008-02-09 Georg BrandlFix link.
2008-02-09 Georg BrandlDocs are rst now.
2008-02-09 Georg BrandlNeeds only 2.4 now.
2008-02-09 Christian HeimesIssue #1706: Require Windows 2000+
2008-02-09 Nick CoghlanIssue 2021: Allow NamedTemporaryFile and SpooledTempora...
2008-02-09 Raymond HettingerTemporarily disable this test. It's been broken for...
2008-02-09 Raymond HettingerMetaclass declaration is inherited
2008-02-09 Raymond HettingerAdd -3 warnings that set.copy(), dict.copy(), and defau...
2008-02-09 Raymond HettingerMerge with r60683.
2008-02-09 Raymond HettingerMake ABC containers inherit as documented.
2008-02-08 Raymond HettingerAdd advice on choosing between DictMixin and MutableMapping
2008-02-08 Raymond HettingerFill-in missing Set comparisons
2008-02-08 Raymond HettingerSpeed-up __iter__() mixin method.
2008-02-08 Raymond HettingerRemove unnecessary modulo division.
2008-02-08 Hye-Shik ChangUpdate big5hkscs codec to conform to the HKSCS:2004...
2008-02-08 Jeffrey YasskinOops! 2.6's Rational.__ne__ didn't work.
2008-02-08 Amaury Forgeot... issue 2045: Infinite recursion when printing a subclass...
2008-02-08 Christian HeimesUse prefix decrement
2008-02-08 Christian HeimesDeallocate content of the dict free list on interpreter...
2008-02-07 Brett CannonMake sure a switch statement does not have repetitive...
2008-02-07 Raymond HettingerFix typo
2008-02-07 Raymond HettingerThe float conversion recipe is simpler in Py2.6
2008-02-07 Walter DörwaldFix typo in docstring for Calendar.itermonthdays().
2008-02-07 Walter DörwaldFix documentation for Calendar.iterweekdays(): firstwee...
2008-02-07 Walter DörwaldClarify that the output of TextCalendar.formatmonth...
2008-02-07 Facundo BatistaFixes Issue 1401. When redirected, a possible POST...
2008-02-07 Christian HeimesAdded some statistics code to dict and list object...
2008-02-07 Facundo BatistaFixes issue 2026. Tests converted to unittest. Thanks
2008-02-07 Andrew M. KuchlingUpdate URL
2008-02-07 Brett CannonRemove unnecessary curly braces around an int literal.
2008-02-07 Brett CannonCast a struct to a void pointer so as to do a type...
2008-02-07 Raymond HettingerMerge r60628, r60631, and r60633. Register UserList...
2008-02-07 Raymond HettingerMerge 60627.
2008-02-07 Raymond HettingerReturn ints instead of longs for tuple.count() and...
2008-02-07 Mark DickinsonIEEE 754 should be IEEE 854; give precise reference for
2008-02-07 Mark DickinsonFix broken link in decimal documentation.
2008-02-07 Raymond HettingerIssue 2025: Add tuple.count() and tuple.index() to...
2008-02-06 Georg BrandlRevert accidental changes to test_queue in r60605.
2008-02-06 Mark DickinsonRemove incorrect usage of :const: in documentation.
2008-02-06 Mark DickinsonIssue 1979: Make Decimal comparisons (other than !...
2008-02-06 Thomas HellerFixed refcounts and error handling.
2008-02-06 Facundo BatistaFixes issue 1959. Converted tests to unittest.
2008-02-06 Walter DörwaldRemove month parameter from Calendar.yeardatescalendar(),
2008-02-06 Christian HeimesUnified naming convention for free lists and their...
2008-02-06 Christian HeimesLimit free list of method and builtin function objects...
2008-02-06 Raymond HettingerSync-up with Py3k work.
2008-02-05 Georg Brandl* Use the same code to profile for test_profile and...
2008-02-05 Skip Montanarocorrect object name
2008-02-05 Georg BrandlActually run the test.
2008-02-05 Facundo BatistaIssue 1951. Converts wave test cases to unittest.
2008-02-05 Georg BrandlFix unittest conversion breakage.
2008-02-05 Guido van RossumIn the experimental 'Scanner' feature, the group count...
2008-02-05 Andrew M. KuchlingUpdate PEP URL.
2008-02-05 Marc-André... Keep distutils Python 2.1 compatible (or even Python...
2008-02-05 Georg BrandlConvert external links to internal links. Fixes #2010.
2008-02-05 Lars GustäbelIssue #2004: Use mode 0700 for temporary directories...
2008-02-05 Skip Montanarosync with most recent version from python-mode sf project
2008-02-05 Amaury Forgeot... Change r60575 broke test_compile:
2008-02-04 Amaury Forgeot... #1750076: Debugger did not step on every iteration...
2008-02-04 Amaury Forgeot... Correct quotes in NEWS file
2008-02-04 Christian HeimesSmall adjustments for test compact freelist test. It...
2008-02-04 Christian HeimesIncrease debugging to investige failing tests on some...
2008-02-04 Christian HeimesPatch #1953
2008-02-04 Jeffrey YasskinMake int() and long() fall back to __trunc__(). See...
2008-02-03 Amaury Forgeot... Let test_socketserver pass on win32, which does not...
2008-02-03 Amaury Forgeot... Correct test_mailbox on win32: since the test sets...
2008-02-03 Amaury Forgeot... Nasty typo in setobject.h
2008-02-03 Amaury Forgeot... Ensure that PySet_Add() operates on a newly created...
2008-02-03 Christian HeimesAnother int -> pid_t case
2008-02-03 Neal NorwitzIgnore leaky warnings from test_asynchat
2008-02-03 Christian HeimesFixed paths to Windows build directories in build_ext.py
2008-02-03 Georg Brandl#2003: fix sentence.
2008-02-03 Brett CannonAdd an entry for r60537.
2008-02-03 Gregory P.... remove a repeated occurance of a hardcoded berkeleydb...
2008-02-03 Gregory P.... Merge this fix from the pybsddb tree:
2008-02-03 Andrew MacIntyreThe wrapper function is supposed to be for spawnvpe...
2008-02-03 Andrew MacIntyreRename module definition file to reflect v2.6.
2008-02-03 Andrew MacIntyreUpdate OS/2 EMX build bits for 2.6.
2008-02-03 Brett CannonUse context manager for a lock.
2008-02-03 Brett CannonRemove extra tick marks and add a missing closing paren...
2008-02-03 Brett CannonDirectories from CPPFLAGS and LDFLAGS were being added...
2008-02-03 Brett CannonFix a minor typo.
next