2002-08-05 |
Fred Drake | We only need to check for StopIteration here. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Patch by Ronald Oussoren: if there's a .lproj in the... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | In copy() don't try to obtain an FSSpec until we know... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Be a lot less verbose by default. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Better output for errors, and some progress reports. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Fixed the last two bgen-based modules to be buildable... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jeremy Hylton | Initial prototype of framer: a tool to build the frame... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jeremy Hylton | Remove function definition from cStringIO.h. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Fred Drake | Since the errno module is needed by os._execvpe(),... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Guido van Rossum | SF patch 590294: os._execvpe security fix (Zack Weinberg). |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Guido van Rossum | SF patch 590294: os._execvpe security fix (Zack Weinberg). |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Enable building of Carbon toolbox modules with unix... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Got rid of staticforward. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | This can now run under unix-Python too. You have to... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Fixed to run better in unix-Python, and to cater for... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Fred Drake | Typo: "now" --> "the new" |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Martin v. Löwis | IDLE support for PEP 263. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Moved bgenlocations to the Mac/Lib directory. Not perfe... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Martin v. Löwis | Patch #590913: PEP 263 support. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Martin v. Löwis | Use ascii_letters to avoid UnicodeErrors. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Guido van Rossum | Add a small description of PEP 263. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Added a cast to shut up a compiler warning. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Renamed Py_Main to PyMac_Main as it has a different... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Jack Jansen | Added _IBCarbon module. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Raymond Hettinger | SF 582071 clarified the .split() method's docstring... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Raymond Hettinger | Note that True and False are pickable objects |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Kurt B. Kaiser | GvR provided solution to the socket rebinding timeout... |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Martin v. Löwis | Add 1 to lineno in deprecation warning. Fixes #590888. |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Martin v. Löwis | Test whether a Cyrillic text correctly appears in a... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | We don't really need the name of the test in the "test... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | Oops! Forgot the closing paren. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | Finally got around to figuring out and documenting... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Build the _IBCarbon module. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | The definitions for IBCarbonRuntime.h |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Updated to something that works on my system, and regen... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Specify pathnames in a way that works on both OS9 and... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Use universal newline input when scanning header files. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Donovan Preston's interface to IBCarbon, allowing you... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Changes to the OSX section: |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Jack Jansen | Use the -n option of ln in stead of -h, as it also... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Skip Montanaro | small speedup for constant and name access |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Make pgen compile with pydebug. Duplicate normalized... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Group statements properly. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | Repaired a fatal compiler error in the debug build... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | Squash compiler wng about signed-vs-unsigned mismatch. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | Sped the usual case for sorting by calling PyObject_Ric... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Patch #534304: Implement phase 1 of PEP 263. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Add encoding declaration. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Add encoding declaration. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Steve Holden | Remove a syntax error in the example, spotted by Walter... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Always link libpython.so with LIBS. Fixes #589422. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Add trace_frame. Fixes #534864. Backported to 2.2. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Martin v. Löwis | Add recursion counter for pickling. Fixes #576084. |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | OS/2 EMX now supported |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Tim Peters | I don't know what's going on with this test, but the... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | SF patch #578297: |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | - comment improvement |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew MacIntyre | add parameter missing following Jeremy's compiler class... |
commit | commitdiff | tree | snapshot |
2002-08-04 |
Andrew M. Kuchling | Add two reminders |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Martin v. Löwis | Document that --enable-shared puts PIC objects into... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Jack Jansen | Mkdirs() failed when provided with unix pathnames.... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | _siftup(): __le__ is now the only comparison operator... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Document new heapreplace() function. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Document new heapify() function. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Michael W.... | Revert last checkin. Man, that was stupid. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Michael W.... | Another fix for: |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Piers Lauder | revert to version 1.2 |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Added new heapreplace(heap, item) function, to pop... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Large code rearrangement to use better algorithms,... |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | SF bug 590366: Small typo in listsort:ParseTuple |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Remove cut 'n paste silliness. |
commit | commitdiff | tree | snapshot |
2002-08-03 |
Tim Peters | Minor fiddling, including a simple class to implement... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Added an icon for .pyw files. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | An icon for .pyw files. Yes, it's lousy, I know.... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Augment credits. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | Hmm! I thought I checked this in before! Oh well. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Build the IDE last, as it may fail because of waste... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Added a lot more information on framework builds, the... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Updated for the new path to Python.app. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | When building the IDE check that waste is available... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Add a PEP-263-style encoding turd^H^H^H^Hdeclaration... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Fix ref(), proxy() docstrings, based on comments from... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | heappop(): Added comments; simplified and sped the... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Minor markup changes. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | heappop(): Use "while True" instead of "while 1". |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | check_invariant(): Use the same child->parent "formula... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Tim Peters | Don't use true division where int division was intended... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Add a comment showing how one of the macros should... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Adding the heap queue algorithm, per discussion in... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Fred Drake | Add heapq module docs to the dependency information. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Adding the heap queue algorithm, per discussion in... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Add docs for heapq.py. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | indicate that 'b' is added to the mode flag if not... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | add #include branch for compilation with Berkeley DB |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | catch the situation where Berkeley DB is used to emulat... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | regression test for the whichdb module |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Add Kevin O'Connor, author of the heapq code. |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Guido van Rossum | Adding the heap queue algorithm, per discussion in... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Skip Montanaro | testGetServByName shouldn't check for getservbyname... |
commit | commitdiff | tree | snapshot |
2002-08-02 |
Jack Jansen | Also create BuildApplet. It's useful enough as a standa... |
commit | commitdiff | tree | snapshot |
next |