Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.4.4
/
Doc
1fad0cd
preparing for 2.4.4 final
by Anthony Baxter
· 19 years ago
84332f9
what month is it again? I get confused...
by Anthony Baxter
· 19 years ago
v2.4.4c1
126ba44
preparing for 2.4.4c1
by Anthony Baxter
· 19 years ago
b8f82e6
Backport r45505, r45573, r45576
by Martin v. Löwis
· 19 years ago
08d7a49
Case fixes
by Andrew M. Kuchling
· 19 years ago
d176806
- update links - remove Sleepycat name now that they have been bought
by Fred Drake
· 19 years ago
3b3a7fc
Bug #1567375: a minor logical glitch in example description.
by Georg Brandl
· 19 years ago
7de2818
[Backport rev.39739 by nnorwitz]
by Andrew M. Kuchling
· 19 years ago
7e580c9
[Backport rev. 39645 by nnorwitz]
by Andrew M. Kuchling
· 19 years ago
c39c7c1
Make examples do error checking on Py_InitModule
by Andrew M. Kuchling
· 19 years ago
86933f5
Minor edits
by Andrew M. Kuchling
· 19 years ago
c7521c9
Typo in tp_clear docs. (backport from rev. 51368)
by Georg Brandl
· 19 years ago
dbd6958
Bug #1541682: Fix example in the "Refcount details" API docs.
by Georg Brandl
· 19 years ago
d703f45
Fix typo.
by Georg Brandl
· 19 years ago
aeff182
Bug #1536660: separate two words. (backport from rev. 51153)
by Georg Brandl
· 19 years ago
9083f93
Bug #1536828: typo: TypeType should have been StringType.
by Georg Brandl
· 19 years ago
59f7c2c
Update status of relative import
by Andrew M. Kuchling
· 19 years ago
b8a4bbb
Fix mangled sentence
by Andrew M. Kuchling
· 19 years ago
29397de
Bug #1531349: right <-> left glitch in __rop__ description.
by Georg Brandl
· 19 years ago
4e0992d
Bug #1002398: The documentation for os.path.sameopenfile now correctly
by Georg Brandl
· 19 years ago
9526e32
[Patch #1068277] Clarify that os.path.exists() can return False depending on permissions.
by Andrew M. Kuchling
· 19 years ago
787fdf3
Update URL
by Andrew M. Kuchling
· 19 years ago
70939ef
Bug #835255: The "closure" argument to new.function() is now documented.
by Georg Brandl
· 19 years ago
e0b7f39
Delete a misleading example. SF bug #1481650.
by Barry Warsaw
· 19 years ago
4336a0b
Update URL
by Andrew M. Kuchling
· 19 years ago
a849380
clean up some link markup
by Fred Drake
· 19 years ago
3776d0d
Backport revision 50664
by George Yoshida
· 19 years ago
69fd239
no need to elaborate "string". (backport from rev. 47244)
by Georg Brandl
· 19 years ago
3f92289
Patch #1517490: fix glitches in filter() docs. (backport from rev. 47241)
by Georg Brandl
· 19 years ago
efc8fc8
[Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref
by Andrew M. Kuchling
· 19 years ago
8f15c91
remove unnecessary markup
by Fred Drake
· 19 years ago
3ee1280
Update url.
by George Yoshida
· 19 years ago
e7545b6
markup fix
by George Yoshida
· 19 years ago
c190b66
Bug #1153163: describe __add__ vs __radd__ behavior when adding
by Georg Brandl
· 19 years ago
dfdebf0
Bug #1501122: mention __gt__ &co in description of comparison order.
by Georg Brandl
· 19 years ago
3bd73bb
credit for SF patch #1303595
by Fred Drake
· 19 years ago
25d8b31
SF patch #1303595: improve description of __builtins__, explaining how it
by Fred Drake
· 19 years ago
796878d
backport wording fix
by Skip Montanaro
· 19 years ago
eac8737
Clarify docs for bf_getcharbuffer.
by Brett Cannon
· 19 years ago
f608088
[Bug #1470026] Include link to list of classifiers; remove use of Trove name
by Andrew M. Kuchling
· 19 years ago
7c6f012
[Bug #1441864] Clarify description of 'data' argument
by Andrew M. Kuchling
· 19 years ago
e2c2578
[Bug #1475554] Strengthen text to say 'must' instead of 'should'
by Andrew M. Kuchling
· 19 years ago
9f8833b
[Bug #1472084] Fix description of do_tag
by Andrew M. Kuchling
· 19 years ago
a8d0e01
Clarify wording about how default values in strptime() are used.
by Brett Cannon
· 19 years ago
056df14
minor markup nits
by George Yoshida
· 19 years ago
6b51b37
Patch #1492218: document None being a constant.
by Georg Brandl
· 19 years ago
765ac58
fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke)
by Fred Drake
· 19 years ago
8b8377b
- markup fix - add clarifying words (backport r46055)
by George Yoshida
· 19 years ago
e00aff3
Add \exception markup
by George Yoshida
· 19 years ago
2f30f7a
Duplicated description about the illegal continue usage can be found in nearly the same place.
by George Yoshida
· 19 years ago
12384b5
Grammar fix(backport r45965)
by George Yoshida
· 19 years ago
d8165c2
Fix two small errors in argument lists. (backport from rev. 45957)
by Georg Brandl
· 19 years ago
0b996fd
Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection.
by Georg Brandl
· 19 years ago
1f67e5a
Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes.
by Georg Brandl
· 19 years ago
2af1d69
backport r45920
by George Yoshida
· 19 years ago
a5a4604
correct a dead link(backport from rev.45783)
by George Yoshida
· 19 years ago
6063368
Bug #1475009: clarify ntpath.join behavior with absolute components
by Georg Brandl
· 19 years ago
9548256
fix markup glitch(backport from rev.45778)
by George Yoshida
· 19 years ago
781d660
Mention xmlrpclib.Error base class; import Error in example
by Andrew M. Kuchling
· 19 years ago
52f2f22
[Bug #1477102] Add necessary import to example
by Andrew M. Kuchling
· 19 years ago
87cc7a0
Backport trunk's 45708: Fix markup glitch in unittest docs.
by Thomas Wouters
· 19 years ago
ca7841c
Merge rev 45677 from the trunk.
by Tim Peters
· 19 years ago
0e706e8
wrap SyntaxError with \exception{}
by George Yoshida
· 19 years ago
cfe771a
fix tex markup
by George Yoshida
· 19 years ago
779d35e
Typo fixes
by George Yoshida
· 19 years ago
c31f893
Typo fixes
by Andrew M. Kuchling
· 19 years ago
7555cb5
Typo, grammar fixes
by Andrew M. Kuchling
· 19 years ago
5625c32
Typo fixes
by Andrew M. Kuchling
· 19 years ago
7678407
fix typo
by George Yoshida
· 19 years ago
7d441a9
Add missing word
by Andrew M. Kuchling
· 19 years ago
653d87d
Bug #1467952: backport: make os.listdir() raise if readdir() fails
by Georg Brandl
· 19 years ago
0ab63d8
Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.
by Georg Brandl
· 19 years ago
a5abdb3
Bug #1465619: rot13 codec decodes to a Unicode string.
by Georg Brandl
· 19 years ago
bb89890
Bug #1465600: note encoding issue in ZipFile.write().
by Georg Brandl
· 19 years ago
2a07e73
update URL to reflect new website
by Fred Drake
· 19 years ago
ac38762
Patch #1462496: typo in libsignal.tex (backport from rev. 43527)
by Georg Brandl
· 19 years ago
3694446
Patch #1459631: documnent zlib.Decompress.flush() length parameter.
by Georg Brandl
· 19 years ago
a7993a7
Bug #1460564: document that socket.fromfd() duplicates the given
by Georg Brandl
· 19 years ago
fd7b6e8
bug #1462278: small fix in documentation of __op__ vs __rop__ methods
by Georg Brandl
· 19 years ago
31fa7e3
Bug #1461610: xmlrpclib has no function "binary". (backport from rev. 43477)
by Georg Brandl
· 19 years ago
dec4326
- update the refcount information (late, but not a bad thing to do...)
by Fred Drake
· 19 years ago
e77ff2a
preparing for 2.4.3 final
by Anthony Baxter
· 19 years ago
d9578f9
Fix mark-up.
by Raymond Hettinger
· 19 years ago
ee43b6c
Guarantee evaluation order for izip(). Document its creative uses and its limitations.
by Raymond Hettinger
· 19 years ago
af7bb8e
Backport of rev 43312:
by Neal Norwitz
· 19 years ago
022a55c
update - still some old .cvsignore files lying around
by Anthony Baxter
· 19 years ago
e33da3b
2.4.3c1
by Anthony Baxter
· 19 years ago
ea901a1
Bug #1445901: os.path.realpath() is available on Win/Mac too.
by Georg Brandl
· 19 years ago
a10a09d
Backport: SF #1442767, docs for os.statvfs miss f_bsize parameter.
by Neal Norwitz
· 19 years ago
aefbf72
backport
by Skip Montanaro
· 19 years ago
e8cebba
Bug #947571: By default, urllib.urlopen() does not raise IOErrors
by Georg Brandl
· 20 years ago
f1a408d
Bug #1102649: add a note to pickle docs that pickle files should be
by Georg Brandl
· 20 years ago
9c65202
Bug #1323369: document possible values of sys.getwindowsversion() platform field
by Georg Brandl
· 20 years ago
394e4af
Bug #801349: document that start/stop/step slice arguments can be None
by Georg Brandl
· 20 years ago
2aaf918
Patch #1415507: clarify docs on reference stealing
by Georg Brandl
· 20 years ago
f1fadcc
Remove soundex from "undocumented modules".
by Georg Brandl
· 20 years ago
222a704
use correct function in example (backport of trunk revision 42377)
by Fred Drake
· 20 years ago
6fc1da1
Even more copyright locations!
by Georg Brandl
· 20 years ago
2fec8b9
Update general copyright year to 2006.
by Georg Brandl
· 20 years ago
ada0d18
SF bug 1415455, fix typo in module name
by Neal Norwitz
· 20 years ago
Next »