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 |
2002-12-30 |
Barry Warsaw | parsedate_tz(): Fix SF bug #552345, optional FWS betwee... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | test_parsedate_compact(): A test for optional FWS betwe... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Tim Peters | Beefed up the timezone conversion test by adding a... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | A code cleansing pass |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Guido van Rossum | Patch 659834 by Magnus Lie Hetland: |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | Port rfc822.py changes that didn't make it into this... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Barry Warsaw | test_name_with_dots(): A new test to ensure that we... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Andrew M. Kuchling | More markup additions |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Marc-André... | String tests should test 8-bit strings :-) |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Last checkin was missing the tuple comma. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Restore the test of the random module after including... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Andrew M. Kuchling | Minor grammar fix, and clarification |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Andrew M. Kuchling | Mark up more text |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Untabify. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Whitespace fixes to conform to coding standards. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Temporarily comment out a test that crashes upon the... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Comment fix. |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Rename some mixer methods: |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Greg Ward | Remove 'x_' prefix from oss_t and oss_mixer_t struct... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | This test depends on the exact ordering produced by... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Revert the last change. Tim was faster and chose a... |
commit | commitdiff | tree | snapshot |
2002-12-30 |
Raymond Hettinger | Document the _randommodule project for the Windows... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Tim Peters | Taught the Windows build about _randommodule.c. This... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Tim Peters | A start at non-trivial (== DST-aware) tests of timezone... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | SF patch 658251: Install a C implementation of the... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Kurt B. Kaiser | Remove some old debugging print statements. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Kurt B. Kaiser | M EditorWindow.py |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Add newsitem for the two new unittest methods. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Marc-André... | Patch for bug #659709: bogus computation of float length |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Make error message more specific for min() and max(). |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Incorporate Skip's suggestion to use SciPy's validation... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | Demonstrate use of PyType_Ready() in the example. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Andrew M. Kuchling | Bug #599248: strip directories when building Python... |
commit | commitdiff | tree | snapshot |
next |