]> granicus.if.org Git - python/shortlog
python
2006-04-01 Tim Peterstest_timeout(): Disable this new test on all platforms.
2006-04-01 Anthony BaxterAdd a clause to the PY_FORMAT_SIZE_T to stop warnings...
2006-04-01 Anthony Baxtermerged the sqlite-integration branch.
2006-04-01 Tim PetersAnother crack at bug #1460340: make random.sample...
2006-03-31 Thomas WoutersIn the fdopen(fd, 'a') case on UNIX, don't try to set...
2006-03-31 Georg BrandlMake test_socket_ssl finally pass on WIn
2006-03-31 Georg BrandlBug #1177964: make file iterator raise MemoryError...
2006-03-31 Georg BrandlAdd guards against fcntl() not being available on Windows.
2006-03-31 Georg BrandlUpdate version number to 2.5
2006-03-31 Georg Brandlbug #1461855: make os.fdopen() add the O_APPEND flag...
2006-03-31 Georg Brandlbug #1257988: don't bail out on gethostbyname(gethostna...
2006-03-31 Georg Brandlbug #1444104: add note about fdopen() to os.open().
2006-03-31 Georg BrandlDisable test_socket_ssl timeout test on Windows.
2006-03-31 Georg BrandlPatch #1460496: round() now accepts keyword arguments.
2006-03-31 Georg BrandlBug #1445068: getpass.getpass() can now be given an...
2006-03-31 Georg BrandlPatch #1462313, bug #1443328: the pickle modules now...
2006-03-31 Georg BrandlPatch #1380952: fix SSL objects timing out on consecuti...
2006-03-31 Georg BrandlBug #1250170, Patch #1462230: handle socket.gethostname()
2006-03-31 Jeremy HyltonExpand comments.
2006-03-31 Martin v. LöwisAdd 2.5 libraries.
2006-03-31 Georg Brandltypos
2006-03-31 Georg Brandltraceback now shows error position for all SyntaxError...
2006-03-31 Georg BrandlComplete markup.
2006-03-31 Thomas WoutersFix the reference leak in test_generators, by explicitl...
2006-03-31 Walter DörwaldBug #947906: An object oriented interface has been...
2006-03-31 Martin v. LöwisTagging for release r25a0
2006-03-31 Martin v. LöwisRemove tag, to recreate it right away. v2.5a0
2006-03-31 Georg BrandlAdd index entries for new-style/old-style class.
2006-03-31 Georg Brandlobject() is a function, not a base class.
2006-03-31 Georg BrandlBug #1461610: xmlrpclib has no function "binary".
2006-03-31 Walter DörwaldFix typos.
2006-03-31 Walter DörwaldDon't add multiple empty lines at the end of the codec...
2006-03-31 Walter DörwaldClarify what the final argument does in
2006-03-31 Neal NorwitzAdd a NEWS entry for the Alpha fixes
2006-03-31 Neal NorwitzGet gcc to do strict IEEE math. This flag was already...
2006-03-31 Fred Drakeimprove reporting of illegal section nesting (provide...
2006-03-31 Fred Drakefix sectioning: cannot skip section levels
2006-03-31 Tim Peterstest_main(): Restore the decimal context that was in
2006-03-31 Tim PetersRepaired a number of errors in this test:
2006-03-30 Barry WarsawSF patch #1458476 with modifications based on discussio...
2006-03-30 Guido van RossumInsert a safety space after numbers as well as names...
2006-03-30 Ronald OussorenAdd '-Wno-deprecated-warnings' to the compile flags...
2006-03-30 Thomas HellerTry to fix test_loading on openbsd.
2006-03-30 Thomas HellerOops - this should not have gone in.
2006-03-30 Thomas HellerOutput more info when the test fails.
2006-03-30 Armin RigoMinor bugs in the __index__ code (PEP 357), with tests.
2006-03-30 Anthony Baxterwhitespace normalisation
2006-03-30 Georg BrandlThat one was a mistake.
2006-03-30 Georg BrandlRemove unnecessary casts from type object initializers.
2006-03-30 Georg BrandlRemove unnecessary casts in type object initializers.
2006-03-30 Thomas HellerTry to build _ctypes on x86 openbsd.
2006-03-30 Armin RigoChecking in the test for PEP 357.
2006-03-30 Anthony BaxterFixed bug #1459029 - unicode reprs were double-escaped.
2006-03-30 Anthony BaxterFixed bug #1459029 - unicode reprs were double-escaped.
2006-03-30 Phillip J. EbyMark the upload command as new in 2.5, per Neal Norwitz...
2006-03-30 Fred Drakefill in refcount information for APIs first documented...
2006-03-30 Fred Drakemerge revision 43437 from the release24-maint branch:
2006-03-30 Phillip J. EbyOops, forgot to checkin the NEWS for --identity
2006-03-30 Phillip J. EbyImplementation for patch request #1457316: support...
2006-03-29 Raymond HettingerSF bug #1460340: random.sample can raise KeyError
2006-03-28 Tim PetersIn format strings slinging Py_ssize_t, unconditionally
2006-03-28 Armin Rigoadd the ctypes.test subpackage to a normal Unix install...
2006-03-28 Armin Rigofix a comment.
2006-03-28 Georg BrandlRevert r43399.
2006-03-28 Armin Rigoanswer a question from a comment
2006-03-28 Martin v. LöwisMove product_codes in their own file.
2006-03-28 Georg Brandldocument sys.maxint in std objects
2006-03-28 Georg BrandlBug #1459103: add inter-section links for strftime...
2006-03-28 Georg BrandlBug #1459963: urllib2 now normalizes HTTP header names...
2006-03-28 Thomas HellerMake the tests succeed with -Qnew: Do not rely on the...
2006-03-28 Georg BrandlMake uu use floor division instead of classic division.
2006-03-28 Georg BrandlMake test_augassign pass with -Qnew and convert to...
2006-03-28 Georg BrandlMake xdrlib use floor division instead of classic division.
2006-03-28 Georg BrandlMake test_coercion pass with -Qnew. Converted to unitte...
2006-03-28 Thomas WoutersIn true regression-test spirit, make sure the
2006-03-28 Thomas WoutersAdd an example of a generator->freevar->cell->generator...
2006-03-28 Georg BrandlMake test_decimal work with -Qnew.
2006-03-28 Martin v. LöwisCorrect case in test for Windows 9X.
2006-03-28 Tim PetersPart of bug 1459808: fiddle test_input_and_raw_input()
2006-03-28 Tim PetersPart of bug 1459808: fiddle so that this passes
2006-03-28 Neal NorwitzTry to get rid of a Coverity warning by consistently...
2006-03-28 Neal NorwitzAdd version added info for with statement and context...
2006-03-28 Phillip J. EbyDocument objects that can be used with the ``with`...
2006-03-28 Phillip J. EbyFix some missing imports
2006-03-28 Phillip J. EbyFix contextlib not copying function attributes
2006-03-27 Phillip J. EbyDocument the contextlib module.
2006-03-27 Phillip J. Ebydummy_thread needs to support PEP 343 too.
2006-03-27 Georg BrandlDocument change made to number of preallocated integers.
2006-03-27 Phillip J. EbyPatch #1459476: install PKG-INFO metadata alongside...
2006-03-27 Phillip J. EbyThe "with" statement needs a __future__. :)
2006-03-27 Phillip J. EbyDocument the "with" statement.
2006-03-27 Thomas WoutersMake itertools.tee and its internal teedataobject parti...
2006-03-27 Phillip J. EbyDocument the PEP 343 context manager protocol methods.
2006-03-27 Martin v. LöwisDrop information about 2.4 DLLs.
2006-03-27 Martin v. LöwisAllow supression of subwcrev.exe invocation on a per...
2006-03-27 Walter DörwaldWhitespace for generated code.
2006-03-27 Anthony BaxterTagging for release r25a0
2006-03-27 Anthony Baxteroops. lets try that one more time
2006-03-27 Anthony BaxterTagging for release r25a0
2006-03-27 Anthony BaxterTagging for release svn+ssh://pythondev@svn.python...
next