]> granicus.if.org Git - python/shortlog
python
2005-10-17 Raymond HettingerDrop permissions for Gregory K Johnson.
2005-10-16 Raymond HettingerAdd Nick Coghlan
2005-10-15 Raymond HettingerTeach unquote() to handle unicode inputs
2005-10-14 Vinay SajipOptimised Placeholders handling of child loggers by...
2005-10-12 Neal NorwitzSF bug #1323739, C API doc for PySequence_Tuple duplicated
2005-10-11 Fred Drakefix stupid typo
2005-10-11 Vinay SajipAdded Host and Content-type headers to requests sent...
2005-10-11 Neal NorwitzSF bug #1323294, Minor error in the Library Reference...
2005-10-10 Marc-André... Clarify the docs for Py_UNICODE.
2005-10-09 Walter DörwaldBug #1245379: Add "unicode-1-1-utf-7" as an alias for...
2005-10-09 Walter DörwaldRemove trailing spaces.
2005-10-09 Walter DörwaldFix indentation.
2005-10-08 Georg BrandlFix errors in _synthesize because of missing basename...
2005-10-08 Guido van RossumFix unit test failure -- the output received from Pytho...
2005-10-07 Vinay SajipFixed bug where the logging message was wrongly being...
2005-10-06 Walter DörwaldPart of SF patch #1313939: Speedup charmap decoding...
2005-10-06 Hye-Shik ChangChange the internal "undefined codepoint" mark for...
2005-10-05 Raymond HettingerSF #1313496: bisect C replacement doesn't accept named...
2005-10-04 Neal NorwitzGet "make install" working again after adding Lib/test...
2005-10-04 Neal NorwitzMake close brace a paren to match open.
2005-10-04 Neal NorwitzArmin caught this mistake in bug #973103.
2005-10-04 Neal Norwitzopen_new_win does not exist. use UNIX consistently...
2005-10-04 Neal NorwitzFix pychecker warnings
2005-10-03 Kurt B. KaiserIncorporate Tal Einat's comment on Patch 936169: Fixes...
2005-10-03 Kurt B. KaiserTweak CodeContext.py docstrings, comments, and names.
2005-10-03 Raymond HettingerCorrect docs for empty raise when no exception is active.
2005-10-03 Fred Drakefix link to subsection (SF bug #1311674)
2005-10-03 Georg BrandlPatch #754022: Greatly enhanced webbrowser.py.
2005-10-03 Neal Norwitzsuppress more errors on my box, most are gentoo specifi...
2005-10-03 Neal NorwitzSF Bug #1008310, os.major() os.minor() example and...
2005-10-03 Neal NorwitzFix SF bug #991735, os.access reports true for read...
2005-10-03 Neal NorwitzFix SF bug #976608, Unhelpful error message when mtime...
2005-10-03 Neal NorwitzSF Bug # 941346, AIX shared library fix
2005-10-03 Neal NorwitzSF bug #887946, segfault if redirecting directory
2005-10-03 Neal NorwitzSF Bug #1308042, platform dependent behaviour (Windoze...
2005-10-03 Neal NorwitzSF patch #1227568, Expression AST node not documented.
2005-10-03 Neal NorwitzSF patch #1227568, bug #1219273, Expression AST node...
2005-10-02 Kurt B. KaiserIncreased performance in CodeContext extension Patch...
2005-10-02 Neal Norwitz- Fix segfault with invalid coding.
2005-10-01 Georg BrandlFix PyString_Format so that the "%s" format works again...
2005-10-01 Georg Brandlbug [ 729103 ] Cannot retrieve name of super object
2005-09-30 Michael W.... Forward port bugfix:
2005-09-30 Neal NorwitzPatch #1309009, Fix segfault in pyexpat when the XML...
2005-09-29 Georg Brandlpatch [ 1300515 ] xdrlib.py: pack_fstring() did not...
2005-09-29 Georg Brandlbug [ 1298120 ] shlex does not support unicode
2005-09-29 Georg Brandlbug [ 1296004 ] MemoryError in httplib
2005-09-29 Georg BrandlFix parse errors in readline module when compiling...
2005-09-28 Georg Brandlbug [ 1306449 ] PyString_AsStringAndSize() return value...
2005-09-27 Martin v. LöwisUse lzx:21 for compression. Backported to 2.4
2005-09-26 Vinay SajipMinor clarification of effective level calculation
2005-09-25 Armin Rigosome more fixes and tests for inspect.getsource(),...
2005-09-25 Georg BrandlCommit memory leaking fix.
2005-09-24 Armin Rigo(pedronis, arigo)
2005-09-24 Raymond HettingerConvert iterator __len__() methods to a private API.
2005-09-24 Hye-Shik ChangPatch #1288833: Removed thread lock from socket.getaddr...
2005-09-23 Peter AstrandChanged license header: Now simply referring to PSF...
2005-09-23 Skip MontanaroThe key to the various sort columns got lost. Pulled...
2005-09-23 Neal NorwitzSF #1297059, doc incorrect return type for search(...
2005-09-22 Fred Drakeupdate URL into the Python wiki
2005-09-22 Michael W.... Patches #1298449 and #1298499: Add some missing checks...
2005-09-21 Jack JansenMacOSX 10.4 apparently does not allow the creation...
2005-09-21 Neal NorwitzSF Patch #1297028, cjkcodecs does not initialize type...
2005-09-20 Jack JansenAdded a class MallocHeapOutputBufferType for types...
2005-09-20 Guido van RossumUpdate 64-bit AIX and HP-UX build instructions (forward...
2005-09-20 Armin RigoC89 compliance.
2005-09-20 Armin Rigotest and fix for buggy handling of exceptions raised...
2005-09-20 Guido van Rossum- On 64-bit platforms, when __len__() returns a value...
2005-09-20 Armin Rigoclean-up tracing of C functions. In particular, don...
2005-09-20 Armin RigoRemoved a check "if (args != NULL)" which is always...
2005-09-20 Armin RigoDon't call memset() before checking that the ptr is...
2005-09-20 Jack JansenAdded support for (optionally) bracketing calls with
2005-09-20 Matthias Klose- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE...
2005-09-19 Guido van RossumA minor fix for 64-bit platforms: when __len__() return...
2005-09-19 Armin RigoReverted revision 1.83, which introduced a bug and...
2005-09-19 Neal NorwitzNote fix of memory leak.
2005-09-19 Neal NorwitzRemove unnecessary/extra parens when returning a value.
2005-09-19 Neal NorwitzForward port fixes for problems reported by valgrind
2005-09-19 Skip Montanaroskip _locale test if OS X < 10.4
2005-09-18 Martin v. LöwisPatch #1268314: Cache lines in StreamReader.readlines...
2005-09-18 Martin v. LöwisPatch #1213831: Fix typo in unicodedata._getcode.
2005-09-17 Georg BrandlTest case for latest complexobject fix.
2005-09-16 Vinay SajipAdded lock acquisition around handler removal from...
2005-09-16 Raymond HettingerNo longer ignore exceptions raised by comparisons durin...
2005-09-16 Georg Brandlpatch [ 1118729 ] Error in representation of complex...
2005-09-16 Brett CannonChange type on variable to silence gcc 4 warning. ...
2005-09-15 Georg Brandlpatch [ 1277677 ] tkinter hello world example bug
2005-09-15 Georg Brandlpatch [ 1119423 ] python -c readlink()s and stat()s...
2005-09-15 Georg Brandlfix typo
2005-09-15 Georg Brandlbug [ 868706 ] Calling builtin function 'eval' from...
2005-09-15 Brett CannonClear out the regex cache when the TimeRE cache is...
2005-09-14 Georg Brandl*** empty log message ***
2005-09-14 Georg Brandlbug [ 1007046 ] os.startfile() doesn't accept Unicode...
2005-09-14 Georg Brandlbug [ 1274828 ] splitunc not documented
2005-09-14 Georg BrandlComplete format code support in getargs.c::skipitem...
2005-09-14 Georg BrandlComplete format code support in getargs.c::skipitem...
2005-09-14 Guido van Rossum- Changes donated by Elemental Security to make it...
2005-09-14 Guido van Rossum- Changes donated by Elemental Security to make it...
2005-09-14 Georg Brandlcomma nit
2005-09-14 Gustavo NiemeyerBug #1202493: Fixing SRE parser to handle '{}' as perl...
2005-09-14 Georg BrandlPatch #1290454: Fix reload() error message when parent...
next