]> granicus.if.org Git - python/shortlog
python
2003-05-17 Tim Peterstest_subclass_date(): Beefed this up, to check that...
2003-05-17 Raymond HettingerInclude module name in doctest summary.
2003-05-17 Raymond HettingerUse test_support.run_doctest()
2003-05-17 Raymond HettingerProvide a clue that the doctests have run.
2003-05-16 Raymond HettingerMinor cleanups.
2003-05-16 Tim PetersTurns out there wasn't a need to define tp_free for...
2003-05-16 Tim PetersStopped using the old macro form of _PyObject_Del.
2003-05-16 Marc-André... Remove usage of re module from encodings package search...
2003-05-16 Tim Peterstest_fileno(): Skip this test on Windows.
2003-05-16 Raymond HettingerMissing parenthesis.
2003-05-16 Jim FultonAdded some missing PyObject* casts in the deallocators.
2003-05-16 Jim FultonAdded a missing PyObject* cast to the dealloc examples.
2003-05-16 Jim FultonRemoved the out of date and no-longer-referenced xxobje...
2003-05-16 Jim FultonRemoved reference to the out-of-date (and not very...
2003-05-16 Martin v. LöwisPatch #738325: Install optimized idlelib files.
2003-05-16 Raymond Hettinger* Added file globbing to make it easier to check many...
2003-05-16 Guido van RossumMore fixes according to SF 549151:
2003-05-16 Guido van RossumAdd docs for MessageBeep.
2003-05-16 Guido van RossumDon't replace an empty line with "pass" when symbol...
2003-05-15 Kurt B. Kaiser1. When a module is run from an EditorWindow, if its...
2003-05-15 Kurt B. Kaiser1. Add a command line switch to run without the subprocess
2003-05-15 Kurt B. Kaiser1. Make the startup more robust by not spawning the...
2003-05-15 Kurt B. Kaiser1. Restore the capability to run and debug without...
2003-05-15 Gregory P.... DB.remove() needs to set the internal DB handle to...
2003-05-14 Marc-André... Restore Python 1.5.2 compatibility.
2003-05-14 Raymond HettingerForward slash warnings now only occur for potentially...
2003-05-14 Kurt B. KaiserOn Windows the subprocess was not exiting during a...
2003-05-14 Skip Montanarodefer re module imports to help improve interpreter...
2003-05-14 Andrew M. Kuchling[Bug #471893] Replace security material with a warning...
2003-05-14 Fred Drakedocument Stats.dump_stats(), new for Python 2.3
2003-05-14 Fred Drake- add a dump_stats() method similar to that of the...
2003-05-14 Fred DrakeWhen an external application we use exits normally...
2003-05-14 Brett CannonFleshed out tests for urllib requiring a network connec...
2003-05-13 Brett CannonCall time.tzset (if available) just before calculating...
2003-05-13 Andrew M. KuchlingFix use of 'file' as a variable name.
2003-05-13 Guido van RossumAdd optional 'onerror' argument to os.walk(), to contro...
2003-05-13 Andrew M. KuchlingPrevent script from allowing '-r12'
2003-05-13 Andrew M. KuchlingRename sum5.py to md5sum.py, because sum5.py is more...
2003-05-13 Andrew M. KuchlingDon't use 'file' as a variable name
2003-05-13 Andrew M. Kuchling[Bug #724767] Avoid use of 'file' as a variable name
2003-05-13 Tony Lownds1. The command-line arguments for subprocesses no longe...
2003-05-13 Andrew M. Kuchling[Bug #713722] Delete dangling references to unwritten...
2003-05-13 Andrew M. Kuchling[Bug #724767] crlf.py uses the variable name file,...
2003-05-13 Andrew M. Kuchling[Bug #732124] Clarify .pos, .endpos by saying 'method...
2003-05-13 Andrew M. KuchlingRemove more markup from headers
2003-05-13 Andrew M. Kuchling[Bug #729297] Remove markup in section headers
2003-05-13 Andrew M. Kuchling[Bug #729817] Document the rexec and Bastion modules...
2003-05-13 Andrew M. KuchlingFix typo
2003-05-13 Brett CannonFixed test_anydbm_creates to use proper paths for the...
2003-05-13 Brett CannonFix and add reference to urllib.urlencode for parse_qsl...
2003-05-12 Raymond Hettinger* Added separate checks for matching braces.
2003-05-12 Brett CannonJohn J. Lee contributed two urllib2 patches.
2003-05-12 Fred DrakeFix broken API descriptions in comments.
2003-05-12 Tim PetersWhitespace normalization.
2003-05-12 Tim PetersEffectively renamed tokenize_tests.py to have a txt...
2003-05-12 Tim PetersClose the file after tokenizing it. Because the open...
2003-05-12 Tim Peterscmp_type(): The grammar stopped allowing '=' as a...
2003-05-12 Jim FultonUpdated simple example. This should have been checked...
2003-05-12 Fred DrakeAdd a specific mention of the term "operator overloadin...
2003-05-12 Brett CannonRemove assert that checked if a parameter was an instan...
2003-05-12 Brett CannonChange Request.add_header to call string.capitalize...
2003-05-12 Raymond HettingerFix minor typos.
2003-05-12 Kurt B. KaiserUpdate for SF 71033 and changes to subprocess threading
2003-05-12 Kurt B. Kaiser1. RemoteDebugger now runs user code in subprocess...
2003-05-11 Martin v. LöwisPatch #735613: Pass install-purelib to idleinstall.
2003-05-11 Martin v. LöwisPatch #718286: Support DESTDIR.
2003-05-11 Brett CannonBeefed up timezone support. UTC and GMT are now always...
2003-05-11 Martin v. LöwisUpdate patch #732284: Correct versions of OpenUNIX...
2003-05-10 Fred Drake- object is a class type, not a function
2003-05-10 Raymond HettingerMinor fixups.
2003-05-10 Raymond HettingerFix unbalanced parethesis.
2003-05-10 Raymond HettingerAdd table level validation and made minor fix-ups.
2003-05-10 Raymond HettingerMissing parenthesis found by texcheck.py
2003-05-10 Martin v. LöwisPatch #734231: Update RiscOS support. In particular...
2003-05-10 Martin v. LöwisPatch #612627: Add encoding attribute to file objects...
2003-05-10 Raymond HettingerAll two more modules with __all__.
2003-05-10 Raymond HettingerFix missing parenthesis.
2003-05-10 Raymond HettingerFixed spacing and unbalanced brackets or parenthesis.
2003-05-10 Raymond HettingerAdded a tool for making a rough check of LaTeX documents.
2003-05-10 Kurt B. Kaiser[ SF 710733 - Martin v. Loewis] Improving source encodi...
2003-05-10 Kurt B. Kaiser1. Update debugger to not trace RPC code even when...
2003-05-09 Fred DrakeMake this format again.
2003-05-09 Skip Montanaroadd a note about accessing user-defined functions with...
2003-05-09 Fred DrakeMake this format again.
2003-05-09 Jeremy HyltonReplace line somehow deleted before last checkin.
2003-05-09 Jeremy Hyltonhelp with MSVC 7 support in distutils
2003-05-09 Jeremy HyltonVariant of SF patch 614770: MSVC 7 support
2003-05-09 Jack JansenPydoc also needs its #! line massaged. Fixes #733199.
2003-05-09 Jack JansenPass DIRMODE and FILEMODE to Mac/OSX/Makefile on framew...
2003-05-09 Fred Drake- remove bogus \end{description}
2003-05-09 Just van Rossumadded note about autoGIL
2003-05-09 Jack JansenDocumented the new autoGIL module.
2003-05-09 Just van Rossumalso support cmd-. in the interactive window
2003-05-09 Michael W.... Simple fix for
2003-05-09 Jack JansenSuppress wartning on macfs import.
2003-05-09 Martin v. LöwisOnly look for krb5.h if ssl.h was found.
2003-05-09 Martin v. LöwisDeclare encoding. Use unsigned long constants. Fixes...
2003-05-09 Just van Rossumadd explicit support for cancelling a running script...
2003-05-09 Just van Rossummore dead code removal
2003-05-09 Just van Rossumdead code removal
next