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 |
2001-06-23 |
Tim Peters | PyFrameObject: rename f_stackbottom to f_stacktop... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Add "yeild" to the list of keywords. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Consistently use semi-colons after the last property... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Give the pattern used to pick out a source anchor a... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Added several names. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Contributed updates from Harald Hanche-Olsen, giving... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Added support for our new \infinity and \plusminus... |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | \infinity, |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Fred Drake | Miscellaneous code cleanups. |
commit | commitdiff | tree | snapshot |
2001-06-23 |
Tim Peters | Disallow 'yield' in a 'try' block when there's a 'final... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Remove an extra tab character. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Re-organize a little, clean up some markup. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Add sha and _sre to the list of allowed built-in modules. |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Corrected an error in the information on supporting... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Adjust to understand use of either single- or double... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Add the new texinputs/license.tex to the shared depende... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Guido van Rossum | This is a trivial command line utility to print MD5... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Fred Drake | Fix & clean up the information about building Python... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Just van Rossum | Changed the order of the buttons for EasyDialogs.AskYes... |
commit | commitdiff | tree | snapshot |
2001-06-22 |
Tim Peters | Record Windows build number for 2.0.1 final. |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Just van Rossum | don't blow up when the charno SyntaxError value is... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Just van Rossum | repaired expandselection and uncomment breakage |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Just van Rossum | Added support for the gc module (!). |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Guido van Rossum | Somehow, under certain circumstances, config.h and... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Tim Peters | Teach the UNPACK_SEQUENCE opcode how to tease an iterab... |
commit | commitdiff | tree | snapshot |
2001-06-21 |
Neil Schemenauer | Try to avoid creating reference cycles involving genera... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Got rid of a silly #if. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Move license information to a less annoying location... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Update to include the license information in a less... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Separate the copyright statements and license text... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Separate the version number and release status into... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Update to use the newly separated values $PACKAGE_VERSI... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Don't use extern when we mean staticforward (OSX gcc... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Added support for new \setreleaseinfo macro. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | {Is,Set}AntiAliasedTextEnabled don't exist on MacOS... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | ANSIfied function headers to shut up compiler warnings... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Added a const to shut up a compiler warning. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Reversed the order of the checks for None or a Dialog... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Fred Drake | Add a little more support for describing version inform... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Removed some unused routines under Carbon. They caused... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Adapted to Universal Headers 3.4: new refcontype and... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Jack Jansen | Adapted for Universal Headers 3.4: refcon type has... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Just van Rossum | Override bdb's canonic() method with a no-op: with... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Barry Warsaw | write(): Karl Eichwalder points out that the #, flag... |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Tim Peters | gen_iternext(): repair subtle refcount problem. |
commit | commitdiff | tree | snapshot |
2001-06-20 |
Neil Schemenauer | Remove unused code. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | Add a bunch of sample strings to test soft line breaks... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | encode(): Fixed the handling of soft line breaks for... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Just van Rossum | made 7-bit-clean. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Just van Rossum | Some long overdue maintainance. Made all IDE sources... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Jack Jansen | - _filename_to_abs() didn't cater for .. components... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Jack Jansen | The test used int(time.time()) to get a random number... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Jack Jansen | An import MacOS was missing after the code-rearranging... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Marc-André... | Test by Martin v. Loewis for the new UTF-16 codec handl... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Marc-André... | This patch by Martin v. Loewis changes the UTF-16 codec... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | write(): It's been generally agreed on the i18n-sig... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | Document the new encodestring() and decodestring()... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Just van Rossum | Fixed -D emulation for symbols with a value, as specifi... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | A unittest-based test for the quopri module. |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | Better support for RFC 1521 quoted-printable specificat... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Barry Warsaw | (python-font-lock-keywords): Add "yield" as a keyword... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Neil Schemenauer | Added a MACHDEP_OBJS to the python link. Use this on... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Jack Jansen | Added a MACHDEP_OBJS to the python link. Use this on... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tim Peters | Taught IDLE's autoident parser that "yield" is a keywor... |
commit | commitdiff | tree | snapshot |
2001-06-19 |
Tim Peters | Updated keyword.py for "yield". |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tim Peters | Somebody checked this in w/ an ambiguous tab/space... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Barry Warsaw | (py-continuation-offset): New variable which controls... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tim Peters | Added "i" and "l" to the list of std-mode struct codes... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tim Peters | Merging the gen-branch into the main line, at Guido... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Tim Peters | SF bug 434186: 0x80000000/2 != 0x80000000>>1 |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Andrew M. Kuchling | [Bug #433047, reported by Armin Rigo] Remove extra... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Fred Drake | Add some information on the use of \verbatiminput to... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Guido van Rossum | Fix SF bug #433904 (Alex Martelli) - all s_* methods... |
commit | commitdiff | tree | snapshot |
2001-06-18 |
Martin v. Löwis | Patch #413171: Implement get, setdefault, update in... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Tim Peters | Clarification in the fp appendix suggested on c.l.py... |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Marc-André... | Fix for bug [ #433047 ] missing args to PyArg_ParseTuple |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Guido van Rossum | SF patch #433619, by Michel Pelletier: |
commit | commitdiff | tree | snapshot |
2001-06-17 |
Martin v. Löwis | Synchronize with 1.13 of PyXML: |
commit | commitdiff | tree | snapshot |
next |