index
:
delta/pycurl.git
baserock/morph
ci
dependabot/pip/bottle-0.12.19
master
github.com: pycurl/pycurl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes for next version, see changelog...
Kjetil Jacobsen
2007-03-04
1
-0
/
+1
*
Restore not-so-dead code. This is actually needed to trigger ImportError
Markus F.X.J. Oberhumer
2005-07-28
3
-0
/
+3
*
-removed dead code
Kjetil Jacobsen
2005-07-20
3
-3
/
+0
*
- no longer need to check for python 2.2 or better
Kjetil Jacobsen
2005-03-15
1
-2
/
+0
*
- call Cmd __init__ in subclass
Kjetil Jacobsen
2005-03-15
1
-8
/
+9
*
- print usage string
Kjetil Jacobsen
2005-03-15
1
-0
/
+3
*
- remove bogus debug print
Kjetil Jacobsen
2005-03-15
1
-1
/
+0
*
- call select with a timeout
Kjetil Jacobsen
2005-03-11
1
-1
/
+2
*
The INFILESIZE, MAXFILESIZE, POSTFIELDSIZE and RESUME_FROM
Markus F.X.J. Oberhumer
2005-02-13
1
-3
/
+2
*
Cleaned up examples.
Markus F.X.J. Oberhumer
2005-02-13
3
-54
/
+66
*
Curl objects now setup a default CURLOPT_USERAGENT.
Markus F.X.J. Oberhumer
2005-02-11
4
-5
/
+1
*
simplified the code a tad
Kjetil Jacobsen
2005-02-10
1
-25
/
+20
*
- added a second version which uses the builtin file class and its
Kjetil Jacobsen
2005-02-10
1
-13
/
+25
*
- added example on how to upload a file since
Kjetil Jacobsen
2005-02-10
1
-0
/
+47
*
Fix comment.
Markus F.X.J. Oberhumer
2005-01-08
1
-2
/
+2
*
Updated some comments.
Markus F.X.J. Oberhumer
2004-12-26
1
-1
/
+6
*
"libcurl-the-guide" has been renamed to "libcurl tutorial".
Markus F.X.J. Oberhumer
2004-12-26
3
-6
/
+6
*
- removed, requires stuff which is no longer maintained, consider adding
Kjetil Jacobsen
2004-07-01
1
-265
/
+0
*
- remove trailing paren ")" for some print statements, since this caused
Kjetil Jacobsen
2003-07-01
1
-4
/
+4
*
Linksys programmer can now do DHCP and log configuration.
Eric S. Raymond
2003-05-29
1
-35
/
+112
*
Detabified. Removed trailing whitespace.
Markus F.X.J. Oberhumer
2003-05-15
2
-10
/
+10
*
Upgrade to use new answered() correctly.
Eric S. Raymond
2003-05-11
1
-4
/
+3
*
New curl.Curl class passes its unit tests.
Eric S. Raymond
2003-05-11
2
-13
/
+13
*
Use the new name of the library module.
Eric S. Raymond
2003-05-11
1
-2
/
+2
*
Now that there is a library module named curl, this file is unhelpfully named.
Eric S. Raymond
2003-05-11
1
-14
/
+0
*
Implement a class name change.
Eric S. Raymond
2003-05-08
1
-2
/
+2
*
Refactor the exampples so that most of the logic goes in the new
Eric S. Raymond
2003-05-08
2
-92
/
+2
*
Now uses high-level interface.
Eric S. Raymond
2003-05-07
1
-0
/
+487
*
Dump test message to stderr so the output can actually be used.
Eric S. Raymond
2003-05-07
1
-1
/
+1
*
CGIClient class moves from the sfquery example to the new
Eric S. Raymond
2003-05-07
1
-61
/
+4
*
Added a comment.
Markus F.X.J. Oberhumer
2003-05-01
1
-0
/
+7
*
Make it work under any Python version.
Markus F.X.J. Oberhumer
2003-05-01
1
-12
/
+17
*
- store documents with filename prefix 'doc_' instead of 'data_'
Kjetil Jacobsen
2003-03-23
2
-2
/
+2
*
- set timeout on connect and transfer to avoid hanging too long if
Kjetil Jacobsen
2003-03-10
1
-0
/
+3
*
Updated.
Markus F.X.J. Oberhumer
2003-02-02
1
-16
/
+9
*
set default download time to 300 secs
REL_7_10_3_2_PRE1
Kjetil Jacobsen
2003-01-27
1
-0
/
+1
*
set maximum download time to be 300 secs
Kjetil Jacobsen
2003-01-27
1
-0
/
+1
*
Somewhat rewritten.
Markus F.X.J. Oberhumer
2003-01-25
1
-48
/
+69
*
set fileno to 1 for same semantics as the threaded version
Kjetil Jacobsen
2003-01-24
1
-1
/
+1
*
at least it works now... need to fix that refcount bug for curl-objects having
Kjetil Jacobsen
2003-01-23
1
-7
/
+8
*
added select to avoid buzy looping all the time nothing happens
Kjetil Jacobsen
2003-01-23
1
-2
/
+3
*
added handling of errors for info_read method on multi objects
Kjetil Jacobsen
2003-01-22
1
-3
/
+8
*
Remove trailing whitespace.
Markus F.X.J. Oberhumer
2003-01-21
1
-1
/
+1
*
simplified some of the code
Kjetil Jacobsen
2003-01-21
1
-11
/
+5
*
Do not use "import as".
Markus F.X.J. Oberhumer
2003-01-16
1
-4
/
+4
*
revert the previous commit due to bogusness :)
Kjetil Jacobsen
2003-01-15
5
-4
/
+11
*
remove bogus import
Kjetil Jacobsen
2003-01-15
5
-5
/
+0
*
added comments, set nosignal and cleaned up some of the code
Kjetil Jacobsen
2003-01-14
1
-2
/
+16
*
Added source encoding charset for Python 2.3.
Markus F.X.J. Oberhumer
2003-01-13
6
-3
/
+10
*
Cleaned up.
Markus F.X.J. Oberhumer
2003-01-13
1
-14
/
+18
[next]