]> granicus.if.org Git - python/shortlog
python
2002-02-28 Marc-André... Allow shebang's which use versioned Python binaries...
2002-02-28 Tim PetersFix 2.2.1 string.
2002-02-28 Tim PetersReserve a Windows build num for 2.2.1c1.
2002-02-27 Michael W.... Add 2002 to PSF copyrights.
2002-02-26 Guido van RossumSF patch #523169, by Samuele Pedroni.
2002-02-26 Jack JansenSome buffers needed to be unsigned char, not char.
2002-02-26 Andrew MacIntyreOS/2 EMX port changes (Python part of patch #450267):
2002-02-26 Andrew MacIntyreOS/2 EMX port changes (Objects part of patch #450267):
2002-02-26 Andrew MacIntyreOS/2 EMX port changes (Include part of patch #450267):
2002-02-26 Steven M. Gavabugfix for the problem where EditorWindow instances
2002-02-25 Guido van Rossumcanonic(): Fix by Edward K Ream to make breakpoints...
2002-02-25 Guido van RossumFix by Edward K Ream to make breakpoints work on Window...
2002-02-25 Guido van RossumEdward K. Ream.
2002-02-25 Guido van RossumFix by Edward K Ream to make breakpoints work on Window...
2002-02-25 Fred DrakeFix error in explanation of the interaction between...
2002-02-25 Marc-André... Add documentation about how the inter-module linking...
2002-02-24 Martin v. LöwisSet TCL_LIBRARY before import _tkinter. Suggested by...
2002-02-24 Martin v. LöwisPatch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX
2002-02-24 Martin v. LöwisAccept Unicode strings as SMTP TO addresses. Fixes...
2002-02-24 Andrew MacIntyreOS/2 EMX port Library and regression test changes:
2002-02-23 Steven M. Gavatracking changes to python idle:
2002-02-23 Martin v. LöwisPatch #520483: Make IDLE OutputWindow handle Unicode.
2002-02-23 Martin v. LöwisPatch #521714: fix pychecker warnings in ast.py.
2002-02-23 Martin v. LöwisPatch #521670: Remove unused sys import.
2002-02-23 Tim PetersSF bug #501591: dir() doc is old
2002-02-22 Greg WardGrammar tweak.
2002-02-22 Fred DrakeTypo: thsi -> this. Closes SF bug #521450.
2002-02-22 Andrew MacIntyreCreate and populate OS/2 EMX port platform specific...
2002-02-22 Piers Laudermoved command logging routines into IMAP4 class: thread...
2002-02-20 Thomas HellerFirst version which runs an install-script (specified...
2002-02-20 Fred DrakeCorrect the refcount information for the PyWeakref_GetO...
2002-02-19 Tim PetersSomebody made list.__dict__ grow a '__doc__' key, but...
2002-02-19 Neal NorwitzSF #515023. Make _DummyThread.join() signature match...
2002-02-19 Neal NorwitzSF #515041, Update path for 2.3
2002-02-18 Martin v. LöwisAllow __doc__ to be of arbitrary type. Patch by James...
2002-02-18 Steven M. Gavafurther work on config system
2002-02-18 Steven M. Gavahandle user theme and key set deletion
2002-02-17 Neil SchemenauerMove some opcodes to top of big eval_frame switch state...
2002-02-17 Tim PetersSF bug #497839: reindent chokes on empty first lines.
2002-02-17 Andrew MacIntyreCreate and populate OS/2 EMX port build directory:
2002-02-17 Tim PetersRepair so that importing socket doesn't blow up on...
2002-02-17 Tim PetersMoved the declaration of PySocketSock_Type from socketm...
2002-02-17 Tim PetersFor readability, switch to tab indents; was using a...
2002-02-16 Martin v. LöwisPatch #508038: Do not use a type as a variable name.
2002-02-16 Martin v. LöwisPatch #511193: Implement killpg in posixmodule.
2002-02-16 Martin v. LöwisPatch #515598: removed unused import of os.
2002-02-16 Martin v. LöwisRemove extraneous variable 'total', as reported by...
2002-02-16 Martin v. LöwisThe Grande 'sendall()' patch, copied from release21...
2002-02-16 Marc-André... Also fix the comment.
2002-02-16 Marc-André... Fix the name of the header file.
2002-02-16 Marc-André... Break SSL support out of _socket module and place it...
2002-02-16 Tim PetersWhitespace normalization.
2002-02-16 Tim PetersSF bug #516372: test_thread: unhandled exc. in thread
2002-02-15 Fred DrakeUse the standard expression for the availability statem...
2002-02-15 Skip Montanaronote that the alarm function is not available on Windows.
2002-02-15 Fred DrakeAdded deprecatioon information for mac.xstat().
2002-02-15 Fred DrakeThe "%" character does not need to be escaped in verbat...
2002-02-14 Fred DrakeConsistently use \textasciicircum to produce a ^ character.
2002-02-14 Fred DrakeFix typo.
2002-02-14 Fred DrakeUse PyModule_AddObject() instead of accessing the modul...
2002-02-14 Fred DrakeUse PyModule_AddIntConstant() instead of creating a...
2002-02-14 Martin v. LöwisCompute expat -I directives from srcdir. Fixes #517214.
2002-02-13 Tim PetersFinish the pyexpat rework for Windows: builders needn...
2002-02-13 Michael W.... Simon Budig's patch (posted by me):
2002-02-13 Martin v. LöwisDefine VERSION in expat.h.
2002-02-13 Tim PetersWindows time_clock(): rewrite to get rid of horrid...
2002-02-12 Jack JansenTwo OSX fixes related to switching Python versions...
2002-02-12 Martin v. Löwis"Generate" from expat.h.in, for 1.95.2.
2002-02-12 Tim PetersLOAD_FAST: rearrange branches to favor the expected...
2002-02-12 Mark HammondEnsure we also build on VC7. Involves replacing largei...
2002-02-12 Martin v. LöwisBuild using included Expat.
2002-02-11 Martin v. LöwisUse included Expat library. Drop support for older...
2002-02-11 Martin v. LöwisDisable usage of Expat's config.h.
2002-02-11 Martin v. LöwisInitial revision
2002-02-11 Greg WardFix bug #511786 (2.2.1 candidate): ensure that custom...
2002-02-11 Marc-André... Remove mentioning of -U option in "python -h" output.
2002-02-11 Neal NorwitzSF #515020, delete global variables which are used...
2002-02-11 Neal NorwitzSF #515005, change "1 + ''" (which pychecker warns...
2002-02-11 Neal NorwitzSF #515022 remove unused variable
2002-02-11 Neal NorwitzSF #515009, delete global variable that was apparently...
2002-02-11 Neal NorwitzSF #515018, delete global variable that was apparently...
2002-02-11 Neal NorwitzSF #515026, delete global variable that was apparently...
2002-02-11 Neal NorwitzSF #515024 remove unused variable
2002-02-11 Neal NorwitzSF #515021, print the refused list to the DEBUGSTREAM...
2002-02-11 Neal NorwitzSF #515012, cleanup: remove unused variable
2002-02-11 Neal NorwitzSF #515011, cleanup: remove "or 0" condition
2002-02-11 Neal NorwitzSF #515006, remove unnecessary import
2002-02-11 Neal NorwitzSF #515004 cleanup
2002-02-11 Neal NorwitzSF #515000, print result of f.tell() in test() instead...
2002-02-11 Marc-André... Corrected import behaviour for codecs which live outsid...
2002-02-11 Andrew M. KuchlingRegenerate configure script
2002-02-11 Andrew M. KuchlingBump version number to 2.3
2002-02-11 Jack JansenRemoved a spurious }. (How did it get there in the...
2002-02-11 Just van Rossumon MacOSX/Darwin, use ranlib when building static libs.
2002-02-11 Steven M. Gavaimprovement to keybinding re-use check
2002-02-11 Steven M. Gavabase GetHighlight on GetThemeDict for better defaults
2002-02-11 Steven M. Gavafurther work on config saving
2002-02-11 Steven M. Gavafurther work on config saving
2002-02-11 Guido van RossumRemove stub for unicode.txt. Resort README in dictiona...
2002-02-10 Marc-André... News about the new alias support.
next