Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2fb9ae9dfc5a6830d902332ba93b13387e292ddb
/
Doc
/
library
2fb9ae9
add a flags parameter to select.epoll
by Benjamin Peterson
· 14 years ago
54af1ba
merge with 3.2
by Sandro Tosi
· 14 years ago
7386662
use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@
by Sandro Tosi
· 14 years ago
2d0e48b
merge with 3.2
by Sandro Tosi
· 14 years ago
3e6c814
fix "Title underline too short" sphinx warning
by Sandro Tosi
· 14 years ago
e837b46
merge with 3.2
by Sandro Tosi
· 14 years ago
2b373b0
use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@
by Sandro Tosi
· 14 years ago
53dd106
merge with 3.2
by Sandro Tosi
· 14 years ago
44f568c
fix to sent/send typo
by Sandro Tosi
· 14 years ago
c386c1a
merge with 3.2
by Sandro Tosi
· 14 years ago
1526ad1
fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 14 years ago
35927de
merge with 3.2
by Sandro Tosi
· 14 years ago
baf30da
remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@
by Sandro Tosi
· 14 years ago
d126af8
merge with 3.2
by Sandro Tosi
· 14 years ago
0b7e536
correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@
by Sandro Tosi
· 14 years ago
e7e1ccc
Issue #13632: Update token documentation to reflect actual token types
by Meador Inge
· 14 years ago
ac007ba
Issue #13632: Update token documentation to reflect actual token types
by Meador Inge
· 14 years ago
cc4ff04
Merge changes from 3.2
by Senthil Kumaran
· 14 years ago
016c6d5
Issue12798 - Update mimetypes documentation. Correct the doc section where
by Senthil Kumaran
· 14 years ago
0e576f1
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
by Antoine Pitrou
· 14 years ago
c909599
Docs and News update for Issue13620. Chrome support in webbrowser.py
by Senthil Kumaran
· 14 years ago
de911b2
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool.
by Antoine Pitrou
· 14 years ago
501da61
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
by Antoine Pitrou
· 14 years ago
97193c1
merge 3.2
by Benjamin Peterson
· 14 years ago
0f1e3ac
note the blinding speed of these functions
by Benjamin Peterson
· 14 years ago
0831676
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
by Antoine Pitrou
· 14 years ago
8abdb8a
Issue #13634: Add support for querying and disabling SSL compression.
by Antoine Pitrou
· 14 years ago
3563b18
merge 3.2
by Benjamin Peterson
· 14 years ago
1c92cfe
don't mention implementation detail
by Benjamin Peterson
· 14 years ago
923df6f
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
by Antoine Pitrou
· 14 years ago
6db4944
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
by Antoine Pitrou
· 14 years ago
5ce6f8e
#13387: merge with 3.2.
by Ezio Melotti
· 14 years ago
80a61e8
#13387: rephrase unclear sentence.
by Ezio Melotti
· 14 years ago
25ec056
Issue #13530: Document os.lseek() result
by Victor Stinner
· 14 years ago
e83f899
Issue #13530: Document os.lseek() result
by Victor Stinner
· 14 years ago
9987d93
#13613: merge with 3.2.
by Ezio Melotti
· 14 years ago
e5b2ac8
#13613: fix example in re doc.
by Ezio Melotti
· 14 years ago
6ec29e2
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
by Antoine Pitrou
· 14 years ago
bfebb7b
improve abstract property support (closes #11610)
by Benjamin Peterson
· 14 years ago
a8ff01c
Issue #13597: Improve documentation of standard streams.
by Antoine Pitrou
· 14 years ago
7158e06
Issue #13597: Improve documentation of standard streams.
by Antoine Pitrou
· 14 years ago
556ba04
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
by Giampaolo Rodola'
· 14 years ago
73520d5
Fix #8684: make sched.scheduler class thread-safe
by Giampaolo Rodola'
· 14 years ago
521dfb0
Add missing versionchanged information.
by Lars Gustäbel
· 14 years ago
8bbe788
merge heads
by Benjamin Peterson
· 14 years ago
2122cf7
alias resource.error to OSError
by Benjamin Peterson
· 14 years ago
0a9dd2f
Issue #5689: Add support for lzma compression to the tarfile module.
by Lars Gustäbel
· 14 years ago
c67c0b0
Merge with 3.2: Fix doc typo.
by Lars Gustäbel
· 14 years ago
0c6cbbd
Fix doc typo.
by Lars Gustäbel
· 14 years ago
6731775
Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd).
by Florent Xicluna
· 14 years ago
1b7458b
Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer.
by Florent Xicluna
· 14 years ago
38d9643
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
by Antoine Pitrou
· 14 years ago
d0784b7
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 14 years ago
c1bd489
Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK
by Antoine Pitrou
· 14 years ago
7dc0047
Merge doc fixes from 3.2
by Antoine Pitrou
· 14 years ago
5dd95d6
Mention PySide in the "other GUIs" page.
by Antoine Pitrou
· 14 years ago
7462e87
Mention the new GTK+ 3 bindings.
by Antoine Pitrou
· 14 years ago
80c219b
Issue #13513: IOBase docs incorrectly link to the readline module
by Meador Inge
· 14 years ago
777bebb
Issue #13513: IOBase docs incorrectly link to the readline module
by Meador Inge
· 14 years ago
fe0472e
Fix glitches in email.policy docs (#12208)
by Éric Araujo
· 14 years ago
c42512d
#13494: merge with 3.2.
by Ezio Melotti
· 14 years ago
c1f26f6
#13494: s/cast/convert/. Also add a link.
by Ezio Melotti
· 14 years ago
a9a2ddf
#13499: merge with 3.2.
by Ezio Melotti
· 14 years ago
b1b3fd2
#13499: fix example adding >>> before the comments.
by Ezio Melotti
· 14 years ago
3ff069e
Issue #6715: Add module for compression using the LZMA algorithm.
by Nadeem Vawda
· 14 years ago
c8e0320
Merge 3.2
by Éric Araujo
· 14 years ago
c4d7d8c
Mark up constants in sockets docs as such
by Éric Araujo
· 14 years ago
2bddc53
Fix typo (#13467)
by Éric Araujo
· 14 years ago
0fdfceb
Issue #12567: The curses module uses Unicode functions for Unicode arguments
by Victor Stinner
· 14 years ago
86a36b5
PEP 3155 / issue #13448: Qualified name for classes and functions.
by Antoine Pitrou
· 14 years ago
e333d00
Clarify concatenation behaviour of immutable strings, and remove explicit
by Antoine Pitrou
· 14 years ago
fd9ebd4
Clarify concatenation behaviour of immutable strings, and remove explicit
by Antoine Pitrou
· 14 years ago
ce378d1
Closes #13459: Merged fix from 3.2.
by Vinay Sajip
· 14 years ago
287f246
Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch.
by Vinay Sajip
· 14 years ago
942d5ba
Merge branch 3.2
by Amaury Forgeot d'Arc
· 14 years ago
3b1acf1
bytes() can't be used to get a representation of an object.
by Amaury Forgeot d'Arc
· 14 years ago
be55d99
Fix 13245:
by Giampaolo Rodola'
· 14 years ago
ce4a9da
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
by Antoine Pitrou
· 14 years ago
895d181
Issue #12245 merge.
by Mark Dickinson
· 14 years ago
b1e58fe
Issue #12245: Document sys.float_info.rounds better.
by Mark Dickinson
· 14 years ago
2251a3d
#13387: merge with 3.2.
by Ezio Melotti
· 14 years ago
fabf027
#13387: add note about checking the exact type in assertIsInstance doc.
by Ezio Melotti
· 14 years ago
4d5d4e2
#13426: merge with 3.2.
by Ezio Melotti
· 14 years ago
e62aad3
#13426: fix typos in pickle doc.
by Ezio Melotti
· 14 years ago
27c2a86
fixing typos in optparse doc
by Eli Bendersky
· 14 years ago
eeae149
fixing typos in optparse doc
by Eli Bendersky
· 14 years ago
6166519
Closes #13297: use bytes type to send and receive binary data through XMLRPC.
by Florent Xicluna
· 14 years ago
3f2ba3b
Branch merge
by Éric Araujo
· 14 years ago
4d15546
Remove obsolete verbose arguments from packaging.
by Éric Araujo
· 14 years ago
f450c1b
reST fixes for /dev/poll
by Jesus Cea
· 14 years ago
d8b9ae6
Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives.
by Jesus Cea
· 14 years ago
f836162
Clean up byte-compilation code in packaging (#11254 followup).
by Éric Araujo
· 14 years ago
bf9d34c
Issue 12767: document the argument of threading.Condition.notify
by Eli Bendersky
· 14 years ago
d44af82
Issue #12767: documenting threading.Condition.notify
by Eli Bendersky
· 14 years ago
f8240d6
Merge 3.2, doc typos.
by Florent Xicluna
· 14 years ago
599d76b
Reformat paragraphs.
by Florent Xicluna
· 14 years ago
45c6c3e
Few typos in the documentation.
by Florent Xicluna
· 14 years ago
28a0820
Issue #13191: typo in argparse docs
by Eli Bendersky
· 14 years ago
a7795db
Issue #13191: typo in argparse docs
by Eli Bendersky
· 14 years ago
6e9002c
Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein
by Eli Bendersky
· 14 years ago
Next »