2001-07-03 |
Fredrik Lundh | bug #232815 |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fred Drake | Marked the parameters to Stats.print_*() as optional. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fredrik Lundh | reapplied darryl gallion's minimizing repeat fix. ... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fred Drake | Add another name. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fredrik Lundh | pythonware repository roundtrip (untabification) |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fredrik Lundh | added martin's BIGCHARSET patch to SRE 2.1.1. martin... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fred Drake | Avoid using os.path.normcase() on sys.path elements... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Fredrik Lundh | merged with pythonware's SRE 2.1.1 codebase |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Jack Jansen | Added the new unicode defines. Not really tested yet... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Tim Peters | Nuke hard tabs. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Tim Peters | Whitespace normalization; the plat-riscos file didn... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Tim Peters | Add tentative 2.1.1 Windows build numbers. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Tim Peters | A clever union-find implementation from c.l.py, due... |
commit | commitdiff | tree | snapshot |
2001-07-01 |
Jack Jansen | Added WeakLink...Generator classes (should have done... |
commit | commitdiff | tree | snapshot |
2001-07-01 |
Jack Jansen | - Use weaklink generators so we can support OSX-only... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Tim Peters | Derive an industrial-strength conjoin() via cross-recur... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Tim Peters | Turns out Neil didn't intend for *all* of his gen-branc... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Fred Drake | Use the more conventional "self" as the name of the... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Fred Drake | Correct a markup error for an accented character. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Fred Drake | Removed some stray periods, and fix up a number of... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Fred Drake | Two more names. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Fred Drake | SourceForge bug #437041: |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Fred Drake | Simplify an example based on comment from Thomas Holens... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Guido van Rossum | Solve SF bug #231249: cgi.py opens too many (temporary... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Tim Peters | Added a simple but general backtracking generator ... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Jack Jansen | Added CFURL support, and got base chaining to really... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Jack Jansen | Make basechain a class variable in stead of initializin... |
commit | commitdiff | tree | snapshot |
2001-06-28 |
Tim Peters | Another "if 0:" hack, this time to complain about other... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Fredrik Lundh | removed "register const" from scalar arguments to the... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Jack Jansen | CFArray, CFData and CFDictonary are now covered, but... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Jack Jansen | Added a couple more types that Apple has taken a fancy to. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Andrew M. Kuchling | Add more items that need to be written about |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Martin v. Löwis | Default to ucs2 when no argument to --enable-unicode... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Fredrik Lundh | make wchar_t usable again on Windows (this enables... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Fred Drake | Revise the interface to the profiling and tracing suppo... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Fred Drake | Revise the interface to the profiling and tracing suppo... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Fredrik Lundh | use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Barry Warsaw | Replace the text with a link to the PEP-ified version. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Thomas Wouters | Remove duplicate ', ' in dbhash.open()'s argument list. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Tim Peters | This no longer leaks memory when run in an infinite... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Martin v. Löwis | Encode surrogates in UTF-8 even for a wide Py_UNICODE. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Guido van Rossum | Cosmetic changes to MvL's change to unichr(): |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | Make Unicode work a bit better on Windows... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Martin v. Löwis | When decoding UTF-16, don't assume that the buffer... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Tim Peters | Windows build broke from recent Unicode changes --... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Tim Peters | gen_getattr: make the gi_running and gi_frame members... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Martin v. Löwis | Support using UCS-4 as the Py_UNICODE type: |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Jack Jansen | Added a Parser_OSX class that can parse new-style ... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Jack Jansen | Added CF module build and project generation (carbon... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Jack Jansen | First small step towards bgen-generated CoreFoundation... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Tim Peters | Add "gi_" (generator-iterator) prefix to names of genob... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | more unicode tweaks: fix unicodectype for sizeof(Py_UNI... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Barry Warsaw | Remove the restriction on a mapping's .update() method. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Barry Warsaw | Add an item about the extension to {}.update() to allow... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Barry Warsaw | Add a bunch of tests for extended dict.update() where... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Barry Warsaw | dict_update(): Generalize this method so {}.update... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | more unicode tweaks: make unichr(0xdddddddd) behave... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | experimental UCS-4 support: don't assume that MS_WIN32... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | experimental UCS-4 support: added USE_UCS4_STORAGE... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | experimental UCS-4 support: made compare a bit more... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Fredrik Lundh | experimental UCS-4 support: don't assume that MS_WIN32... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Jack Jansen | Added a note about recompiling OSAm before distributing. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Just van Rossum | Fixed typo in doc string. |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Just van Rossum | Fixed bug that prevented shared libs that are submodule... |
commit | commitdiff | tree | snapshot |
2001-06-26 |
Tim Peters | SF bug #436207: "if 0: yield x" is ignored. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Tim Peters | Teach the types module about generators. Thanks to... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Just van Rossum | Return self.trace_dispatch from dispatch_return() to... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Fred Drake | Updated link to zlib's home page. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Jack Jansen | WaitNextEvent short vs. unsigned short fix. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Steven M. Gava | Initial revision |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Martin v. Löwis | Remove const-ness in inet_pton declaration. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Martin v. Löwis | Replace snprintf with sprintf. |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Tim Peters | Repair indentation in comment. |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Martin v. Löwis | Fix typos in inet_pton/inet_ntop. |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Martin v. Löwis | Provide a definition for offsetof. |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Martin v. Löwis | Emulate inet_{pton,ntop} on systems that don't provide it. |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Martin v. Löwis | Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | Changed some comments. Removed the caution about clear... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | Clear the copy of the globs dict after running examples... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | doctest systematically leaked memory when handling... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | Added a "generate k-combinations of a list" example... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | New tests to provoke SyntaxErrors unique to generators... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | doctest doesn't handle intentional SyntaxError exceptio... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | Another variant of the 2-3-5 test, mixing generators... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | Pure brute-force hackery to allow Python to build on... |
commit | commitdiff | tree | snapshot |
2001-06-24 |
Tim Peters | More tests. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Peters | Add a recursive Sieve of Eratosthenes prime generator... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Peters | Add all the examples from PEP 255, and a few email... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Peters | New std test for generators, initially populated with... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Martin v. Löwis | Properly use &&. Closes bug #434988. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Martin v. Löwis | Properly use &&. Closes bug #434989. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Martin v. Löwis | Patch #401196: Configuration machinery for IPv6. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Eric S. Raymond | Correct erroneous description of precmd. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Peters | Change the semantics of "return" in generators, as... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Remove some bogus trailing whitespace. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Fix minor markup nits. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Use a named reference to another chapter instead of... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Peters | gen_iternext(): Don't assume that the current thread... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Fix a very minor (but annoying when looking for things... |
commit | commitdiff | tree | snapshot |
next |