Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.0a1
/
Doc
f125bf5
Update copyright years and version name.
by Georg Brandl
· 13 years ago
v3.3.0a1
0e475c3
Sort and clean up suspicious ignore file.
by Georg Brandl
· 13 years ago
a673eb8
Fix invalid markup and update suspicious ignores.
by Georg Brandl
· 13 years ago
50fdcdf
Fix encoding handling of the pydoc-topics writer.
by Georg Brandl
· 13 years ago
50364b4
Basic documentation for PEP 414
by Armin Ronacher
· 13 years ago
643cd68
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
by Victor Stinner
· 13 years ago
92818d5
Merge 3.2
by Eli Bendersky
· 13 years ago
2029344
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases
by Eli Bendersky
· 13 years ago
be52d50
Merge branch '3.2'
by Petri Lehtinen
· 13 years ago
4d2bfb5
sqlite3: Port documentation changes from the 2.7 branch
by Petri Lehtinen
· 13 years ago
493846e
Add missing 'versionadded' for shlex.quote; closes #14165
by Eli Bendersky
· 13 years ago
54c3203
Issue #10181: Add warning that structure layouts in memoryobject.h and
by Stefan Krah
· 13 years ago
95b1ba6
Add PyMemoryView_FromMemory() to whatsnew/3.3.
by Stefan Krah
· 13 years ago
6ea00ef
#14155: merge with 3.2.
by Ezio Melotti
· 13 years ago
443f000
#14155: remove duplication about search vs match in re doc.
by Ezio Melotti
· 13 years ago
0b8123d
#10713: merge with 3.2.
by Ezio Melotti
· 13 years ago
5a045b9
#10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool.
by Ezio Melotti
· 13 years ago
7b5649c
Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.
by Larry Hastings
· 13 years ago
62417a0
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
by Larry Hastings
· 13 years ago
0109e3c
merge with 3.2
by Sandro Tosi
· 13 years ago
83c4882
s/div/truediv/; thanks to Félix-Antoine Fortin from docs@
by Sandro Tosi
· 13 years ago
ff4b7bf
Merged cookbook improvement from 3.2.
by Vinay Sajip
· 13 years ago
39b83ac
Improved logging cookbook example.
by Vinay Sajip
· 13 years ago
86798d4
Merge with 3.2.
by Georg Brandl
· 13 years ago
e998386
Fix markup errors.
by Georg Brandl
· 13 years ago
b46a179
Update importlib.invalidate_caches() to be more general.
by Brett Cannon
· 13 years ago
49ac6f4
Some corrections for the Doc/extending documentation. Closes #14129
by Eli Bendersky
· 13 years ago
ad8586d
typo
by Benjamin Peterson
· 13 years ago
bd2c199
Merged cookbook update for LogRecord customisation.
by Vinay Sajip
· 13 years ago
982f534
Updated cookbook with information on customising LogRecords.
by Vinay Sajip
· 13 years ago
22fa067
Merged cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
6b883a2
Updated logging cookbook with info on alternative format styles.
by Vinay Sajip
· 13 years ago
6181b39
Remove duplicate label.
by Georg Brandl
· 13 years ago
c45a8a1
Issue #14123: Explicitly mention that old style % string formatting has caveats but is not going away any time soon.
by Gregory P. Smith
· 13 years ago
3bbdc8e
Issue #14123: Explicitly mention that old style % string formatting has caveats
by Gregory P. Smith
· 13 years ago
ab7bf21
Close issue #6210: Implement PEP 409
by Nick Coghlan
· 13 years ago
cda6b6d
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearray.split may now be passed as keyword arguments.
by Ezio Melotti
· 13 years ago
408026c
Merge 3.2
by Éric Araujo
· 13 years ago
f527277
Branch merge
by Éric Araujo
· 13 years ago
a609199
Use const markup instead of a misleading string literal
by Éric Araujo
· 13 years ago
8c5c3c1
#14114: merge with 3.2.
by Ezio Melotti
· 13 years ago
4342722
#14114: don't include copybutton.js in the htmlhelp output.
by Ezio Melotti
· 13 years ago
9a2d99e
- Issue #10181: New memoryview implementation fixes multiple ownership
by Stefan Krah
· 13 years ago
0a78622
Issue #13846: Enhance time.monotonic() documentation
by Victor Stinner
· 13 years ago
e578021
Add 3.2.3 to license.
by Georg Brandl
· 13 years ago
335d628
merge with 3.2
by Georg Brandl
· 13 years ago
eb25fb7
Fix markup errors.
by Georg Brandl
· 13 years ago
b43fde9
remove unapplicable statement
by Benjamin Peterson
· 13 years ago
42ae472
merge with 3.2
by Georg Brandl
· 13 years ago
7ef825f
merge with 3.2
by Georg Brandl
· 13 years ago
c9a4207
Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion.
by Georg Brandl
· 13 years ago
c9f54cf
enable hash randomization by default
by Benjamin Peterson
· 13 years ago
79d3878
update unicode link
by Benjamin Peterson
· 13 years ago
fb36e66
adjust docs for unicode 6.1
by Benjamin Peterson
· 13 years ago
2fb477c
Merge 3.2: Issue #13703 plus some related test suite fixes.
by Georg Brandl
· 13 years ago
09a7c72
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
2daf6ae
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
5743691
Merged upstream changes.
by Vinay Sajip
· 13 years ago
c229e6e
Issue #14040: Remove rarely used file name suffixes for C extensions (under POSIX mainly).
by Antoine Pitrou
· 13 years ago
aa8a62d
Merged documentation update from 3.2.
by Vinay Sajip
· 13 years ago
fee358b
logging: clarified documentation for Handler.handleError.
by Vinay Sajip
· 13 years ago
ea6b4d5
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
by Antoine Pitrou
· 13 years ago
4384435
write versionadded
by Benjamin Peterson
· 13 years ago
8eb1269
add generic implementation of a __dict__ descriptor for C types
by Benjamin Peterson
· 14 years ago
4a57846
Merge
by Antoine Pitrou
· 14 years ago
a7e594b
Merge 3.2
by Éric Araujo
· 14 years ago
c541f8e
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function.
by Antoine Pitrou
· 14 years ago
c3ef037
Add missing “::” markup.
by Éric Araujo
· 14 years ago
32ac92c
Issue #13605: merge with 3.2
by Sandro Tosi
· 14 years ago
0467686
Issue #13605: use print() in argparse nargs example
by Sandro Tosi
· 14 years ago
488a56d
merge with 3.2
by Sandro Tosi
· 14 years ago
f06d444
don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@
by Sandro Tosi
· 14 years ago
1ee86a1
merge with 3.2
by Sandro Tosi
· 14 years ago
76dea27
Indent 'File' in memoryview example, so it is correctly highlighted
by Sandro Tosi
· 14 years ago
b5d2710
merge with 3.2
by Sandro Tosi
· 14 years ago
c33ae06
fix error in memoryview example; thanks to kan lianlian from docs@
by Sandro Tosi
· 14 years ago
93abdd1
Merge with 3.2 closes 14023
by Terry Jan Reedy
· 14 years ago
ead1de2
Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought
by Terry Jan Reedy
· 14 years ago
c48cfe3
#14020: merge with 3.2.
by Ezio Melotti
· 14 years ago
4279bc7
#14020: improve HTMLParser documentation.
by Ezio Melotti
· 14 years ago
17f1be6
Merge branch '3.2'
by Petri Lehtinen
· 14 years ago
b389022
sqlite3: Fix documentation errors concerning Cursor.rowcount
by Petri Lehtinen
· 14 years ago
cd77815
Issue #11836: document and expose multiprocessing.SimpleQueue
by Sandro Tosi
· 14 years ago
5cb522c
Issue #11836: document multiprocessing.queues.SimpleQueue
by Sandro Tosi
· 14 years ago
be2cf33
Merge branch '3.2'
by Petri Lehtinen
· 14 years ago
1ca9395
Issue #13491: Fix many errors in sqlite3 documentation
by Petri Lehtinen
· 14 years ago
1d175f7
Merge fixes for #1326113 and #12297 from 3.2
by Éric Araujo
· 14 years ago
ccddc47
Improve doc for atexit.register and unregister (#12297)
by Éric Araujo
· 14 years ago
0f7888d
Time module doc: Fix reST syntax
by Victor Stinner
· 14 years ago
1fd6482
shutil copy module reference doc fix.
by Senthil Kumaran
· 14 years ago
7f728c1
shutil copy module reference doc fix.
by Senthil Kumaran
· 14 years ago
a72a98f
Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available.
by Florent Xicluna
· 14 years ago
db66310
Issue #13930: Adds ability for 2to3 to write its output to a different
by Gregory P. Smith
· 14 years ago
58f23ff
Issue #13930: Adds ability for 2to3 to write its output to a different
by Gregory P. Smith
· 14 years ago
a9d2b64
Merge fixes for #13193 and FAQ from 3.2
by Éric Araujo
· 14 years ago
01a2215
Update mention of Subversion in the FAQ.
by Éric Araujo
· 14 years ago
4f86343
What's new typo
by Antoine Pitrou
· 14 years ago
d7e5c6e
Add section on bz2 module to whatsnew/3.3.
by Nadeem Vawda
· 14 years ago
7edbe30
Fix typo in whatsnew/3.3.
by Nadeem Vawda
· 14 years ago
d1a1071
Merge: #13989: Document that GzipFile does not support text mode.
by Nadeem Vawda
· 14 years ago
Next »