Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
fd1fcffced95f254136ca9e715d210fe7c8dd5b1
/
Doc
/
library
fd1fcff
pep 8 defaults
by Benjamin Peterson
· 16 years ago
a50d20a
Rewrap long lines.
by Georg Brandl
· 16 years ago
718b221
#6892: fix optparse example involving help option.
by Georg Brandl
· 16 years ago
d7226ff
Remove strange trailing commas.
by Georg Brandl
· 16 years ago
b29709a
#6876: fix base class constructor invocation in example.
by Georg Brandl
· 16 years ago
038f38d
#6917 - typo in method name
by Ezio Melotti
· 16 years ago
58d23fb
#6908: fix association of hashlib hash attributes.
by Georg Brandl
· 16 years ago
7eb43b7
#6574: list the future features in a table.
by Georg Brandl
· 16 years ago
dc0460a
Remove an extraneous space in unittest documentation.
by Michael Foord
· 16 years ago
e91ea56
Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
by Michael Foord
· 16 years ago
6848d82
Typo fix.
by Georg Brandl
· 16 years ago
668be58
Note that sys._getframe is not guaranteed to exist in all implementations of Python, and a corresponding note in inspect.currentframe. Issue 6712.
by Michael Foord
· 16 years ago
c3f7937
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
by Michael Foord
· 16 years ago
21121e6
Issue #6856: Add a filter keyword argument to TarFile.add().
by Lars Gustäbel
· 16 years ago
ffdde9e
Properly document copy and deepcopy as functions.
by Georg Brandl
· 16 years ago
f016970
#6843: add link from filterwarnings to where the meaning of the arguments is covered.
by Georg Brandl
· 16 years ago
609910c
#6841: remove duplicated word.
by Georg Brandl
· 16 years ago
601ee7f
#6756: add some info about the "acct" parameter.
by Georg Brandl
· 16 years ago
af795e5
#6757: complete the list of types that marshal can serialize.
by Georg Brandl
· 16 years ago
8514b85
#6638: fix wrong parameter name and markup a class.
by Georg Brandl
· 16 years ago
86158fc
#6810: add a link to the section about frame objects instead of just a description where to find it.
by Georg Brandl
· 16 years ago
018ad1c
#6765: hint that log(x, base) is not very sophisticated.
by Georg Brandl
· 16 years ago
254c17c
#6813: better documentation for numberless string formats.
by Georg Brandl
· 16 years ago
9016137
Doc fix for the issue2637.
by Senthil Kumaran
· 16 years ago
4ea46a6
other -> others where multiple arguments are accepted.
by Georg Brandl
· 16 years ago
7d65fbf
#6801: fix copy-paste oversight.
by Georg Brandl
· 16 years ago
6f8b99e
#6803: fix old name.
by Georg Brandl
· 16 years ago
3092ed9
fixed #6801: symmetric_difference_update also accepts pipe
by Tarek Ziadé
· 16 years ago
e2a7798
issue 6275
by Kristján Valur Jónsson
· 16 years ago
e746daa
#6787: reference fix.
by Georg Brandl
· 16 years ago
185bd22
Typo fix.
by Georg Brandl
· 16 years ago
e7ba742
Remove leftover text from end of sentence.
by R. David Murray
· 16 years ago
1b2695a
#6677: note that rmdir only removes empty directories.
by Georg Brandl
· 16 years ago
7543997
#6677: mention "deleting" as an alias for removing files.
by Georg Brandl
· 16 years ago
e8ddbec
#6718: fix example.
by Georg Brandl
· 16 years ago
8729662
#6772: mention utf-8 as utf8 alias.
by Georg Brandl
· 16 years ago
333c6e7
Added section on exceptions raised during logging.
by Vinay Sajip
· 16 years ago
764fc23
#6693: New functions in site.py to get user/global site packages paths.
by Tarek Ziadé
· 16 years ago
4e63d54
Add weakref support to the thread.lock type.
by Gregory P. Smith
· 16 years ago
56366cc
missing module ref (issue6723)
by Skip Montanaro
· 16 years ago
2c9e33f
Issue 6685: 'toupper' -> 'upper' in cgi doc example explanation.
by R. David Murray
· 16 years ago
5e7f645
Further refined section on logging to one file from multiple processes.
by Vinay Sajip
· 16 years ago
1c0b24f
Refined section on logging to one file from multiple processes.
by Vinay Sajip
· 16 years ago
3a0dc30
Added section on logging to one file from multiple processes.
by Vinay Sajip
· 16 years ago
59584c4
Added versionchanged notices for optional 'delay' parameter to file handler classes.
by Vinay Sajip
· 16 years ago
04fd324
#6679: Remove mention that sub supports no flags.
by Georg Brandl
· 16 years ago
43161a5
Fix punctuation and one copy-paste error.
by Georg Brandl
· 16 years ago
29bc2cd
Fix base keyword arg name for int() and long().
by Georg Brandl
· 16 years ago
8497efe
Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note for from_address
by Jesse Noller
· 16 years ago
4326ad8
Issue #6595: Allow Decimal constructor to accept non-European decimal
by Mark Dickinson
· 16 years ago
9ad0b36
Documentation fix for change introduced in r71832
by Mark Dickinson
· 16 years ago
f3d520c
#6591: add reference to ioctl in fcntl module for platforms other than Windows.
by Georg Brandl
· 16 years ago
5b3e7e9
#6593: fix link targets.
by Georg Brandl
· 16 years ago
fe67bd9
Issue #6561: '\d' regular expression should not match characters of
by Mark Dickinson
· 16 years ago
8d31f54
Clarify quote_plus() usage.
by Georg Brandl
· 16 years ago
8ab590e
Remove leading blank line from cmath.rst
by Mark Dickinson
· 16 years ago
44ec7ac
Issue #6458: Reorganize cmath documentation into sections (similar to
by Mark Dickinson
· 16 years ago
3591a8f
Move member descriptions inside the classes.
by Georg Brandl
· 16 years ago
d7d4fd7
builtin -> built-in.
by Georg Brandl
· 16 years ago
9fa61bb
#6577: fix (hopefully) all links to builtin instead of module/class-specific objects.
by Georg Brandl
· 16 years ago
74f8fc0
#6576: fix cross-refs in re docs.
by Georg Brandl
· 16 years ago
1ba9c87
#6571: add index entries for more operators.
by Georg Brandl
· 16 years ago
617a558
use bools
by Benjamin Peterson
· 16 years ago
0e66914
#6548: dont suggest existence of real and imag functions in cmath.
by Georg Brandl
· 16 years ago
7fc214b
#6423 has_key -> in
by Ezio Melotti
· 16 years ago
83dfc30
remove docs for deprecated -p option
by Benjamin Peterson
· 16 years ago
3bb4747
#6489: fix an ambiguity in getiterator() documentation.
by Georg Brandl
· 16 years ago
b4d0ef9
#6513: fix example code: warning categories are classes, not instances.
by Georg Brandl
· 16 years ago
2e1285b
#6481: fix typo in os.system() replacement.
by Georg Brandl
· 16 years ago
da33424
#6486: start with built in functions rather than "built in objects".
by Georg Brandl
· 16 years ago
78c06bd
Document the newly added codec
by Amaury Forgeot d'Arc
· 16 years ago
72f94f7
add versionadded
by Benjamin Peterson
· 16 years ago
c91cbb9
array.array is actually a class.
by Georg Brandl
· 16 years ago
b7e14ed
#6456: clarify the meaning of constants used as arguments to nl_langinfo().
by Georg Brandl
· 16 years ago
7750505
#6430: add note about size of "u" type.
by Georg Brandl
· 16 years ago
7c150bf
#6448: clarify docs for find_module().
by Georg Brandl
· 16 years ago
ce32eb7
#6416: Fix compilation of the select module on Windows, as well as test_subprocess:
by Amaury Forgeot d'Arc
· 16 years ago
9d36fd2
Adds the select.PIPE_BUF attribute to expose the system constant.
by Gregory P. Smith
· 16 years ago
1e13960
another cStringIO restriction
by Benjamin Peterson
· 16 years ago
fbba7cd
Issue 6389: add documentation for the 'mode' flags defined in the stat module.
by R. David Murray
· 16 years ago
321afa8
Make punctuation prettier and break up run-on sentence.
by R. David Murray
· 16 years ago
be96cf6
Fixed a backslash that was not supposed to be there
by Ezio Melotti
· 16 years ago
c2f5a59
Fixed defaultTestCase -> defaultTestResult
by Ezio Melotti
· 16 years ago
1b90efb
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes
by Jesse Noller
· 16 years ago
0c9eb43
#6371: fix link targets.
by Georg Brandl
· 16 years ago
3cd0bed
#6384: Add a heading for the exception hierarchy.
by Georg Brandl
· 16 years ago
0d8649a
#6374: add a bit of explanation about shell=True on Windows.
by Georg Brandl
· 16 years ago
3d5c87a
#6376: fix copy-n-paste oversight.
by Georg Brandl
· 16 years ago
3411692
Issue 5740: multiprocessing.connection.* authkey fixes
by Jesse Noller
· 16 years ago
d4792cd
Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons
by Jesse Noller
· 16 years ago
e007860
http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc
by Kristján Valur Jónsson
· 16 years ago
b4ad395
Fixed a wrong apostrophe
by Ezio Melotti
· 16 years ago
1dfd5d9
stmt and setup can contain multiple statements, see #5896
by Ezio Melotti
· 16 years ago
00a58c3
link to extensive generator docs in the reference manual
by Benjamin Peterson
· 16 years ago
f36bebd
document is_declared_global()
by Benjamin Peterson
· 16 years ago
5c3d40e
Add a couple of missing function alias declarations to the turtle docs.
by R. David Murray
· 16 years ago
f1d11ef
http://bugs.python.org/issue6192
by Kristján Valur Jónsson
· 16 years ago
388637d
Remove last remnants of the ipaddr package.
by Amaury Forgeot d'Arc
· 16 years ago
14fc673
Remove the ipaddr module per discussion on python-dev
by Amaury Forgeot d'Arc
· 16 years ago
4ee6d25
Improve English phrasing.
by R. David Murray
· 16 years ago
Next »