Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.0b1
d08cec6
Bump version to 3.3.0b1.
by Georg Brandl
· 13 years ago
v3.3.0b1
dba3b5c
3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later.
by Georg Brandl
· 13 years ago
2391974
Merge heads
by Petri Lehtinen
· 13 years ago
969288e
Use ValueError, not RuntimeError for a utime flag combination illegal on some systems.
by Georg Brandl
· 13 years ago
6c3f1dd
What's new: Add myself as the contributor of issue 12170
by Petri Lehtinen
· 13 years ago
a4b018f
Merge
by Martin v. Löwis
· 13 years ago
8ca5a84
Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe
by Martin v. Löwis
· 13 years ago
805dff5
Fix issue # in Misc/NEWS (should be #15187, not 15817.)
by Larry Hastings
· 13 years ago
ee0be40
Add yet another missing versionchanged.
by Georg Brandl
· 13 years ago
3f81ba8
Update suspicious ignore file and pydoc topics.
by Georg Brandl
· 13 years ago
9aae9e5
Fix a few markup nits in zlib docs and add missing versionchanged tags.
by Georg Brandl
· 13 years ago
5b2f9c0
Issue #15817: Bugfix: remove temporary directories test_shutil was leaving
by Larry Hastings
· 13 years ago
93e3d3a
merge from 3.2 - Issue13685
by Senthil Kumaran
· 13 years ago
f21804a
Issue #13685 - Update argparse help message for % sign usage.
by Senthil Kumaran
· 13 years ago
a57a8e0
Closes #15179: Merged fix from 3.2.
by Vinay Sajip
· 13 years ago
3e6d71d
Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch.
by Vinay Sajip
· 13 years ago
0b1b9ce
If main() is called and an argument cannot be decoded, make sure to
by Brett Cannon
· 13 years ago
8a250fa
Comment out a dead increment.
by Brett Cannon
· 13 years ago
555bfc7
Issue #14443: ensure that brp-python-bytecompile is invoked with the correct
by David Malcolm
· 13 years ago
2e5f371
Merge
by Antoine Pitrou
· 13 years ago
1dd75a6
Backport test_nntplib fixes from default.
by Antoine Pitrou
· 13 years ago
0ab5cf9
Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers.
by Antoine Pitrou
· 13 years ago
7334be8
Null merge.
by Stefan Krah
· 13 years ago
62ba042
Issue #15171: Try the HOST_PYTHON hack for 3.2.
by Stefan Krah
· 13 years ago
1edab78
Update test script to Visual Studio 2010.
by Stefan Krah
· 13 years ago
3784ff9
Issue #13950: Improve support for OS X Xcode 4:
by Ned Deily
· 13 years ago
52c6097
Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library.
by Larry Hastings
· 13 years ago
c48fe98
Issue #15177: Added dir_fd parameter to os.fwalk().
by Larry Hastings
· 13 years ago
2a193a8
Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA
by Jesus Cea
· 13 years ago
fdaea06
Issue #15176: Clarified behavior, documentation, and implementation
by Larry Hastings
· 13 years ago
3b52778
#4489 Make fd based rmtree work on bytes
by Hynek Schlawack
· 13 years ago
77892dc
More doc fixes: made it clear where to start reading when you click on <dir_fd>.
by Larry Hastings
· 13 years ago
68d34f4
merge heads
by Gregory P. Smith
· 13 years ago
875c1bc
Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test
by Gregory P. Smith
· 13 years ago
b5ba203
Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test
by Gregory P. Smith
· 13 years ago
48986d6
Minor grammar refinement for hmac.compare_digest().
by Larry Hastings
· 13 years ago
aceaf90
Some tightening of the documentation for the new kwarg-style os module functionality.
by Georg Brandl
· 13 years ago
4d399a4
Grammar fix.
by Georg Brandl
· 13 years ago
714370f
Give test directory a more reasonable name.
by Eric V. Smith
· 13 years ago
2895244
Closes #15173: Tidied up copyright statements and removed pythonv references.
by Vinay Sajip
· 13 years ago
e51a369
Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name.
by Eric V. Smith
· 13 years ago
e6bdc8f
Restore Misc/NEWS entries lost in the merge for the previous commit.
by Larry Hastings
· 13 years ago
68386bc
Issue #15164: Change return value of platform.uname() from a
by Larry Hastings
· 13 years ago
56ed284
Merge with 3.2.
by Georg Brandl
· 13 years ago
61063cc
Fix a couple of versionadded/versionchanged related markup errors.
by Georg Brandl
· 13 years ago
33369cf
Fix a bunch of "versionchanged" related markup errors.
by Georg Brandl
· 13 years ago
f551001
Merge
by Antoine Pitrou
· 13 years ago
ad09b5d
Add a couple of what's new entries.
by Antoine Pitrou
· 13 years ago
5d7e1d3
Fix statement.
by Antoine Pitrou
· 13 years ago
217aa55
Fix markup, for real this time.
by Georg Brandl
· 13 years ago
00081f3
Merge
by Antoine Pitrou
· 13 years ago
b0f0895
Fix indentation
by Éric Araujo
· 13 years ago
ab88803
Support Mageia Linux in the platform module.
by Antoine Pitrou
· 13 years ago
488fccf
Closes #11678: support Arch linux in the platform module.
by Georg Brandl
· 13 years ago
becb70c
Merge heads.
by Ezio Melotti
· 13 years ago
4649518
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
by Ezio Melotti
· 13 years ago
3c0db67
Drop useenv=true also from the 32-bit build script: It is not necessary and
by Stefan Krah
· 13 years ago
a504a7a
Issue #15055: update dictnotes.txt. Patch by Mark Shannon.
by Antoine Pitrou
· 13 years ago
87903c1
Merge with 3.2.
by Georg Brandl
· 13 years ago
26af3b2
Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org.
by Georg Brandl
· 13 years ago
cb1c8b7
Merge with 3.2.
by Georg Brandl
· 13 years ago
496660c
Partial backport of 612f34e31270: fix spacing error in exception message.
by Georg Brandl
· 13 years ago
fcbdbf2
urllib.request: fix spacing errors in exception/warning messages.
by Georg Brandl
· 13 years ago
56261cf
Branch merge
by Éric Araujo
· 13 years ago
544e13d
Fix markup
by Éric Araujo
· 13 years ago
0a8f5f7
Fix typos
by Éric Araujo
· 13 years ago
aa789ac
Restore test that was using pysetup and can now (#15157) use pydoc
by Éric Araujo
· 13 years ago
19c4e5b
Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet).
by Georg Brandl
· 13 years ago
318c56c
Issue #15102: Fix paths of python executables.
by Stefan Krah
· 13 years ago
988049a
Alpha -> Beta
by Georg Brandl
· 13 years ago
03b9ad0
Add a single versionadded for a whole section instead of repeating for every function.
by Georg Brandl
· 13 years ago
96acb73
Small whitespace fixes for shutil.rmtree() docs.
by Georg Brandl
· 13 years ago
4a7e25f
#444582: fix example and rewrap docs a bit.
by Georg Brandl
· 13 years ago
4168764
Add 3.2.3 version to the license table.
by Georg Brandl
· 13 years ago
0b40a0b
Merge
by Antoine Pitrou
· 13 years ago
c645c6a
Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead.
by Georg Brandl
· 13 years ago
92c9757
Use -W on the Windows 64 buildbots
by Antoine Pitrou
· 13 years ago
dbab58f
Refactor the venv API docs into a real API doc style.
by Georg Brandl
· 13 years ago
1f5d2a0
Fix test to really run behind a NNTP virus checker
by Antoine Pitrou
· 13 years ago
5f762af
Remove a detailed discussion of content-based short circuiting, off topic for library docs.
by Antoine Pitrou
· 13 years ago
f61e791
Simplify wording.
by Antoine Pitrou
· 13 years ago
cf34353
Remove debug output from test_shutil
by Hynek Schlawack
· 13 years ago
1524d75
Formatting
by Antoine Pitrou
· 13 years ago
db99dd0
Small wording update from Larry.
by Georg Brandl
· 13 years ago
1729b8f
Fix doc of os.fwalk: example used now non-existing os.fstatat()
by Hynek Schlawack
· 13 years ago
ae64b4d
Merge heads.
by Georg Brandl
· 13 years ago
3b44d81
Merge heads.
by Georg Brandl
· 13 years ago
a1bc35f
Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H.
by Georg Brandl
· 13 years ago
4f99468
The buffer protocol doesn't exist (in the glossary anyway).
by Antoine Pitrou
· 13 years ago
9df73da
Larry's suggested rewording of the compare_digest() docs.
by Antoine Pitrou
· 13 years ago
39e810e
Make the benchmark more fair for _decimal/decimal.py by setting context.prec
by Stefan Krah
· 13 years ago
6cff9ff
Fix use of class markup.
by Georg Brandl
· 13 years ago
f787559
Whitespace cleanup.
by Georg Brandl
· 13 years ago
9dcbfc3
Remove unused variable.
by Georg Brandl
· 13 years ago
93b7d7e
Fix a refleak in c82451eeb595.
by Georg Brandl
· 13 years ago
6cea655
Issue #15061: Re-implemented hmac.compare_digest() in C
by Christian Heimes
· 13 years ago
605a62d
Issue #15118: Change return value of os.uname() and os.times() from
by Larry Hastings
· 13 years ago
f62445a
Fix casing of Unix.
by Georg Brandl
· 13 years ago
8a5555f
Make the style of the "Availability" sections consistent.
by Georg Brandl
· 13 years ago
a570e98
Actually it is just one function.
by Georg Brandl
· 13 years ago
Next »