]> granicus.if.org Git - python/shortlog
python
2008-06-11 Gregory P.... swap stringobject.h and bytesobject.h contents to make...
2008-06-11 Benjamin Petersonadd the multiprocessing package to fulfill PEP 371
2008-06-11 Benjamin Petersonconvert test_struct to a unittest thanks to Giampaolo...
2008-06-11 Raymond HettingerHandle the case with zero arguments.
2008-06-11 Raymond HettingerUpdate numbers doc for the Integral simplification.
2008-06-11 Raymond HettingerMini-PEP: Simplifying numbers.py
2008-06-10 Benjamin Petersonbackport of 64096
2008-06-10 Amaury Forgeot... Correct test_pydoc for win32 platforms, to account...
2008-06-10 Gregory P.... Rename bytesobject.c back to stringobject.c to keep...
2008-06-10 Armin RonacherDocumented the new AST constructor.
2008-06-10 Armin RonacherFix a formatting error in the ast documentation.
2008-06-10 Gregory P.... More reverting of r63675 per the mailing list discussio...
2008-06-10 Josiah CarlsonFixed test to reflect new filedispatcher semantics...
2008-06-10 Thomas HellerNEWS entry for:
2008-06-10 Thomas HellerAdd an optional 'offset' parameter to byref, defaulting...
2008-06-10 Georg Brandlmore markup fix.
2008-06-10 Benjamin Petersonfix markup
2008-06-10 Georg Brandl#2536: fix itertools.permutations and itertools.combina...
2008-06-10 Robert SchuppeniesIssue 3048: Fixed sys.getsizeof for unicode objects.
2008-06-10 Raymond HettingerAdd Arnaud for his efforts on multi-arg set operations.
2008-06-10 Georg BrandlAdd the "ast" module, containing helpers to ease use...
2008-06-10 Martin v. LöwisAdd Gregor Lingl.
2008-06-10 Josiah CarlsonApplying updated patch from Issue 1736190, which addres...
2008-06-10 Alexandre VassalottiAdded better pickling support to xrange objects.
2008-06-10 Alexandre VassalottiIssue 2582: Fix pickling of xrange objects.
2008-06-09 Raymond HettingerLet set.intersection() and set.intersection_update...
2008-06-09 Raymond HettingerUnhappy buildbots. Revert 64052. Long doubles have...
2008-06-09 Raymond HettingerAddress double-rounding scenarios by setting all variab...
2008-06-09 Raymond HettingerLet set.union() and set.update() accept multiple inputs.
2008-06-09 Raymond HettingerIssue #2138: Add math.factorial().
2008-06-09 Gregory P.... This reverts r63675 based on the discussion in this...
2008-06-09 Raymond HettingerIssue3065: Fixed pickling of named tuples. Added...
2008-06-08 Benjamin Petersonwarn about parameter tuple unpacking
2008-06-08 Benjamin PetersonWarn about assigning to Py3k keywords (True and False)
2008-06-08 Benjamin Petersonadd an ast_warn helper function to make adding those...
2008-06-08 Georg BrandlArgh, I read it wrong. Reverted 64036 and added a clari...
2008-06-08 Georg Brandl#3028: tokenize passes the physical line.
2008-06-08 Benjamin Petersonchange Py3k backquote warning to a SyntaxWarning and...
2008-06-07 Benjamin Petersoncapitalization nit
2008-06-07 Georg BrandlDocument the "st" API, to avoid confusion with the...
2008-06-07 Georg BrandlX-ref to numbers module.
2008-06-07 Georg BrandlBackport docs for abc module to 2.6.
2008-06-07 Georg Brandl#3057: Fix the MutableMapping ABC to use the 2.6 dict...
2008-06-07 Georg BrandlRegister IterableUserDict as a MutableMapping.
2008-06-07 Georg BrandlRevert unwanted changes.
2008-06-07 Georg BrandlFactor out docstring dedenting from inspect.getdoc...
2008-06-07 Facundo BatistaFinished bug #2451. Fixed the retrying part to make it
2008-06-06 Travis E. OliphantRemove locking part of new buffer protocol.
2008-06-06 Travis E. OliphantAdd long double check support to configure test.
2008-06-06 Raymond HettingerIssue 3501: Make heapq support both __le__ and __lt__.
2008-06-06 Ronald OussorenFix build issue on OSX 10.4
2008-06-06 Thomas HellerDocument the new ctypes features.
2008-06-06 Thomas HellerAdd a reminder for the maintainer of whatsnew.
2008-06-06 Thomas HellerPerformance improvement: Use PyDict_Get/SetItem instead of
2008-06-06 Georg BrandlFix brackets.
2008-06-06 Thomas HellerIssue #1798: Add ctypes calling convention that allows...
2008-06-06 Georg BrandlMarkup fix.
2008-06-06 Neal NorwitzAldo Cortesi confirmed this is still needed for OpenBSD...
2008-06-05 Andrew M. KuchlingGrammar fix
2008-06-05 Andrew M. KuchlingAdd various items
2008-06-05 Andrew M. KuchlingDocument 'utc' parameter
2008-06-05 Benjamin Petersonrevert 63965 for preformance reasons
2008-06-05 Benjamin Petersonuse the more idomatic while True
2008-06-05 Thomas HellerBackport from py3k: Implement the new buffer interface...
2008-06-05 Thomas HellerBackport from py3k: Implement the new buffer interface...
2008-06-05 Thomas HellerFix preprocessor statement.
2008-06-05 Ronald OussorenMacOS X: Enable 4-way universal builds
2008-06-04 Alexandre VassalottiFixed complex.__getnewargs__() to not emit another...
2008-06-04 Thomas HellerRevert revisions 63943 and 63942 (Issue #1798: Add...
2008-06-04 Thomas HellerFix ctypes.set_errno for gcc.
2008-06-04 Thomas HellerIssue #1798: Add ctypes calling convention that allows...
2008-06-04 Georg BrandlComplete revision of new turtle module's docs.
2008-06-04 Martin v. LöwisPatch #1513695: New turtle module, with demos.
2008-06-03 Georg BrandlFix Tkinter sequence passing. #2906.
2008-06-03 Benjamin Petersonmake test_mutex more elegant
2008-06-02 Walter DörwaldChange all functions that expect one unicode character...
2008-06-02 Thomas HellerFix the -x flag so that is does work.
2008-06-02 Thomas HellerFix misspelled sys.platform name and misspelled filename.
2008-06-02 Martin v. LöwisPatch #2125: Add GetInteger and GetString methods for
2008-06-02 Gregory P.... Fix issue 2782: be less strict about the format string...
2008-06-01 Gregory P.... Adds a Thread.getIdent() method to provide the _get_ide...
2008-06-01 Gregory P.... Make the _H #define's match the header file names....
2008-06-01 Georg BrandlDeprecate htmllib and sgmllib for 3.0.
2008-06-01 Georg BrandlGenerate pydoc's topic help from the reST docs via...
2008-06-01 Georg BrandlSpaces vs. tabs.
2008-06-01 Benjamin Petersonadd a warning about bgen being removed
2008-06-01 Robert SchuppeniesFix test_sys.
2008-06-01 Georg BrandlFix test_descrtut.
2008-06-01 Georg BrandlSome style nits. Also clarify in the docstrings what...
2008-06-01 Georg BrandlAdd plain text make target.
2008-06-01 Robert SchuppeniesIssue #2898: Added sys.getsizeof() to retrieve size...
2008-06-01 Martin v. LöwisTypo: encoding -> codeset.
2008-06-01 Martin v. LöwisMove sys_stream and sys_isatty out of the have-langinfo...
2008-06-01 Martin v. LöwisNew environment variable PYTHONIOENCODING.
2008-05-31 Gerhard HäringFixed rowcount for SELECT statements. They're -1 now...
2008-05-31 Georg Brandl#3005: add explaining sentence to easydialogs docs.
2008-05-31 Georg Brandl#3010: clarification about stdin/use_rawinput.
2008-05-31 Mark SummerfieldAdded a note to [] that special forms & special chars...
2008-05-31 Mark HammondFix bdist_wininst --user-access-control for win2k
2008-05-31 Raymond HettingerImplement heapq in terms of less-than (to match list...
next