2002-08-06 |
Guido van Rossum | Add testcase for SF bug 574207 (chained __slots__ deall... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Fred Drake | Added references to the email package. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | Added a test for PyUnicode_Contains() taking into accou... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | PyUnicode_Contains(): The memcmp() call didn't take... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Skip Montanaro | get rid of GETNAMEV macro - use GETITEM directly |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add a coding cookie, because of the møøse quote. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Update the URL for getting zlib, and update the minimal... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Bump the LOOPS count. 50,000 iterations takes about... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add some fine points: METH_KEYWORDS implies METH_VARARG... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Mark xreadlines deprecated. Don't use f.xreadlines... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Remove mention of deprecated xreadlines method. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | Describe new "str1 in str2" behavior. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Document file.next(). Mark xreadlines obsolete (both... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Barry Warsaw | Committing patch #591250 which provides "str1 in str2... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Files are now their own iterator. The xreadlines metho... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Steve Holden | Add comment about os.path.walk()'s behavior with symbol... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | Add next and __iter__ to the list of file methods that... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Guido van Rossum | SF patch 580331 by Oren Tirosh: make file objects their... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | In the altbininstall target, which is the first subtarg... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | Patch #567296 by Pim Buurman, slightly modified by... |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Jack Jansen | Wrapper around _IBCarbon. |
commit | commitdiff | tree | snapshot |
2002-08-06 |
Andrew M. Kuchling | Mention list.sort() |
commit | commitdiff | tree | snapshot |
2002-08-05 |
Neal Norwitz | SF patch #591305 Documentation err in bytecode defs |
commit | commitdiff | tree | snapshot |
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 |
next |