| 2000-09-28 |
Fred Drake | Updated documentation relating to the various flavors... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Thomas Heller | Removed the implib_dir instance variable because it... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | popen4(): Added for Unix. |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | popen4(), class Popen4: popen4() support for Unix. |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Convert all entries on sys.path to absolute paths,... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Avoid import of string module; it is only needed for... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Minor style nits. |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Remove imports of string when string methods will do. |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Minor ANSIfication: lib_python no longer needs to be... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Add regex and regsub to the list of undocumented obsole... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Added some tests for the truncate() method; one is... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Add truncate() method to StringIO objects. |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Remove change that had not been saved when the output... |
commit | commitdiff | tree | snapshot |
| 2000-09-28 |
Fred Drake | Fix includes; not including Python.h caused the module... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Fred Drake | Update the documentation for ConfigParser to match... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Fred Drake | Regression test for ConfigParser module. |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Fred Drake | Allow spaces in section names. |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Jeremy Hylton | Fix buffer overflow vulnerabilities in calculate_path... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Marc-André... | Updated hash values to match the new encoding (UTF... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Marc-André... | Fixed encoding to use an endianness independent format. |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Lars Gustäbel | Fixed misleading qname in test_xmlgen_ns (reported... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Andrew M. Kuchling | Fix double negative spotted by matt@mondoinfo.com |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Andrew M. Kuchling | Added a section describing the new development process... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Greg Ward | Bump version to 1.0pre. |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Greg Ward | Remove deprecation warnings on old 'link_*()' methods... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Greg Ward | Big patch from Rene Liebscher to simplify the CCompiler... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Andrew M. Kuchling | Wrote text for features added between 2.0b1 and b2. |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Andrew M. Kuchling | Fixed error in explanation of codec decode_func pointed... |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Greg Ward | Bump version to 0.9.4. |
commit | commitdiff | tree | snapshot |
| 2000-09-27 |
Greg Ward | Fix '_set_command_options()' so it only calls 'strtoboo... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.0b2 |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Barry Warsaw | Added an "import xml.parsers.expat" to turn errors... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Jeremy Hylton | Fix GC news |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Jeremy Hylton | The Usual |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Fred Drake | Fix handling of file inputs on Windows; passing them... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Jeremy Hylton | the usual |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Fred Drake | Fixed typo, description of changes to dbm module. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Jeremy Hylton | The rest of the news for 2.0b2 |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Fred Drake | Elaborated the notes on the XML support. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Marc-André... | Test output data for the Unicode database test suite. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Marc-André... | Added test suite for the complete Unicode database... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Guido van Rossum | It's beta 2 now. Updated some stale URLs at pythonlabs... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Guido van Rossum | Fixed some typos, added some punctuation (e.g. consiste... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Tim Peters | New info and fixed some typos. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Tim Peters | More limits.h stuff in node.c. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Fred Drake | Note that including Python.h includes limits.h when... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Fred Drake | Rationalize use of limits.h, moving the inclusion to... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Jeremy Hylton | partial list of changes between 2.0b1 and 2.0b2 |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Remove a ?? in the description of Mac OS support. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Bump version to 0.9.3. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Tim Peters | Yet another new unique extension in the test directory. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Reformat docstrings. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Standardize whitespace in function calls. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Whitespace fix. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Reformat docstrings. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Standardize whitespace in function calls. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Greg Ward | Standardize whitespace in function calls and docstrings. |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Guido van Rossum | It's..... |
commit | commitdiff | tree | snapshot |
| 2000-09-26 |
Guido van Rossum | HP-UX is another one of those platforms using an altern... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fredrik Lundh | - don't set the titlecase flag for uppercase letters... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Tim Peters | Bump Windows "build number" to 6. |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fredrik Lundh | unicode database compression, step 3: |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fredrik Lundh | unicode database compression, step 3: |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fredrik Lundh | unicode database compression, step 3: |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Tim Peters | Replace SIGFPE paranoia around strtod and atof. I... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fred Drake | regex and regsub are obsolete and Evil, so don't includ... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fredrik Lundh | unicode database compression, step 3: |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fred Drake | Updates from Fredrik Lundh <effbot@telia.com> about... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fred Drake | Include the version-detecting code to allow PyXML to... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fred Drake | Add obsolescence note to the module descriptions that... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Jeremy Hylton | fix bug #114290: when interpreter's argv[0] has a relat... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Barry Warsaw | Add a test for SF bug #110621; stripping square bracket... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fred Drake | Properly set LINKFORSHARED on Reliant UNIX. Problem... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Barry Warsaw | AddrlistClass.getdomainliteral(): rfc822 requires that... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Guido van Rossum | Credit where credit is due. Also fixed an unalphabetic... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Guido van Rossum | When reading the file, option names were not passed... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Andrew M. Kuchling | Update URL for Python 2.0 |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fred Drake | Minor cleanups, wrap long lines. |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Guido van Rossum | Add missing prototypes for the benefit of SunOS 4.1... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Guido van Rossum | For the benefit of SunOS 4.1.4, define MS_SYNC as 0... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Fredrik Lundh | unicode database compression, step 2: |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Tim Peters | Fiddled w/ /F's cool new splitbins function: documente... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Added 'translate_longopt()' function. |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Change to use the new 'translate_longopt()' function... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Added a bunch of missing "=" signs in the option table. |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Renamed '--keep-tree' option to '--keep-temp', for... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Added 'boolean_options' list to support config file... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Added 'strtobool()' function: convert strings like... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Greg Ward | Fixed some bugs and mis-features in handling config... |
commit | commitdiff | tree | snapshot |
| 2000-09-25 |
Thomas Wouters | Fix inconsistent use of space/tabs. |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Fredrik Lundh | unicode database compression, step 1: |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Tim Peters | Repaired damaged string. |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Fred Drake | xmlparse_ExternalEntityParserCreate(): Add required... |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Jack Jansen | Readme and relnotes for intermediate 2.0b1+ release. |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Jack Jansen | Handle the ****/**** appleevent wildcard when called... |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Jack Jansen | Added a workaround for shortcomings in the OSA support... |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Martin v. Löwis | Use SAX2 namespace support. |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Fredrik Lundh | unicode database compression, step 1: |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Martin v. Löwis | [Patch 101634] |
commit | commitdiff | tree | snapshot |
| 2000-09-24 |
Fredrik Lundh | unicode database compression, step 1: |
commit | commitdiff | tree | snapshot |
| next |