]> granicus.if.org Git - python/shortlog
python
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...
2006-02-19 Georg BrandlBug #801349: document that start/stop/step slice argume...
2006-02-18 Georg BrandlAdd sizeof() instead of hardcoding variable length
2006-02-18 Georg BrandlPatch #977553: speed up RegEnumKey call
2006-02-18 Neal NorwitzRemove unused variable
2006-02-18 Georg BrandlPatch #1426648: urllib proxy_bypass broken
2006-02-18 Georg BrandlPatch #1415507: clarify docs on reference stealing
2006-02-18 Georg BrandlPatch #1393157: os.startfile() now has an optional...
2006-02-18 Georg BrandlBug #1366000: cleanup BZ2File.seek() logic. Fixes the...
2006-02-18 Neal NorwitzThis should get test_timeout to pass when running on...
2006-02-18 Georg BrandlPatch #1373643: The chunk module can now read chunks...
2006-02-18 Martin v. LöwisFix intptr_t fallback for Py_ssize_t.
2006-02-18 Martin v. LöwisFix typo.
2006-02-18 Martin v. LöwisFix size computation on Win64.
2006-02-18 Tim PetersSuppress new deprecation warnings when running the
2006-02-18 Tim PetersChanged the new deprecation warning to show the
2006-02-18 Tim PetersWhitespace normalization.
2006-02-17 Georg BrandlMove test case for HTTP response dict to httplib.
2006-02-17 Georg BrandlMove "httpresponses" dict from urllib2 to httplib where...
2006-02-17 Martin v. LöwisRemove size constraints in SLICE opcodes.
2006-02-17 Martin v. LöwisMake ssize_t-clean.
2006-02-17 Georg BrandlAdd NEWS entry to previous checkin.
2006-02-17 Georg BrandlPatch #1417555: SimpleHTTPServer now returns Last-Modif...
2006-02-17 Georg BrandlUpdate "undocumented modules" section.
2006-02-17 Georg BrandlAdd deprecation warning to modules deprecated since...
2006-02-17 Georg BrandlAdd deprecation notices to modules deprecated since...
2006-02-17 Thomas WoutersFix typo.
2006-02-17 Georg BrandlBug #1430298: It is now possible to send a mail with...
2006-02-17 Georg BrandlAdd bug number to NEWS entry.
2006-02-17 Georg BrandlThe names of lambda functions are now properly displaye...
2006-02-17 Georg BrandlBug #1432350: arrayobject should use PyObject_VAR_HEAD
2006-02-17 Martin v. LöwisPatch #1432345: Make python compile on DragonFly.
2006-02-17 Martin v. LöwisRemove size restrictions.
2006-02-17 Tim Petersmmap_flush_method(): Squash compiler warning about
2006-02-17 Tim PetersRemove space between function name and left paren
2006-02-16 Tim PetersRemoved pointless parens around `return` expressions;
2006-02-16 Tim PetersTrimmed trailing whitespace.
2006-02-16 Tim Petersnew_mmap_object(), Windows flavor.
2006-02-16 Thomas WoutersMore Py_ssize_t format characters.
2006-02-16 Tim Petersstruct_pack(): Repair new assert-fail crash in
2006-02-16 Thomas WoutersUse proper PyArg_Parse format char for Py_ssize_t,...
2006-02-16 Thomas WoutersUse correct PyArg_Parse format char for Py_ssize_t...
2006-02-16 Thomas WoutersAlso make _heapq.nlargest() use Py_ssize_t instead...
2006-02-16 Thomas WoutersUse 'n' format for Py_ssize_t variables to PyArg_ParseT...
2006-02-16 Thomas WoutersUse correct format specifier for Py_ssize_t variable...
2006-02-16 Thomas WoutersUse Py_ssize_t in helper function between Py_ssize_t...
2006-02-16 Thomas WoutersAdd encoding-test datafiles to svn:ignore:
2006-02-16 Martin v. LöwisDrop vsextcomp_verbose
2006-02-16 Thomas WoutersFix broken example of csv.reader use (it returns an...
2006-02-16 Martin v. LöwisChange _PyObject_GC_Resize to expect Py_ssize_t.
2006-02-16 Martin v. LöwisFix typo
2006-02-16 Martin v. LöwisMove cast to suppress warning.
2006-02-16 Martin v. LöwisUse Py_ssize_t to count the
2006-02-16 Martin v. LöwisUse Py_ssize_t to count the length.
2006-02-16 Martin v. LöwisUse Py_ssize_t for counts and sizes.
2006-02-16 Martin v. LöwisUse Py_ssize_t for counts and sizes.
2006-02-16 Martin v. LöwisUse Py_ssize_t for field sizes and offsets.
2006-02-16 Martin v. LöwisAllow for ssize_t field offsets.
next