2002-12-31 |
Fred Drake | - correct the deprecation markups so this formats again |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Martin v. Löwis | Restore signalhandler in case of error. Fix type of... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Raymond Hettinger | Complete the markup for timedelta objects. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew M. Kuchling | Add posix.loadavg() |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Revert SF patch 659809 -- it causes double options... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Use the name (path) specified in the parameter list |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Martin v. Löwis | Add getloadavg. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Martin v. Löwis | Patch #658927: Add getctime to os.path. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Martin v. Löwis | Patch #656590: /dev/ptmx support for ptys. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Make sure zip_path is null-terminated, since it's on... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Martin v. Löwis | Document standard encodings. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Make sure zip_path is null-terminated, since it's on... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | SmartCookie and SerialCookie were recently deprecated |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | InterpolationSyntaxError was added in 2.3 |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | OS/2 EMX has no popen2.Popen3 even though bunzip2 is... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | add list of expected skips for the OS/2 EMX port |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | DLL export definition refresh |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | add universal newline support to configuration |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | getenv() replacement not required |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew MacIntyre | Build process updates: |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Just van Rossum | Broke the zipimport/PEP 302 news item into two separate... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Just van Rossum | - added missing decref |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | Make sure PrettyPrinter methods that mirror the module... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | - PrettyPrinter.isreadable(), .isrecursive(): |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | Add a test that InterpolationError is constructed prope... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | ConfigParser._interpolate(): Pass the missing key... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Fred Drake | Update version numbers. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Phrase repair. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Minor markup and spelling repair. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Since the *_Init() are private, prefix with _, suggeste... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Greg Ward | Add build_namelists() to expose the OSS macros SOUND_DE... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Greg Ward | Rename the parameter 'xp' in several methods to 'self... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Greg Ward | For symmetry with the mixer interface, rename oss_t... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Greg Ward | Add a bunch of comments to clearly delineate sections... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Greg Ward | Yet another renaming of some mixer methods: |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew M. Kuchling | Add a hurriedly-written section on the datetime module |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Dedent a paragraph that was accidentally aligned with... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Tim Peters | Bump the Windows build # for 2.3a1. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Various updates to the version number, on the eve of... |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Andrew M. Kuchling | Add lots of items. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Guido van Rossum | Fix name error, found by pychecker. |
commit | commitdiff | tree | snapshot |
2002-12-31 |
Neal Norwitz | Fix SF #639945, 64-bit bug on AIX |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neal Norwitz | Tix update from Mike Clarkson (maintainer) |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | - added InterpolationSyntaxError to __all__ |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | - re-mark ESR's warning about extended registry syntax |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neal Norwitz | Add missing InterpolationSyntaxError. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neal Norwitz | sys was already imported, remove second import |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | - prefer "import ... as" to "import / (assignments... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Rename more mixer methods: getrecsrc() -> get_recsrc(), |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Added zipimport and _random module. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Changed sys.path initializer because of addition of... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Added casts to forestall warnings with MetroWerks. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Updated the expected skips for MacOSX. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Skip this test on MacOSX: the locale support is too... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | Add entries for the dummy_thread and dummy_threading... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | - fix use of \refmodule markup |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | News about zipimport. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Squashed compiler wng from MSVC6. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Wouldn't compile on Windows; fixed. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Added a note about the move of Mac/Lib to Lib/plat... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | Use the dummy_thread module in Queue.py and tempfile.py. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | Add dummy_thread[ing] sections and reference these... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | Brett Cannon's dummy_thread and dummy_threading modules... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neal Norwitz | SF #561244, Micro optimizations |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Adapted for the move of Mac/Lib to Lib/plat-mac. Makefi... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neal Norwitz | Fix SF #658820, regex fixes for _strptime (Brett Cannon) |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | These were somehow never added to CVS. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Just van Rossum | PEP 302 + zipimport: |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | Add __all__. (Brett Cannon.) |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Bite the bullet on all the indirect timetz and datetime... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | We're using strictly American spellings, so there's... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | SF patch 659809, by Daniel Brotsky: fix Makefile.pre... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | A short note about the versions of BerkeleyDB we now... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Port BerkeleyDB 4.1 support from the pybsddb project... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Add some missing tests. Should now test everything... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | A step on the way to making tzinfo classes writable... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | Start something that might make table notes easier... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Search for and use BerkeleyDB 4.1 if it's available... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Template for future tests. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Fred Drake | Clean up a table so it passes formatting. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neil Schemenauer | Add news about fix for bug #624807. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Added the \var{} markup so the tables will look good. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neil Schemenauer | Match new sequence behavior. User defined types now... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | This file hasn't been committed for a long time, becaus... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neil Schemenauer | Consolidate the int and long sequence repeat code.... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Jack Jansen | Long-obsolete, replaced by Carbon.Sound. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Neil Schemenauer | Always try nb_* slots before trying sq_concat, sq_inpla... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Added markup upto line 233. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Update the email package news. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Describe the new `errors' argument to Header.__init__... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | test_bad_8bit_header(): Tests for optional argument... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Header.__init__(), .append(): Add an optional argument... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Actually, make this 2.5a1 since it will include API... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Martin v. Löwis | Silence cast warnings for Tcl 8.3. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Bump to 2.5 |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | TestMIMEAudio.setUp(): Use the email package's copy... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | A copy of the audio test file from Lib/test, needed... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Added tests that conversion to our own timezone is... |
commit | commitdiff | tree | snapshot |
next |