2001-05-27 |
Tim Peters | Implement an old idea of Christian Tismer's: use polyn... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Jack Jansen | When reading from stdin (with the dialog box) use any... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Tim Peters | Change list.extend() error msgs and NEWS to reflect... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Tim Peters | Cruft cleanup: removed the #ifdef'ery in support of... |
commit | commitdiff | tree | snapshot |
2001-05-26 |
Tim Peters | roundupsize() and friends: fiddle over-allocation... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Fred Drake | Add a version annotation for splitdrive(); old, but... |
commit | commitdiff | tree | snapshot |
2001-05-25 |
Fred Drake | Add descriptions of {}.iteritems(), {}.iterkeys(),... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Barry Warsaw | write(): Aggressively sort all catalog entries, and... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Martin v. Löwis | Patch #424335: Implement string_richcompare, remove... |
commit | commitdiff | tree | snapshot |
2001-05-24 |
Tim Peters | dictresize(): Rebuild small tables if there are any... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Tim Peters | Jack Jansen hit a bug in the new dict code, reported... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Jack Jansen | One more macroman<->latin1 conversion victim. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Barry Warsaw | write(): Do two levels of sorting: first sort the indiv... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Guido van Rossum | When Tim untabified this file, his editor accidentally... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Jack Jansen | Updated to reflect the current state of config.h.in. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Tim Peters | Remove test_doctest's expected-output file. |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Fred Drake | Update to reflect recent changes to regrtest and the... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Fred Drake | Merge my changes to the offending comment with Guido... |
commit | commitdiff | tree | snapshot |
2001-05-23 |
Tim Peters | Remove test_difflib's output file and change test_diffl... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Guido van Rossum | Removed incorrect comment left over from sgmllib.py. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | removed a routine that has moved to macglue.c |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | Include Carbon/Carbon.h if appropriate. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Remove output files that are no longer needed since... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | Simple script to regenerate all bgen-generated modules. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | One more update related to the new get() and setdefault... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | Lots more Carbon/Carbon.h includes, new UPP routine... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | Fixed changed UPP routines names. The module now compil... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Move the sha tests to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Convert binhex regression test to PyUnit. We could... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Tim Peters | SF patch #425242: Patch which "inlines" small dictiona... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Convert copy_reg test to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Remove unused import. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Simple conversion to PyUnit -- this test really needs... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Convert dospath test suite to PyUnit, adding a couple... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Re-write the rfc822 tests to use PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Per discussion with Barry, make the default value for... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Tim Peters | Implementing an idea from Guido on the checkins list: |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Convert time module tests to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Guido van Rossum | file_getiter(): make iter(file) be equivalent to file... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Migrate the strop test to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Guido van Rossum | Iterator support: made the xreadlines object its own... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Tim Peters | create_message(): When os.link() doesn't exist, make... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Barry Warsaw | - calendar.py uses month and day names based on the... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Barry Warsaw | Application of patch #401842 by Denis S. Otkidach to... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Correct the sense of a couple of conditional compilatio... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Update to add get() and setdefault() as supported mappi... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Add tests for the new .get() and .setdefault() methods... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Added .get() and .setdefault() support to rfc822.Message. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Fred Drake | Add some clarifications about the mapping interface... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Jack Jansen | Fixed a nasty slowdown in imports in frozen application... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Tim Peters | New test adapted from the ancient Demo/threads/bug.py. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Marc-André... | Added NEWS item for the UTF-16 change. |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Tim Peters | Changed all the examples with ugly platform-dependent... |
commit | commitdiff | tree | snapshot |
2001-05-22 |
Guido van Rossum | init_name_op(): add (void) to the argument list to... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Add a "See also" section with useful links. More shoul... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Remove all files of expected output that contain only... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | If the file containing expected output does not exist... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Andrew M. Kuchling | Patch #411055 from MvL: import each extension after... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Andrew M. Kuchling | Trim out some cruft |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Andrew M. Kuchling | Fix bug #418369: typo in bdist_rpm |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Marc-André... | This patch changes the behaviour of the UTF-16 codec... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Andrew M. Kuchling | Fix bug #232619: fix misleading warning on installing... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Re-write the mailbox test suite to use PyUnit. Cover... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Guido van Rossum | parse_declaration(): be more lenient in what we accept... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Barry Warsaw | main(): default-domain argument to getopt.getopt()... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Barry Warsaw | __addentry(): add optional keyword arg `isdocstring... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Barry Warsaw | write(): A patch inspired by Tokio Kikuchi that sorts... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Update output to reflect additional precision produced... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Add documentation for Py_Main() and PyThreadState_GetDi... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Typo: "that" --> "than" |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Tim Peters | SF bug #425836: Reference leak in filter(). |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Add :method info to the PyArg_ParseTuple() format strin... |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Fred Drake | Fix bug in smtplib example: the prompt said to end... |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Fred Drake | Get Aahz listed correctly using his legal/professional... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Andrew M. Kuchling | Add another item |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Generate prototype-style function headers in stead... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Another include Carbon/Carbon.h |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Moved PyMac_GetFullPath from macgetargv.c to macglue... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Ifdeffed a few more sections. All functionality that... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Include Carbon/Carbon.h in stead of universal headers... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | include Carbon/Carbon.h in stead of universal headers... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Merged mactoolboxglue.c into macglue.c. A later step... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Tim Peters | Bugfix candidate. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Update a comment. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Simple conversion to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Simple conversion to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Fix whitespace botch. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Jeremy Hylton | vgetargs1() and vgetargskeywords(): Replace uses of... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Jeremy Hylton | Add a second special case to the inline function call... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Added test suite for the new HTMLParser module, origina... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Guido van Rossum | A much improved HTML parser -- a replacement for sgmlli... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Tim Peters | Speed dictresize by collapsing its two passes into... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Added pymactoolboxglue.c and changed the exported symbo... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Dynamically loaded toolbox modules don't need to link... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Glue code to connect obj_New and obj_Convert routines... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | First step in porting MacPython modules to OSX/unix... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Guido van Rossum | Fixed botched indent in _init_mac() code. (It may... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Made distutils understand the MacPython Carbon runtime... |
commit | commitdiff | tree | snapshot |
next |