]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2006-02-27  Thomas WoutersClarify C-style exception handling with proper label...
2006-02-27  Thomas WoutersFix assertions.
2006-02-27  Guido van RossumPEP 343 -- the with-statement.
2006-02-27  Martin v. LöwisStart of a source code unparser.
2006-02-27  Neal NorwitzEven though we don't currently use unicode or complex...
2006-02-27  Brett CannonDon't filter out OverflowWarning; should be a test...
2006-02-27  Martin v. LöwisMake or_test similar to test, not testlist.
2006-02-27  Martin v. LöwisSkip over doc strings.
2006-02-27  Thomas WoutersConvert array.array.insert to use Py_ssize_t (like...
2006-02-27  Jeremy HyltonFix parsing of subscriptlist.
2006-02-27  Martin v. LöwisMore unconsting.
2006-02-27  Tim PetersPatch 1413181, by Gabriel Becedillas.
2006-02-27  Thomas WoutersAnd some more cleanup.
2006-02-27  Thomas WoutersClean up from-import handling.
2006-02-27  Martin v. Löwisunconst.
2006-02-27  Jeremy HyltonSimplify ast_for_trailer() in anticipation of more...
2006-02-27  Tim PetersTrimmed trailing whitespace.
2006-02-27  Neal NorwitzAdd an entry for 308
2006-02-27  Thomas WoutersFix old not-reading-pep-308-right artifact.
2006-02-27  Martin v. LöwisRevert backwards-incompatible const changes.
2006-02-27  Neal NorwitzNote version added for conditional expressions
2006-02-27  Thomas WoutersUpdate for PEP 308 patch.
2006-02-27  Martin v. LöwisHandle testlist_safe and or_test like testlist.
2006-02-27  Martin v. LöwisAlias non-terminals introduced for backwards compatibility.
2006-02-27  Thomas WoutersFix assertion errors in debug build, brought on by...
2006-02-27  Martin v. LöwisCreate _ast module.
2006-02-27  Martin v. LöwisCheck for a not-found rlconf.h by testing for None.
2006-02-27  Anthony Baxterregenerated. please read PEP 306 when changing Python...
2006-02-27  Thomas WoutersPEP 308 implementation, including minor refdocs and...
2006-02-27  Martin v. LöwisAvoid reinitializing the types twice.
2006-02-26  Martin v. LöwisStop generating empty arrays.
2006-02-26  Neal NorwitzOops, I forgot to check this in with the change to...
2006-02-26  Martin v. LöwisCheck whether there are flags.
2006-02-26  Martin v. LöwisFix iterating over cmpop_ty lists.
2006-02-26  Martin v. LöwisGenerate code to recursively copy an AST into
2006-02-26  Brett CannonRemove line meant to test trailing whitespace since...
2006-02-26  Tim PetersWhitespace normalization.
2006-02-25  Guido van RossumOops. Fix syntax for C89 compilers.
2006-02-25  Guido van Rossum- Patch 1433928:
2006-02-25  Neal NorwitzPer discussion on python-dev, remove CO_GENERATOR_ALLOW...
2006-02-25  Brett CannonMove the vimrc file to the newly created Vim/ directory.
2006-02-25  Brett CannonAdd a script that auto-generates a Vim syntax highlight...
2006-02-24  Neal NorwitzImplement change suggested by Jiwon Seo on python-dev.
2006-02-24  Neal NorwitzFix a couple of warnings on Mac OS X.
2006-02-23  Jack JansenOn OSX, use --arch_only `arch` in stead of --arch_only...
2006-02-23  Jack JansenIf the readline library is found try and determine...
2006-02-23  Jack JansenGot rid of byte-order dependencies.
2006-02-22  Georg BrandlFix casing of function names.
2006-02-22  Georg BrandlRFE #1436243: make integers in [0..256] preallocated.
2006-02-22  Neal NorwitzAllow buildbot to pass extra test flags to regrtest...
2006-02-22  Neal NorwitzGeorge Yoshida's fix.
2006-02-21  Georg BrandlAdd test for classmethod ./. keyword args.
2006-02-21  Georg BrandlMake staticmethod and classmethod complain about keywor...
2006-02-21  Georg Brandlfix typo
2006-02-21  Georg BrandlDocument "multifile" as deprecated.
2006-02-21  Tim PetersAt Brian Wichmann's request, added words warning against
2006-02-21  Walter DörwaldFix table header.
2006-02-21  Tim PetersTrimmed trailing whitespace.
2006-02-21  Georg BrandlFix typo in functional module
2006-02-21  Tim PetersSuppress another deprecation warning in the tests.
2006-02-21  Guido van RossumNETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on...
2006-02-20  Georg BrandlBug #1086854: Rename PyHeapType members adding ht_...
2006-02-20  Tim PetersWhitespace normalization.
2006-02-20  Georg BrandlBug #947571: By default, urllib.urlopen() does not...
2006-02-20  Georg BrandlBug #1210377: close bsddb cursor correctly after NotFou...
2006-02-20  Neal NorwitzBased on discussion with Martin and Thomas on python...
2006-02-20  Georg BrandlPatch #931938: prevent setting sys.prefix to ""
2006-02-20  Georg BrandlBug #1102649: add a note to pickle docs that pickle...
2006-02-20  Georg BrandlBug #1013800: document PyFunction_* functions
2006-02-20  Martin v. LöwisDetect Win64 builds.
2006-02-20  Georg BrandlBug #1323369: document possible values of sys.getwindow...
2006-02-20  Martin v. LöwisLet the SDK setup override distutils logic.
2006-02-20  Georg BrandlBug #1101233: fix test_fcntl on netbsd2 platform.
2006-02-20  Georg Brandlbug #872175: add --with-fpectl to README
2006-02-20  Georg BrandlBug #854823: socketmodule now builds on Sun platforms...
2006-02-20  Georg BrandlBug #1413790: zipfile now sanitizes absolute archive...
2006-02-19  Tim PetersWhitespace normalization.
2006-02-19  Tim PetersRepair new test failures on Windows due to
2006-02-19  Thomas WoutersFix typpo.
2006-02-19  Neal NorwitzFix compiler warning on amd64. We can't use zd here...
2006-02-19  Neal NorwitzFix compiler warning (int vs Py_ssize_t mismatch
2006-02-19  Neal NorwitzMinor tweaks
2006-02-19  Neal NorwitzGenerators have been permanent for a while. This comme...
2006-02-19  Neal NorwitzIgnore the tests which report leaks sporadically.
2006-02-19  Hye-Shik ChangFix a build problem introduced by r42230.
2006-02-19  Georg BrandlRemove two instances of trailing commas. Resolves patch...
2006-02-19  Marc-André... Fix the encodings package codec search function to...
2006-02-19  Georg BrandlClarify how hook_compressed determines how to open...
2006-02-19  Georg BrandlPatch #1215184: FileInput now can be given an opening...
2006-02-19  Georg BrandlPatch #1212287: fileinput.input() now has a mode parame...
2006-02-19  Georg BrandlPatch #1215184: fileinput now has a fileno() function...
2006-02-19  Georg BrandlPatch #1349274: gettext.install() now optionally instal...
2006-02-19  Georg BrandlPatch #1337756: fileinput now accepts Unicode filenames.
2006-02-19  Georg BrandlPatch #1352711: make zipimport raise a complete IOError
2006-02-19  Tim Peterstest_gopher(): Squash another deprecation
2006-02-19  Tim PetersPyEnumKey(): Stop including the trailing NUL byte
2006-02-19  Tim PetersPyEnumKey(): Remove unused local.
2006-02-19  Georg BrandlAdd a unit test for bug fix #1396678.
2006-02-19  Georg BrandlBug #1396678: a closed bsddb.DB raises AttributeError...
2006-02-19  Neal NorwitzThis fixes test _locale failing on macteagle (Mac OS...
next