]> granicus.if.org Git - python/shortlog
python
2004-07-28 Marc-André... Added new codec hp-roman8 submitted as patch [ 996067...
2004-07-28 Andrew M. KuchlingAdd new encodings
2004-07-28 Fred DrakeSince build_py handles package data installation, the...
2004-07-28 Skip MontanaroA little boolean music if you please, maestro... (Not...
2004-07-28 Hye-Shik ChangRemove unused source file from Windows project files.
2004-07-28 Hye-Shik ChangAdd missing _codecs_iso2022 module of cjkcodecs. I...
2004-07-28 Hye-Shik ChangRemove CJKCodecs implementation of UTF-7 and UTF-8...
2004-07-28 Neal NorwitzAdd versionadded info
2004-07-27 Tim PetersAck, removed useless import of os I just introduced.
2004-07-27 Tim PetersAdded a new fileno() method. ZODB's repozo.py wants...
2004-07-27 Martin v. LöwisUse intptr_t/uintptr_t on Windows
2004-07-27 Martin v. LöwisSwitch arguments to memset (kudos to MSVC C4318 for...
2004-07-27 Martin v. LöwisProperly check for Win64 compilers.
2004-07-27 Andrew M. KuchlingAdd an item
2004-07-27 Martin v. LöwisPatch #995766: Keyword argument support in cPickle.
2004-07-27 Martin v. LöwisPatch #998149: imaplib deleteacl and myrights.
2004-07-26 Andrew M. KuchlingAdd some items
2004-07-26 Andrew M. KuchlingTwo typo fixes
2004-07-26 Andrew M. Kuchling[Bug #997166] Fix example
2004-07-26 Fred Drakefix information about what flag database files are...
2004-07-26 Martin v. LöwisPatch #962487: Don't crash for empty locale names.
2004-07-26 Martin v. LöwisPatch #605370: Add description[s] for RFC 2980 compliance.
2004-07-26 Martin v. LöwisPatch #995782: Add FreeBSD 5 expectations. Will backpor...
2004-07-26 Martin v. LöwisPatch #997668: Correct explanation of salts.
2004-07-26 Tim PetersExplain that most floats are actually integers. This...
2004-07-26 Tim PetersTypo in new docs.
2004-07-26 Tim PetersSF bugs 996748: os.environ documentation should indica...
2004-07-25 Martin v. LöwisGenerate rc[_d].h after linking
2004-07-24 Tim PetersSF bug 996392: math and cmath docs don't specify radians
2004-07-24 Skip Montanaroadded test for bug #996359.
2004-07-24 Skip Montanaroadd missing newlines to read/readline.
2004-07-23 Thomas HellerFactored out a method to determine the final installer...
2004-07-23 Thomas HellerMake the distutils version number the same as the pytho...
2004-07-23 Thomas Hellerbdist_wininst does now properly handle unicode strings...
2004-07-23 Marc-André... Add news item for u'%s' change.
2004-07-23 Marc-André... Let u'%s' % obj try obj.__unicode__() first and fallbac...
2004-07-23 Thomas HellerFix an uncorrect function prototype.
2004-07-23 Marc-André... Remove copyright notices from gencodec.py output.
2004-07-23 Tim PetersWhitespace normalization.
2004-07-23 Tim PetersA few trivial edits.
2004-07-22 Raymond HettingerSF bug #995983 and #995987: Documentation nits.
2004-07-22 Gustavo NiemeyerThis change implements the following gettext features, as
2004-07-22 Tim PetersSF bug 994255: Py_RETURN_NONE causes too much warnings
2004-07-22 Tim PetersSF patch 995225: tarfile.py fix for bug #990325
2004-07-21 Andrew M. Kuchling[Bug #990524] Fix typo
2004-07-21 Fred Drakeelaborate package data test to make sure get_outputs...
2004-07-21 Fred Drakerevise wording to avoid confusion for non-native Englis...
2004-07-21 Fred Drakerevise wording to avoid confusion for non-native Englis...
2004-07-21 Vinay SajipAdded an extra example to the basic example section
2004-07-21 Andrew M. KuchlingUpdate Decimal section to match the current module
2004-07-21 Andrew M. KuchlingAdd PEP 331; add constancy of None; minor edits
2004-07-21 Martin v. LöwisPatch #984714: Properly diagnose E_DECODE errors.
2004-07-21 Tim PetersThread.__delete: Discussion of internal obscurities...
2004-07-21 Kurt B. KaiserEditorWindow.py was not finding the .chm help file...
2004-07-21 Skip Montanarofix typo, highlight True/False correctly
2004-07-21 Brett CannonFix bug where a KeyError was raised if -O was being...
2004-07-21 Neal NorwitzSF #994605, fcntl example is broken
2004-07-20 Neal NorwitzFix SF #994580, typo in time.tzsets docstring. Backpor...
2004-07-20 Neal NorwitzRemove unused variables
2004-07-20 Neal NorwitzSF #918101, allow files >= 8 GB using GNU extension
2004-07-20 Neal NorwitzSF #857297 and 916874, improve handling of hard links...
2004-07-20 Neal NorwitzSF #846659, fix bufsize violation and GNU longname...
2004-07-20 Martin v. LöwisAdd Itanium targets.
2004-07-20 Brett CannonFix bug in addsitedir() to properly handle the lack...
2004-07-20 Hye-Shik Changossaudiodev is available on FreeBSD 5 too.
2004-07-19 Martin v. LöwisPatch #984654: Add more address family constants.
2004-07-19 Neal NorwitzMove comment that goes along with audioop
2004-07-19 Martin v. LöwisPatch #993173: Enable audioop on 64-bit platforms.
2004-07-19 Martin v. LöwisPatch #993187: Make rstrip doc similar to lstrip.
2004-07-19 Neil SchemenauerCheck the type of values returned by __int__, __float__...
2004-07-19 Neil SchemenauerDon't return spurious empty fields if 'keep_empty_value...
2004-07-19 Thomas HellerThe binary layout of cfgdata has changed, so the magic...
2004-07-19 Thomas HellerThe binary layout of cfgdata has changed, so the magic...
2004-07-19 Thomas HellerThe binary layout of cfgdata has changed, so the magic...
2004-07-19 Hye-Shik Changtest_codecmaps_hk is also expected to be skipped when...
2004-07-19 Neal NorwitzGet doc to build (add missing backslash)
2004-07-19 Raymond HettingerSilence a GCC unused variable warning in debug builds.
2004-07-19 Neal NorwitzDon't try to create the directory if it already exists...
2004-07-18 Tim PetersRecord that FCNTL.py has gone away; remove FCNTL hack...
2004-07-18 Andrew M. KuchlingRemove FCNTL.py, following python-dev discussion
2004-07-18 Tim Peterstest_sf_950057's gen1() used an assert statement, which...
2004-07-18 Tim PetersWhitespace normalization. Had to break guido's lock...
2004-07-18 Hye-Shik ChangTeach VC6 project file about the new cjkcodecs structure.
2004-07-18 Hye-Shik ChangReplace an extern magic to assigning declared pointer...
2004-07-18 Hye-Shik ChangOops -kb bit had been in my CVS/Entries. Converting...
2004-07-18 Hye-Shik Changcjkcodecs/mapdata_*.c are removed by the recent import...
2004-07-18 Hye-Shik ChangRemove unused CNS-11643 mapping which shouldn't merged...
2004-07-18 Tim PetersRepair bizarre generated Python.
2004-07-18 Tim PetersIgnore more encoding input files.
2004-07-18 Tim PetersIgnore input files for encoding tests (these aren't...
2004-07-18 Tim PetersWhitespace normalization, via reindent.py.
2004-07-18 Tim PetersWhitespace normalization, via reindent.py.
2004-07-18 Tim PetersWhitespace normalization. Ran reindent.py over the...
2004-07-18 Tim PetersWTF is with this script? It contained illegal syntax...
2004-07-18 Tim PetersWoo hoo! All the encoding tests pass on Windows (...
2004-07-18 Tim PetersRepair MS compiler warning about signed-vs-unsigned...
2004-07-18 Tim PetersMore cjkcodecs recovery: Python at least compiles...
2004-07-18 Tim PetersAdded a comment explaining the extern ugliness.
2004-07-18 Tim PetersChanged the "predefinitions" of codec_list and mapping_...
2004-07-18 Tim PetersTeach VC 7.1 about the new cjkcodecs structure. This...
next