index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
#6881 - fixed wrong return type; improved the formatting
Ezio Melotti
2009-09-20
1
-10/+19
*
Fix references to threading.enumerate().
Georg Brandl
2009-09-19
1
-2/+2
*
#6946: fix duplicate index entries for datetime classes.
Georg Brandl
2009-09-19
1
-0/+4
*
#6930: clarify description about byteorder handling in UTF decoder routines.
Georg Brandl
2009-09-18
1
-12/+17
*
#6925: rewrite docs for locals() and vars() a bit.
Georg Brandl
2009-09-18
1
-10/+8
*
add keyword arguments support to str/unicode encode and decode #6300
Benjamin Peterson
2009-09-18
1
-2/+6
*
#6936: for interactive use, quit() is just fine.
Georg Brandl
2009-09-18
1
-1/+1
*
Make the optparse doc style a bit more standard: use standard description uni...
Georg Brandl
2009-09-17
1
-454/+510
*
Remove duplicate doc of enable/disable_interspersed_args.
Georg Brandl
2009-09-17
1
-27/+19
*
#6932: remove paragraph that advises relying on __del__ being called.
Georg Brandl
2009-09-17
1
-19/+26
*
String values should be shown with quotes, to avoid confusion with constants.
Georg Brandl
2009-09-17
1
-23/+23
*
rationalize a bit
Benjamin Peterson
2009-09-17
1
-2/+4
*
Note in the intro to Extending... that ctypes can be a simpler, more portable...
Brett Cannon
2009-09-17
1
-0/+7
*
pep 8 defaults
Benjamin Peterson
2009-09-17
1
-1/+1
*
Fix issue #1590864, multiple threads and fork() can cause deadlocks, by
Thomas Wouters
2009-09-16
1
-0/+16
*
Rewrap long lines.
Georg Brandl
2009-09-16
1
-257/+246
*
#6879 - fix misstatement about exceptions
Ezio Melotti
2009-09-16
1
-5/+3
*
#6892: fix optparse example involving help option.
Georg Brandl
2009-09-16
1
-1/+4
*
Remove strange trailing commas.
Georg Brandl
2009-09-16
1
-3/+3
*
#5621: refactor description of how class/instance attributes interact on a.x=...
Georg Brandl
2009-09-16
1
-13/+24
*
#6891: comment out dead link to Unicode article.
Georg Brandl
2009-09-16
1
-5/+6
*
#6876: fix base class constructor invocation in example.
Georg Brandl
2009-09-16
1
-2/+1
*
#6880: add reference to classes section in exceptions section, which comes ea...
Georg Brandl
2009-09-16
1
-3/+4
*
Make deprecation notices as visible as warnings are right now.
Georg Brandl
2009-09-16
2
-10/+21
*
Finish support for --with-universal-archs=intel
Ronald Oussoren
2009-09-15
1
-1/+6
*
#6917 - typo in method name
Ezio Melotti
2009-09-15
1
-1/+1
*
Py_SetPythonHome uses static storage #6913
Benjamin Peterson
2009-09-15
1
-0/+4
*
#6908: fix association of hashlib hash attributes.
Georg Brandl
2009-09-14
1
-2/+2
*
#6574: list the future features in a table.
Georg Brandl
2009-09-14
1
-4/+31
*
#6904 - fix broken link
Ezio Melotti
2009-09-14
1
-1/+1
*
Remove an extraneous space in unittest documentation.
Michael Foord
2009-09-13
1
-1/+1
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
1
-1/+6
*
Typo fix.
Georg Brandl
2009-09-13
1
-1/+1
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
1
-0/+3
*
Tutorial tweaks. Issue 6849.
Michael Foord
2009-09-13
1
-12/+10
*
Note that sys._getframe is not guaranteed to exist in all implementations of ...
Michael Foord
2009-09-13
2
-1/+7
*
Objects that compare equal automatically pass or fail assertAlmostEqual and a...
Michael Foord
2009-09-13
2
-0/+10
*
Change to tutorial wording for reading text / binary files on Windows. Issue ...
Michael Foord
2009-09-13
1
-2/+2
*
Issue #6856: Add a filter keyword argument to TarFile.add().
Lars Gustäbel
2009-09-12
1
-2/+25
*
Move function back to its section.
Georg Brandl
2009-09-11
1
-7/+9
*
Properly document copy and deepcopy as functions.
Georg Brandl
2009-09-09
1
-10/+13
*
#6843: add link from filterwarnings to where the meaning of the arguments is ...
Georg Brandl
2009-09-05
1
-17/+19
*
#6841: remove duplicated word.
Georg Brandl
2009-09-05
1
-1/+1
*
#6777: dont discourage usage of Exception.args or promote usage of Exception....
Georg Brandl
2009-09-04
1
-17/+14
*
#6756: add some info about the "acct" parameter.
Georg Brandl
2009-09-04
1
-1/+2
*
#6757: complete the list of types that marshal can serialize.
Georg Brandl
2009-09-03
1
-6/+8
*
#6828: fix wrongly highlighted blocks.
Georg Brandl
2009-09-03
1
-5/+9
*
#6821: fix signature of PyBuffer_Release().
Georg Brandl
2009-09-02
1
-2/+2
*
#6638: fix wrong parameter name and markup a class.
Georg Brandl
2009-09-01
1
-3/+4
*
#6810: add a link to the section about frame objects instead of just a descri...
Georg Brandl
2009-09-01
2
-3/+5
[next]