2002-02-08 |
Barry Warsaw | Added a module docstring, which doubles as the --help... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | Updates related to Modules/Setup and setup.py. This... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Fred Drake | Added regression test for start()/stop() returning... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Fred Drake | start() and stop() methods: return None where there... |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | Declare real and imag as read-only attributes. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Fred Drake | Python 10 was a success, commemorate it\! |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Guido van Rossum | www.google.com is better than google.com. |
commit | commitdiff | tree | snapshot |
2002-02-08 |
Thomas Heller | Make it 1.5.2 compatible again. |
commit | commitdiff | tree | snapshot |
2002-02-07 |
Marc-André... | Fix to the UTF-8 encoder: it failed on 0-length input... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Forgot to add the new emxccompiler.py from Andrew I... |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Cosmetics. |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Whitespace fixes. |
commit | commitdiff | tree | snapshot |
2002-02-06 |
Marc-André... | Fix for the UTF-8 memory allocation bug and the UTF... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jack Jansen | Don't blacklist ModalFilterUPP but always pass it as... |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jack Jansen | Added SndRecord and (classic only) SndRecordToFile. |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Jack Jansen | Added support for unicode strings (utxt). |
commit | commitdiff | tree | snapshot |
2002-02-05 |
Steven M. Gava | further work on config system and config saving |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | Update the instructions on reporting bugs to reflect... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | When linking to an index page, explicitly name index... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | Update version number to match Include/patchlevel.h. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Fred Drake | Update version number to match Include/patchlevel.h. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Just van Rossum | Added minimal support for floating windows. |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Just van Rossum | Don't append quit menu when on OSX, it is special and... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Just van Rossum | Flush screen buffer upon console.flush() and output... |
commit | commitdiff | tree | snapshot |
2002-02-04 |
Guido van Rossum | Quick build: clarify that you have to do "make install... |
commit | commitdiff | tree | snapshot |
2002-02-02 |
Tim Peters | Change the version string from "2.2+" to "2.3a0". ... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Jack Jansen | Got rid of an extra level of {} and funny formatting... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Andrew M. Kuchling | [Bug #220993; may also fix bug #479469] Fix flakiness... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Guido van Rossum | Wesley Chun's SF patch 511380: add CGIHTTPServer error... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Jack Jansen | A new dynload_next, which actually only works on OSX... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Jack Jansen | Got rid of a few more NeXT ifdefs. The last, I think. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Guido van Rossum | Bugfix candidate. |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Tim Peters | Implement os.waitpid() for Windows, in a way that's... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Thomas Heller | package_dir must be converted from the distutils path... |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Steven M. Gava | improve user config dir handling |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Steven M. Gava | more work on configuration saving |
commit | commitdiff | tree | snapshot |
2002-02-01 |
Tim Peters | New tempfile and os.open() gimmicks for Windows. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Andrew M. Kuchling | Restrict the mode to the lowest four octal positions... |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Marc-André... | OS/2 patches by Andrew I MacIntyre for distutils. |
commit | commitdiff | tree | snapshot |
2002-01-31 |
Skip Montanaro | added handle_error method description |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Fred Drake | string.split() docstring described the interpretation... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Michael W.... | Oh look, another one. |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Michael W.... | I think this fixes |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Jack Jansen | Added a note about compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Tim Peters | Thanks to Detlef Lannert for pointing out a typo in... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Tim Peters | New TemporaryFile implementation for Windows: this... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Tim Peters | This test left a new set of 3 junk files behind each... |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Tim Peters | Add new constants usable with os.popen() on Windows. |
commit | commitdiff | tree | snapshot |
2002-01-30 |
Tim Peters | Expose more MS WIndows constants usable w/ low-level... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Fred Drake | Revise cheeseshop example so that the order of the... |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Martin v. Löwis | Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Steven M. Gava | further work on config saving |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Neal Norwitz | Fix missing space between words. Bugfix candidate. |
commit | commitdiff | tree | snapshot |
2002-01-29 |
Neal Norwitz | Fix spelling mistakes. Bugfix candidates. |
commit | commitdiff | tree | snapshot |
2002-01-28 |
Tim Peters | SF bug #509805 tempfile.gettempdir not threadsafe |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Jack Jansen | Use full paths for Rez and DeRez, which may not be... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Barry Warsaw | Test case of a singleton multipart; i.e. a multipart... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Barry Warsaw | test_multipart_one_part(): Idempotency test case for... |
commit | commitdiff | tree | snapshot |
2002-01-27 |
Barry Warsaw | _parsebody(): When adding subparts to a multipart conta... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Martin v. Löwis | Encode Unicode arguments to split/splitlist as UTF... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Martin v. Löwis | Document that get_referrers can return unreachable... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Martin v. Löwis | Test for error status of shl_findsym. Fixes #505417... |
commit | commitdiff | tree | snapshot |
2002-01-26 |
Tim Peters | Removed an XXX question (the answer is "yes" <wink>). |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Jack Jansen | Added contributors. |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Jack Jansen | Some modifications and clarifications (by me) to Michae... |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Jack Jansen | Rewritten, clarified, corrected and cleaned up by Micha... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Jack Jansen | Get rid of keyword list and use keyword.iskeyword(... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Fred Drake | Add keyword.kwlist to the public API. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Fred Drake | libkeyword.tex was missing from the list of dependencie... |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Jack Jansen | "yield" is also a keyword. Spotted by Neal Norwitz. |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Steven M. Gava | further work on saving configs |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Steven M. Gava | dialog for getting a new config file section name |
commit | commitdiff | tree | snapshot |
2002-01-24 |
Tim Peters | Removed #include of obsolete ver.h. VC6 doesn't need... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Steven M. Gava | staying current with python idle fixes |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Jack Jansen | (Much) better list of Python keywords, supplied by... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Jack Jansen | Rename the routine to start the target running _start... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Tim Peters | smart_backspace_event(): remove now-pointless int... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Guido van Rossum | Properly fix SF bug #507298 (Gregor Lingl): shellpython... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Michael W.... | Sjoerd Mullender pointed out that setup.py contained... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Skip Montanaro | PyDict_Next: update doc to indicate that pkey and pvalu... |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Skip Montanaro | add missing return value info for PyDict_DelItem |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Steven M. Gava | fix for python2.2 -Qnew division error, |
commit | commitdiff | tree | snapshot |
2002-01-23 |
Tim Peters | classifyws(): Fix a "/" to work under -Qnew (as well... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Jack Jansen | Newer names for various error include files. |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Jack Jansen | Build _tkinter for Carbon too. |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Jack Jansen | Identify() enum values. This was changed in 1.14, but... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Jack Jansen | Regenerated to take advantage of new _builtinSuites... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Jack Jansen | A "magic" suite that is the base suite for StdSuites... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Steven M. Gava | more on config saving |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Steven M. Gava | further work on config saving |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Jack Jansen | Mac _Scrap module is now carbon-compliant, so build... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Jack Jansen | Get rid of fsspec type initializer, it wasn't used... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Jack Jansen | Changes by Donovan Preston (and a few minor ones by... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Jack Jansen | Changes by Donovan Preston (and a few minor ones by... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Jack Jansen | Also install the Tools directory on "make installmacsub... |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Fred Drake | Fix typo reported by François Pinard. |
commit | commitdiff | tree | snapshot |
next |