Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fe1e298d8bbfbdfd1c2af74dbb74f47e2d04a6d0
/
Doc
fe1e298
Document that atexit execution order is undefined (#9788)
by Éric Araujo
· 14 years ago
63b18a4
Add a link target for argparse.Namespace (#8982)
by Éric Araujo
· 14 years ago
e801aa2
Let the doc of __import__ link to importlib (#9254).
by Éric Araujo
· 14 years ago
158d769
Branch merge
by Éric Araujo
· 14 years ago
ef4902a
Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti
by Eli Bendersky
· 14 years ago
cf53481
Branch merge
by Éric Araujo
· 14 years ago
fc662dd
Merge profile docs followup (#12417) from 3.1
by Éric Araujo
· 14 years ago
ee19c77
Remove mentions of previous license in profile module docs (#12417 followup).
by Éric Araujo
· 14 years ago
f5e10d1
Turn raw URI into real link
by Éric Araujo
· 14 years ago
14382dc
Update documentation for shutil.move (#12043) and fix a few typos.
by Éric Araujo
· 14 years ago
72db345
Make indentation comply with our style guide and the rest of the file
by Éric Araujo
· 14 years ago
59e387e
Fix “anyways” (following R. David Murray in 4d5a546b6186)
by Éric Araujo
· 14 years ago
7c12bae
Fix reST references
by Éric Araujo
· 14 years ago
59c01ed
Issue #12102: Document that buffered files must be flushed before being used
by Ross Lagerwall
· 14 years ago
06ad13e
Fix function name: open -> urlopen.
by Georg Brandl
· 14 years ago
bca31b5
#11435: link to the correct branch.
by Ezio Melotti
· 14 years ago
96c84a4
Fix closes issue12524 - update http.client POST example with a working example.
by Senthil Kumaran
· 14 years ago
ae4a78b
Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob
by Senthil Kumaran
· 14 years ago
0e752dd
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows.
by Antoine Pitrou
· 14 years ago
b899007
Better English.
by R David Murray
· 14 years ago
3e7f33f
fix whitespace nit.
by Senthil Kumaran
· 14 years ago
0215d09
Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response.
by Senthil Kumaran
· 14 years ago
ed270fa
Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi
by Senthil Kumaran
· 14 years ago
023c6f7
Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky.
by Senthil Kumaran
· 14 years ago
ad3882a
Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character.
by Senthil Kumaran
· 14 years ago
58e3350
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
by Ned Deily
· 14 years ago
fd06047
Make it clear that PyNumber_AsSsize_t() returns -1 on error.
by Antoine Pitrou
· 14 years ago
325eb47
Clarify that PyErr_NewException creates an exception *class*, not instance.
by Georg Brandl
· 14 years ago
b3593ca
Use infinitive, not 3rd person of present tense.
by Antoine Pitrou
· 14 years ago
6f5dcb1
Issue #12343: Add some notes on behaviour of non-blocking SSL sockets.
by Antoine Pitrou
· 14 years ago
cdddf2b
Mention logging.captureWarnings in the warnings module doc.
by Antoine Pitrou
· 14 years ago
462d1b3
Move sys.subversion at the right place in alphabetical order, and informally deprecate it.
by Antoine Pitrou
· 14 years ago
a83cdaa
Issue #12326: document the recommended idiom for checking sys.platform on Unix systems.
by Antoine Pitrou
· 14 years ago
6e2e3b9
Issue #12423: Fix os.abort() documentation
by Victor Stinner
· 14 years ago
3aac179
Fix whitespace nit in datetime and os rst files.
by Senthil Kumaran
· 14 years ago
a6bac95
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage.
by Senthil Kumaran
· 14 years ago
bfd1edd
Merge 3.2.1 release clone changes into main 3.2 branch after 3.2.1rc2 release.
by Georg Brandl
· 14 years ago
946eb86
reST indentation fix in sqlite3 docs. rst uses 3 space indentation.
by Senthil Kumaran
· 14 years ago
f069100
Fix bad markup.
by Georg Brandl
· 14 years ago
7f3cd98
Fix target path in message.
by Georg Brandl
· 14 years ago
40d9ebe
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
by Mark Dickinson
· 14 years ago
fe9230a
Fix closes issue12261 - Minor documention changes in the urllib.parse.rst
by Senthil Kumaran
· 14 years ago
ac4e5ab
#12147: make send_message correctly handle Sender and Resent- headers.
by R David Murray
· 14 years ago
3eb67d5
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 14 years ago
b34705f
Issue #8890: Remove /tmp from examples.
by Raymond Hettinger
· 14 years ago
4850d52
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
by Ezio Melotti
· 14 years ago
b6b7371
#11363: clean up curses doc.
by Ezio Melotti
· 14 years ago
fc3db8a
#11669: rephrase footnote in the Compound Statements page.
by Ezio Melotti
· 14 years ago
54cc5fd
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
by Ezio Melotti
· 14 years ago
6ddefd7
Issue 12086: add example showing how to use name mangling.
by Raymond Hettinger
· 14 years ago
9d3df6d
Issue 11889: Clarify docs for enumerate.
by Raymond Hettinger
· 14 years ago
7e4b5c6
Merge #12228
by Mark Dickinson
· 14 years ago
4d5208d
Fix typo (reported by Hiro Ashiya).
by Raymond Hettinger
· 14 years ago
24eb4bc
#9921: clarify os.path.join joining algorithm
by R David Murray
· 14 years ago
4707a99
Fix closes Issue12359 - Removing a confusing sentence from the previous change.
by Senthil Kumaran
· 14 years ago
656df5e
Fix closes issue 12360 - correcting parameter names in asyncore documentation.
by Senthil Kumaran
· 14 years ago
1508570
minor space nit.
by Senthil Kumaran
· 14 years ago
5c0347b
Fix closes Issue12359 - Minor update to module import description.
by Senthil Kumaran
· 14 years ago
fd8d7e9
Whitespace nit fixed using reident.
by Senthil Kumaran
· 14 years ago
ce9b596
Fix closes Issue12315 - Updates to http.client documentation.
by Senthil Kumaran
· 14 years ago
a977acc
merge from 3.1 for issue issue12261.
by Senthil Kumaran
· 14 years ago
409c32f
#6771: fix docs: curses.wrapper is exposed as a function, not a module
by R David Murray
· 14 years ago
b4cfa3a
merge heads
by Benjamin Peterson
· 14 years ago
a08eb73
update link to pycrypto (closes #12351)
by Benjamin Peterson
· 14 years ago
a63d45c
Fix typo.
by Raymond Hettinger
· 14 years ago
8ddf7c2
Minor wording improvement
by Éric Araujo
· 14 years ago
cdc7517
Updated Formatter.formatTime documentation.
by Vinay Sajip
· 14 years ago
0aaa9e1
Issue #12206: documentation for LogRecord constructor updated re. the level argument.
by Vinay Sajip
· 14 years ago
9fbfe15
Add missing reST target to one heading in the tutorial
by Éric Araujo
· 14 years ago
645e458
Documented change for Issue #12168.
by Vinay Sajip
· 14 years ago
d2f8cec
Fix a few misuses of :option: I missed in r86521.
by Éric Araujo
· 14 years ago
96deb75
Add links from builtins module docs to built-in functions and constants docs
by Éric Araujo
· 14 years ago
b805c47
Add examples that work on Windows to distutils docs (#1626300)
by Éric Araujo
· 14 years ago
b8f2ad0
Remove outdated bit of advice (584f9c213a6d follow-up)
by Éric Araujo
· 14 years ago
fa088db
Improve glossary entry for ABCs.
by Éric Araujo
· 14 years ago
07e58c3
Remove link that’s already present at the top of the file
by Éric Araujo
· 14 years ago
98e68ad
Document working dir for “make html” (#12249). Patch by Tshepang Lekhonkhobe.
by Éric Araujo
· 14 years ago
3d89057
Fix named tuples to work with vars().
by Raymond Hettinger
· 14 years ago
9028928
Forward port doc updates for builtin functions.
by Raymond Hettinger
· 14 years ago
affcf29
Branch merge
by Éric Araujo
· 14 years ago
2e3a38a
demote this to a note
by Benjamin Peterson
· 14 years ago
5864b9f
Fix markup: arguments in a class directive are __init__ arguments, not base classes
by Éric Araujo
· 14 years ago
75e86a6
Merge 3.1
by Éric Araujo
· 14 years ago
4b8f665
Branch merge
by Éric Araujo
· 14 years ago
87418af
Fix typo in 0311f62714f7
by Éric Araujo
· 14 years ago
6a21f55
Don’t misuse “package data” in pprint example
by Éric Araujo
· 14 years ago
c5069e0
Merge doc touch-ups and fixes for #9831 and #9223 from 3.1
by Éric Araujo
· 14 years ago
456ae89
Re-add missing doc stub for the distutils check command
by Éric Araujo
· 14 years ago
000893f
Minor touch-ups in distutils.cmd.Command doc
by Éric Araujo
· 14 years ago
f33de71
Minor doc addition for clarity
by Éric Araujo
· 14 years ago
e0854f9
Add missing closing paren
by Éric Araujo
· 14 years ago
d4701f4
Fix two typos
by Éric Araujo
· 14 years ago
4b244ef
Clean-up example.
by Raymond Hettinger
· 14 years ago
2f1b396
Issue 12126: removing incorrect claim about return value of select
by Eli Bendersky
· 14 years ago
46ab96a
Issue 12126: removing incorrect claim about return value of select
by Eli Bendersky
· 14 years ago
f9ca76f
Simplify example
by Raymond Hettinger
· 14 years ago
9c1928f
Merge release branch after 3.2.1rc1.
by Georg Brandl
· 14 years ago
619323c
merge 3.1
by Benjamin Peterson
· 14 years ago
2340986
this should actually be an IOError
by Benjamin Peterson
· 14 years ago
c7dd737
merge 3.1
by Benjamin Peterson
· 14 years ago
Next »