Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
16f6f8338b649345ff6de7c49b1d691102ef3b22
16f6f83
Fix test connecting to sha256.tbs-internet.com.
by Antoine Pitrou
· 13 years ago
ab3da29
close() doesn't take any args (closes #14717)
by Benjamin Peterson
· 13 years ago
89282af
Changed order of cleanup operations to be more sensible.
by Vinay Sajip
· 13 years ago
39687ee
os.popen().close() returns None on success, not 0...
by Charles-François Natali
· 13 years ago
e8a255a
Issue #14698: Make test_posix more robust when the current UID doesn't have an
by Charles-François Natali
· 13 years ago
cb17204
fix windows test failure - issue13183
by Senthil Kumaran
· 13 years ago
7295c6a
fix calling the classmethod descriptor directly (closes #14699)
by Benjamin Peterson
· 13 years ago
42d7081
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye
by Senthil Kumaran
· 13 years ago
2e20968
Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.
by Ned Deily
· 13 years ago
3d6d7a5
#14558: document the module, argv, and testLoader args of unittest.main.
by Ezio Melotti
· 13 years ago
290416f
Issue11352 - Update cgi module docs
by Senthil Kumaran
· 13 years ago
e654c11
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
by Martin v. Löwis
· 13 years ago
b8f02b5
fixed test_imaplib failure on Win
by Alexander Belopolsky
· 13 years ago
407b3bd
Issue #14696: Fix parser module to understand 'nonlocal' declarations.
by Mark Dickinson
· 13 years ago
2420d83
Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near
by Alexander Belopolsky
· 13 years ago
ea7e9f9
Issue #9154: Fix parser module to understand function annotations.
by Mark Dickinson
· 13 years ago
99a5638
Issue 14688: Fix typo
by Raymond Hettinger
· 13 years ago
3899283
#14236: fix docs for \S.
by Ezio Melotti
· 13 years ago
a0b1d1e
#14519: fix the regex used in the scanf example.
by Ezio Melotti
· 13 years ago
b8e336b
Fix markup in unittest doc.
by Ezio Melotti
· 13 years ago
db727b4
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
e990092
#14236: mention Unicode whitespace in \s documentation.
by Ezio Melotti
· 13 years ago
0a6b541
#14461: fix wording.
by Ezio Melotti
· 13 years ago
8dc5004
issue14427 - Document Request.get_header and Request.header_items
by Senthil Kumaran
· 13 years ago
7e70a5c
httplib - minor update to check empty response
by Senthil Kumaran
· 13 years ago
9c29f86
httplib test for early eof response. related to Issue13684
by Senthil Kumaran
· 13 years ago
285e51b
#14155: add a note about \b.
by Ezio Melotti
· 13 years ago
100b889
Issue #14448: add reference to IANA timezone database; thanks to Georg/Nick suggestions
by Sandro Tosi
· 13 years ago
b05ac86
Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).
by Antoine Pitrou
· 13 years ago
c2ad0aa
Fixed test to work on Windows.
by Vinay Sajip
· 13 years ago
66b8b08
Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch.
by Vinay Sajip
· 13 years ago
1ef9eda
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
by Lars Gustäbel
· 13 years ago
d11d0d6
Issue #14448: mention pytz; patch by Andrew Svetlov
by Sandro Tosi
· 13 years ago
3e29d93
Issue #14554: correct example for captured_stdout(); patch by Tshepang Lekhonkhobe
by Sandro Tosi
· 13 years ago
e6c3462
Issue #13478: document timeit.default_timer()
by Sandro Tosi
· 13 years ago
08ccbf4
Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron Maenpaa
by Sandro Tosi
· 13 years ago
7b16687
don't use a slot wrapper from a different special method (closes #14658)
by Benjamin Peterson
· 13 years ago
790e005
#14640: Fix typos/syntax in pyporting.rst.
by R David Murray
· 13 years ago
cfdba61
Issue #14641: minor fixes to sockets Howto; patch by Dionysios Kalofonos
by Sandro Tosi
· 13 years ago
c43125a
#14638: pydoc now treats non-str __name__ as None instead of raising
by R David Murray
· 13 years ago
88ec620
news for issue13684
by Senthil Kumaran
· 13 years ago
b12771a
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
2cc52ef
add Mark Shannon
by Benjamin Peterson
· 13 years ago
7a436c5
sleep here
by Benjamin Peterson
· 13 years ago
37fc401
Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo)
by Nick Coghlan
· 13 years ago
a42665f
issue2193 - Update 3.2 docs about legal characters allowed in Cookie name
by Senthil Kumaran
· 13 years ago
bcc17ee
Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass.
by Mark Dickinson
· 13 years ago
63674f4
Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
by Martin v. Löwis
· 13 years ago
8e6e0fd
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
by Antoine Pitrou
· 13 years ago
10ac77d
Close #14032: fix incorrect variable reference in test_cmd_line_script
by Nick Coghlan
· 13 years ago
0780b6b
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
by Ezio Melotti
· 13 years ago
cc19140
Remove webbrowser doc reference to the previously removed internet-config option.
by Ned Deily
· 13 years ago
2c14146
improve
by Benjamin Peterson
· 13 years ago
e42fb30
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
by Benjamin Peterson
· 13 years ago
32c59b6
mangle keyword-only argname when loading defaults (closes #14607)
by Benjamin Peterson
· 13 years ago
ab2d58e
Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can
by Charles-François Natali
· 13 years ago
62930e1
Corrected version numbers in cookbook example.
by Vinay Sajip
· 13 years ago
59b9a79
Tweaked format of cookbook example.
by Vinay Sajip
· 13 years ago
b00e8f1
Added cookbook example for BOM insertion.
by Vinay Sajip
· 13 years ago
ee9e485
Closes #14452: remove BOM insertion code.
by Vinay Sajip
· 13 years ago
aa292f9
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl.
by Antoine Pitrou
· 13 years ago
a13b109
Issue 13496: Fix bisect.bisect overflow bug for large collections.
by Mark Dickinson
· 13 years ago
18e3d81
Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah.
by Mark Dickinson
· 13 years ago
473fde6
Make all socket related modules link with ws2_32.lib on windows, like
by Kristján Valur Jónsson
· 13 years ago
1ee1719
fix typo; thanks to Jérôme Mainka from docs@
by Sandro Tosi
· 13 years ago
84e59aa
Fix highlight and spacing in json example.
by Ezio Melotti
· 13 years ago
f86b28e
#14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe.
by Ezio Melotti
· 13 years ago
650dfaf
#14399: corrected news item
by R David Murray
· 13 years ago
3bf0175
move outside WITH_THREAD conditional
by Benjamin Peterson
· 13 years ago
43162b8
take linkage def outside of WITH_THREAD conditional (closes #14569)
by Benjamin Peterson
· 13 years ago
504a83f
merge heads
by Amaury Forgeot d'Arc
· 13 years ago
a9d33a2
Issue14559: Fix build files old Microft compilers.
by Amaury Forgeot d'Arc
· 13 years ago
51804e9
#14399: zipfile now correctly handles comments added to empty zipfiles.
by R David Murray
· 13 years ago
d46d69c
3.2 sidebar: link to 3.3, not 3.1
by Georg Brandl
· 13 years ago
5739e10
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
by Charles-François Natali
· 13 years ago
e7bade5
#14553: fix word order.
by R David Murray
· 13 years ago
644cabe
#14552: remove redundant wording in 'test' docs.
by R David Murray
· 13 years ago
118ef7c
merge 3.1 (null)
by Benjamin Peterson
· 13 years ago
2fd0b1a
after 3.1.5
by Benjamin Peterson
· 13 years ago
776c0df
#14508: make gprof2html script runnable under python3
by R David Murray
· 13 years ago
d70846b
3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
by Senthil Kumaran
· 13 years ago
f6cd9b2
Improve the threading.Condition docs.
by Antoine Pitrou
· 13 years ago
2c58075
Closes #14545: make clearer what was added.
by Georg Brandl
· 13 years ago
a51497a
Merge 3.2.3 release clone.
by Georg Brandl
· 13 years ago
507776e
Post-release update.
by Georg Brandl
· 13 years ago
b96a354
Small improvements to the threading docs: better publicize support for the with statement.
by Antoine Pitrou
· 13 years ago
2c9f104
Fix some markup in the threading docs.
by Antoine Pitrou
· 13 years ago
126aef7
Issue #8799: Fix and improve the threading.Condition documentation.
by Antoine Pitrou
· 13 years ago
88b957a
merge heads
by Senthil Kumaran
· 13 years ago
dbb369d
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
by Senthil Kumaran
· 13 years ago
074faff
Updated logging reference and HOWTO.
by Vinay Sajip
· 13 years ago
935b629
Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.
by Vinay Sajip
· 13 years ago
6b2e4cb
Added tag v3.2.3 for changeset 3d0686d90f55
by Georg Brandl
· 13 years ago
81c393b
Merge.
by Georg Brandl
· 13 years ago
4403601
Bump to 3.2.3 final.
by Georg Brandl
· 13 years ago
470f33f
News entry for f91ecbc8bafc.
by Georg Brandl
· 13 years ago
cc49790
minor .rst fix
by Senthil Kumaran
· 13 years ago
d47f0d6
merge heads
by Benjamin Peterson
· 13 years ago
ca819c3
merge 3.1 (#14509)
by Benjamin Peterson
· 13 years ago
f6622c8
fix build without Py_DEBUG and DNDEBUG (closes #14509)
by Benjamin Peterson
· 13 years ago
Next »