2002-03-22 |
Neil Schemenauer | Match behavior of the pickle.py module more closely. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Add more example exceptions that unpickling can raise. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Handle os.listdir("") case correctly on Windows. Close... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Disallow open()ing of directories. Closes SF bug 487277. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Skip Montanaro | better solution for bug #533234 courtesy of Tim. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Skip Montanaro | guarantee that the dst flag of synthetic "time" tuples... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Walter Dörwald | use stat attributes instead of tuple entries |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Fred Drake | Fix broken HTML in the head; this was reported by a... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Add news about pymalloc being enabled. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Use pymalloc for realloc() as well. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Andrew M. Kuchling | Revert part of previous patch: several install_* subcom... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Enable pymalloc by default. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Use pymalloc if it's enabled. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Add pymalloc object memory management functions. These... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Neil Schemenauer | Make PyObject_{NEW,New,Del,DEL} always use the standard... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Jack Jansen | Generate with weaklink stubs, so missing routines ... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Jack Jansen | - Weaklink InterfaceLib in _Res module |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tim Peters | Enable pymalloc by default in the Windows build. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Andrew M. Kuchling | Add a simple test suite for netrc.py, and remove it... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Tim Peters | SF bug 533198: Complex power underflow raises exception. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Andrew M. Kuchling | [Bug #532115] netrc module was broken |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | [Bug #532136] Change path in README, as suggested by... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | Add missing Boolean options |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | Add unlisted Boolean options. Thomas H., can you pleas... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Andrew M. Kuchling | [Bug #517451] bdist_rpm didn't list all of its Boolean... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | Added an open_pathname() method which opens a resource... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | For reasons I don't fully understand we sometimes get... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | Solve sync() signature conflict differently: manually... |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Jack Jansen | New checkin to convert from BinHex to AppleSingle encoding. |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Martin v. Löwis | Patch #532729: check for sem_init in -lrt. |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Neal Norwitz | Fix grammar |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Walter Dörwald | [Apply SF patch #504943] |
commit | commitdiff | tree | snapshot |
2002-03-21 |
Martin v. Löwis | Do not insert characters for unicode-escape decoders... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Andrew M. Kuchling | [Apply patch #500457 from the PyXML tracker] |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Neal Norwitz | Remove compiler warnings on Solaris 8. |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Tim Peters | Change raw "except:" constructs to pass on KeyboardInte... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Neal Norwitz | SF# 522426, add doc for common parameter for filecmp... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Neil Schemenauer | Make GzipFile an iterator. Closes bug #532621. |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Tim Peters | Arrange to export the _PyMalloc_{Malloc, Realloc, Free... |
commit | commitdiff | tree | snapshot |
2002-03-20 |
Andrew M. Kuchling | A faster version of the find_prefix_at_end() function... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Andrew M. Kuchling | [Bug #528914] PyTraceBack_Store/Fetch were deleted... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Martin v. Löwis | Expand LINKCC in configure.in. Suggested in bug report... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Fred Drake | Adjust some poor wording in the text that explains... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Fred Drake | Clarify that copy_reg.pickle() is not intended for... |
commit | commitdiff | tree | snapshot |
2002-03-19 |
Tim Peters | Record 2.2.1c1 release date. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Andrew M. Kuchling | [Bug #531616] Make HTTPS work again by adding a sendall... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Andrew M. Kuchling | To make 'urllib.py -t' run again, change FTP URL to... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Fredrik Lundh | use -kb on idle/Icons/minusnode.gif ("cvs up" kept... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Drop the PyCore_* memory API. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Re-enable GC of generator objects. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Re-enable GC of method objects. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Re-enable GC of iter objects. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Barry Warsaw | (py-temp-directory): Add /var/tmp to the list of direct... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neal Norwitz | Remove extraneous #define as per effbot's instructions in: |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Neil Schemenauer | Simpilify PyCore_* macros by assuming the function... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Fred Drake | Fix up unescaped tilde; reported by several people. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Fred Drake | Remove extra verb; reported by Detlef Lannert. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Jack Jansen | Lurking bug found by patch for 531291: FSSpecs should... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Jack Jansen | Some of the newer routines return an OSErr, like most... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Jack Jansen | Some structures should be passed to Py_BuildValue by... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Michael W.... | amk's fix attached to |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Martin v. Löwis | Patch #495598: add an -q (quiet) option to pycompile. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Martin v. Löwis | Correctly set default entry in all cases. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Martin v. Löwis | Patch #499513: use readline() instead of readlines... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Martin v. Löwis | Patch #512466: Script to move faqwiz entries. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Martin v. Löwis | Patch #525870: Avoid duplicate stat calls, use st_... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Guido van Rossum | Fix for SF bug 528132 (Armin Rigo): classmethod().__get... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Skip Montanaro | dump the string exception fallback for anydbm.error. |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Skip Montanaro | initial test_anydbm module - based on test_dumbdbm.py |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Steven M. Gava | further work on dynamic reconfiguration; |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Paul Prescod | netrc will now raise a more predictable exception when... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Skip Montanaro | added note that xmlrpclib won't marshal instances of... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Skip Montanaro | restructure a bit to not rely on test case execution... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Jack Jansen | Regenerated for Irix 6.5. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Jack Jansen | Patch by Michael Pruett: make regen work on Irix 6... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Tim Peters | SF patch 530070: pydoc regression, from Martin and... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Martin v. Löwis | Patch #430706: Persistent connections in BaseHTTPServer. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Martin v. Löwis | Patch #485959: Various changes to Tix demos. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Martin v. Löwis | Document that _POSIX_SEMAPHORES is predefined. |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Martin v. Löwis | Patch #525532: Add support for POSIX semaphores. |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Fred Drake | Fix stupid typo in example. |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Fred Drake | Markup error: braces not properly marked in dictionary... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Fred Drake | Clarify the descriptions of the positive and negative... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Fred Drake | pdfTeX 0.13 and 0.14 do not agree on the name of the... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Jack Jansen | Applet icon. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Fred Drake | Revise the markup related to the grammar productions... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Fred Drake | Make the release status obvious in the title area. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Martin v. Löwis | Patch #530105: Allow file object may to be subtyped |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Barry Warsaw | (py-honor-comment-indentation, py-compute-indentation... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Fred Drake | Wrap a couple of long lines. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Skip Montanaro | Corrected _localized_name.__getitem__ based on code... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Martin v. Löwis | Patch #527427: minidom fails to use NodeList sometimes. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jack Jansen | Skip test_longexp for MacPython on Mac OS X. It trigger... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Martin v. Löwis | Patch 527434: Avoid double inclusion of thread.o on... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jack Jansen | If no webbrowsers were found _tryorder would be empty... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Martin v. Löwis | Patch #517521: Consider byte strings before Unicode... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Michael W.... | .... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Michael W.... | Fix |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Martin v. Löwis | Include Python.h first. Fixes #530159. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Skip Montanaro | make _localized_name instances work more like the tuple... |
commit | commitdiff | tree | snapshot |
next |