FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Demo - uttjn/python · GitHub
uttjn
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Demo
on
master
User selector
Datepicker
Commit history
Commits on Jan 28, 2009
Demos for ttk added.
Show description for b7f686d
guilherme.polo
committed
b7f686d
View commit details
Copy full SHA for b7f686d
View code at this point
Browse repository at this point
Commits on Sep 29, 2008
Issue #3965: Allow repeated calls to turtle.Screen, by making it a
Show description for 3fadbbc
martin.v.loewis
committed
3fadbbc
View commit details
Copy full SHA for 3fadbbc
View code at this point
Browse repository at this point
Commits on Sep 13, 2008
Update uses of string exceptions
Show description for 7a4d3ac
andrew.kuchling
committed
7a4d3ac
View commit details
Copy full SHA for 7a4d3ac
View code at this point
Browse repository at this point
Fix SyntaxError
Show description for b873710
andrew.kuchling
committed
b873710
View commit details
Copy full SHA for b873710
View code at this point
Browse repository at this point
Subclass exception
Show description for a8b3b4a
andrew.kuchling
committed
a8b3b4a
View commit details
Copy full SHA for a8b3b4a
View code at this point
Browse repository at this point
Remove semicolon
Show description for 5f1d307
andrew.kuchling
committed
5f1d307
View commit details
Copy full SHA for 5f1d307
View code at this point
Browse repository at this point
#687648 from Robert Schuppenies: use classic division.
Show description for fe126e3
andrew.kuchling
committed
fe126e3
View commit details
Copy full SHA for fe126e3
View code at this point
Browse repository at this point
#687648 from Robert Schuppenies: use classic division. From me: remove two stray semicolons
Show description for b877c4c
andrew.kuchling
committed
b877c4c
View commit details
Copy full SHA for b877c4c
View code at this point
Browse repository at this point
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; add __main__ section
Show description for 4ab4a32
andrew.kuchling
committed
4ab4a32
View commit details
Copy full SHA for 4ab4a32
View code at this point
Browse repository at this point
#687648 from Robert Schuppenies: use classic division. From me: don't use string exception; flush stdout after printing
Show description for 875fbcc
andrew.kuchling
committed
875fbcc
View commit details
Copy full SHA for 875fbcc
View code at this point
Browse repository at this point
#687648 from Robert Schuppenies: use classic division. (RM Barry gave permission to update the demos.)
Show description for 662e557
andrew.kuchling
committed
662e557
View commit details
Copy full SHA for 662e557
View code at this point
Browse repository at this point
Commits on Aug 19, 2008
get unparse to at least unparse its self
Show description for 1781c90
benjamin.peterson
committed
1781c90
View commit details
Copy full SHA for 1781c90
View code at this point
Browse repository at this point
Commits on Aug 18, 2008
correct version
Show description for 70ab907
benjamin.peterson
committed
70ab907
View commit details
Copy full SHA for 70ab907
View code at this point
Browse repository at this point
Commits on Jul 18, 2008
Replace all map(None, a) with list(a).
Show description for 7d6eccd
georg.brandl
committed
7d6eccd
View commit details
Copy full SHA for 7d6eccd
View code at this point
Browse repository at this point
Commits on Jun 4, 2008
Patch #1513695: New turtle module, with demos.
Show description for 1e056a5
martin.v.loewis
committed
1e056a5
View commit details
Copy full SHA for 1e056a5
View code at this point
Browse repository at this point
Commits on May 23, 2008
Revert the renaming of repr to reprlib.
Show description for 4089188
brett.cannon
committed
4089188
View commit details
Copy full SHA for 4089188
View code at this point
Browse repository at this point
Commits on May 16, 2008
Changed references to the reprlib module to use its new name.
Show description for d1678bc
alexandre.vassalotti
committed
d1678bc
View commit details
Copy full SHA for d1678bc
View code at this point
Browse repository at this point
Commits on Mar 29, 2008
#2503 make singletons compared with "is" not == or !=
Show description for eed62fe
benjamin.peterson
committed
eed62fe
View commit details
Copy full SHA for eed62fe
View code at this point
Browse repository at this point
Commits on Feb 23, 2008
Use os.closerange().
Show description for 3044a0b
georg.brandl
committed
3044a0b
View commit details
Copy full SHA for 3044a0b
View code at this point
Browse repository at this point
Commits on Feb 10, 2008
Remove reference to Rational
Show description for f14dd5d
mark.dickinson
committed
f14dd5d
View commit details
Copy full SHA for f14dd5d
View code at this point
Browse repository at this point
Commits on Jan 15, 2008
Add rational.Rational as an implementation of numbers.Rational with infinite
Show description for 8f7e58b
jeffrey.yasskin
committed
8f7e58b
View commit details
Copy full SHA for 8f7e58b
View code at this point
Browse repository at this point
Commits on Nov 27, 2007
Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module.
Show description for 00821f9
christian.heimes
committed
00821f9
View commit details
Copy full SHA for 00821f9
View code at this point
Browse repository at this point
Commits on Nov 26, 2007
A thread-less variant of brownian.py, submitted by Michele Simoniato.
Show description for aa2f2c7
guido.van.rossum
committed
aa2f2c7
View commit details
Copy full SHA for aa2f2c7
View code at this point
Browse repository at this point
Commits on May 13, 2007
Remove references to stdwin which was removed long ago.
Show description for 706cac8
neal.norwitz
committed
706cac8
View commit details
Copy full SHA for 706cac8
View code at this point
Browse repository at this point
Commits on Apr 25, 2007
Whitespace normalization.
Show description for 81162ad
tim.peters
committed
81162ad
View commit details
Copy full SHA for 81162ad
View code at this point
Browse repository at this point
Commits on Mar 19, 2007
Patch #1683328: fixes and enhancements for "unparse" demo.
Show description for 104cbdc
georg.brandl
committed
104cbdc
View commit details
Copy full SHA for 104cbdc
View code at this point
Browse repository at this point
Commits on Oct 27, 2006
Patch #1552024: add decorator support to unparse.py demo script.
Show description for d038f10
georg.brandl
committed
d038f10
View commit details
Copy full SHA for d038f10
View code at this point
Browse repository at this point
Commits on Jun 6, 2006
Normalized a few cases of whitespace in function declarations.
Show description for 4a20c28
martin.blais
committed
4a20c28
View commit details
Copy full SHA for 4a20c28
View code at this point
Browse repository at this point
Commits on Jun 3, 2006
Add more whitespace; use a better socket name
Show description for 10477b9
andrew.kuchling
committed
10477b9
View commit details
Copy full SHA for 10477b9
View code at this point
Browse repository at this point
Remove dangling reference
Show description for cfb03e6
andrew.kuchling
committed
cfb03e6
View commit details
Copy full SHA for cfb03e6
View code at this point
Browse repository at this point
Remove xmlrpc/ directory
Show description for bde5b1f
andrew.kuchling
committed
bde5b1f
View commit details
Copy full SHA for bde5b1f
View code at this point
Browse repository at this point
Remove xmlrpc demo -- it duplicates the SimpleXMLRPCServer module.
Show description for 0be2f34
andrew.kuchling
committed
0be2f34
View commit details
Copy full SHA for 0be2f34
View code at this point
Browse repository at this point
This demo requires Medusa (not just asyncore); remove it
Show description for 5865d7c
andrew.kuchling
committed
5865d7c
View commit details
Copy full SHA for 5865d7c
View code at this point
Browse repository at this point
Use functions; modernize code
Show description for d8b4bbb
andrew.kuchling
committed
d8b4bbb
View commit details
Copy full SHA for d8b4bbb
View code at this point
Browse repository at this point
Put code in a main() function; loosen up the spacing to match current code style
Show description for cdeb680
andrew.kuchling
committed
cdeb680
View commit details
Copy full SHA for cdeb680
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL