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 |
2002-12-29 |
Andrew M. Kuchling | Suppress unsafe *Cookie class warnings |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Andrew M. Kuchling | Patch #655760: add warnings when the unsafe *Cookie... |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | SF patch #659536: Use PyArg_UnpackTuple where possible. |
commit | commitdiff | tree | snapshot |
2002-12-29 |
Raymond Hettinger | SF Bug 645777: list.extend() works with any iterable... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Tim Peters | Apparently FreeBSD enables some HW floating-point excep... |
commit | commitdiff | tree | snapshot |
2002-12-28 |
Martin v. Löwis | Gracefully delay runtime error up to 1s. Add .willdispa... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | astimezone(): document that None is an OK argument. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Eric S. Raymond | Added a useful warning to the documentation. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Martin v. Löwis | Document killpg. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Martin v. Löwis | Patch #657889: Implement posix.getloadavg. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | And put back a little code duplication, in the form... |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | Squash recently-introduced code duplication. |
commit | commitdiff | tree | snapshot |
2002-12-27 |
Tim Peters | Make comparison and subtraction of aware objects ignore... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Changed the input field for the interpreter to use... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | macfsn is gone. |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Integrated macfsn into macfs, and made the Standard... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Return the macfs variation for FSSpec and Alias, not... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Jack Jansen | Second-argument alias methods were generated with a... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Guido van Rossum | Add XXX about Winsock error values |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Guido van Rossum | Also skip testHostnameRes() if gethostbyaddr() raises... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Guido van Rossum | Skip testHostnameRes() if gethostbyname() raises an... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Neal Norwitz | Fix julian day problem with strptime. Note: XXX about... |
commit | commitdiff | tree | snapshot |
2002-12-26 |
Tim Peters | Added tests to ensure that timetz comparison, and datet... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Just van Rossum | Backing out patch #642578 in anticipation of final... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Jack Jansen | If you entered a pathname for a nonexisting file to... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Jack Jansen | Changed folder name for apps from Python to MacPython... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Raymond Hettinger | SF 658405: calendar.py to rely on the datetime module... |
commit | commitdiff | tree | snapshot |
2002-12-25 |
Tim Peters | Implemented datetime.astimezone() and datetimetz.astime... |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Guido van Rossum | Add an XXX comment about relative imports. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tony Lownds | boolcheck cannot be deleted here. |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tony Lownds | Move boolcheck before import of other IDLE modules |
commit | commitdiff | tree | snapshot |
2002-12-24 |
Tim Peters | Removed blurb admonishing users to raise an exception... |
commit | commitdiff | tree | snapshot |
next |